AndroidFFmpeg
AndroidFFmpeg copied to clipboard
HLS Playback Freezing after a few Seconds
Hi, if I try to playback MPEG 2 TS files via M3U8 containers, I actually get a black screen because my stream does not start at time 0 (its actually a stream which is directly produced by a camera). In order to resolve it, I applied the patch proposed by @pablo-navarro in #32. However, the stream is only playing for 3-5 seconds, also increasing the playback queue as proposed by @pbarvinko does not resolve the issue. The app freezes in some sort of deadlock state. So I cannot even quit the app anymore without forcing it to.
I downloaded your latest source code including latest stagefright support from https://review.appunite.com/
Hi, have you found a solution to this problem?