flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
165.63k stars 27.35k forks source link

video_player does not support interlaced video streams. #54751

Open GintautasMickus opened 4 years ago

GintautasMickus commented 4 years ago

I have tried Video Player plug-in for Flutter( video_player 0.10.8+1) example code on Android platform with video stream that is interlaced, and was sadly surprised that it does not de-interlace the video... Tried the same stream with Exoplayer and it does the job.

so I am little confused as i know that video_player uses exoplayer on Android...

Could it be related to flutter architecture? Any suggestions?

GintautasMickus commented 4 years ago

Any Idea why the same exoplayer started through flutter engine can not deinterlace the video? And if I start exoplayert natively it deinterlace video just fine.

topilski commented 2 years ago

Hello, have same issue if needed we can provide stream for tests