Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Video Is not working clearly when Built to apk #15

@Youssef3082004

Description

@Youssef3082004
  • The problem here is that when building my APK, the original video is not shown, but it shows the blurred video. like this video below
  • but it works normally in Windows OS
  • Flet version is 0.28.3
  • flet_video version is 0.1.1

This is Code

class Notofication_res_frontend:
    class Vedio_Dialog(AlertDialog):
        def __init__(self,page:Page, modal = True, actions = None, bgcolor = None, elevation = None, icon = None, open = False, title_padding = None, content_padding = None, actions_padding = None, actions_alignment = None, shape = None, inset_padding = None, icon_padding = None, action_button_padding = None, surface_tint_color = None, shadow_color = None, icon_color = None, scrollable = None, actions_overflow_button_spacing = None, alignment = None, content_text_style = None, title_text_style = None, clip_behavior = None, semantics_label = None, barrier_color = None, on_dismiss = None, ref = None, disabled = None, visible = None, data = None, adaptive = None):
            super().__init__(modal, actions, bgcolor, elevation, icon, open, title_padding, content_padding, actions_padding, actions_alignment, shape, inset_padding, icon_padding, action_button_padding, surface_tint_color, shadow_color, icon_color, scrollable, actions_overflow_button_spacing, alignment, content_text_style, title_text_style, clip_behavior, semantics_label, barrier_color, on_dismiss, ref, disabled, visible, data, adaptive)
            self.page = page
            self.Language_ =  Language.return_Language_user_type(self.page)
            self.title = "فيديو السقوط"  if self.Language_ == "AR" else "Fall Video"
            self.title_text_style = TextStyle(font_family="Alex",weight=FontWeight.W_500,color=Colors.BLACK)
            self.sample_media = [VideoMedia("https://yfdzqfrjwzvrvyypvlmx.supabase.co/storage/v1/object/public/Profiles//video.mp4")]
            self.vedio = Video(expand=True,playlist=self.sample_media,playlist_mode=PlaylistMode.LOOP,aspect_ratio=16 / 9,volume=100,autoplay=True,filter_quality=FilterQuality.HIGH,muted=False)
            self.content = self.vedio
            self.actions = [TextButton(text="Close",icon_color=Colors.RED,on_click=lambda e:self.page.close(self))]

Video

Untitled.video.-.Made.with.Clipchamp.1.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions