appunite / AndroidFFmpeg

[DEPRECATED] FFmpeg build for android random architectures with example jni
Apache License 2.0
1.07k stars 471 forks source link

m3u8 delays causing problems #46

Open wenano opened 11 years ago

wenano commented 11 years ago

Normally, I am able to successfully stream an m3u8 files. The device generating the files allows preview of the files over http using m3u8 format. When the device starts recording, the m3u8 creation lags slightly. VLC handles the lags if I set it to loop. AndroidFFmpeg completely freezes and doesn't seem to recover. I am not sure how to address this and am wondering if looping would help. I am open to other suggestions as well. If looping, how would I do this? Any suggestions are appreciated.

Thanks,

Craig