brianwernick / ExoMedia

An Android ExoPlayer wrapper to simplify Audio and Video implementations
Apache License 2.0
2.14k stars 378 forks source link

RTMP and m3u8 #704

Open UpWangJiajia opened 5 years ago

UpWangJiajia commented 5 years ago

Hello! I use RTMP for live broadcasting. But there was a problem. When RTMP loses packets due to network or other reasons, the client can't play it, but just play it again. When playing m3u8 video, the same situation exists. At Carton's time, there was no corresponding Listener.

bojanxxx commented 4 years ago

M3u8 streams play only 30 seconds

brianwernick commented 3 years ago

I know that this question is over a year old at this point so you likely found a different solution.

I did some research a while ago with using RTSP / RTMP on the research/rtsp branch, however that's based on an old branch so will likely need some changes. As I go through the process of preparing a 5.0 release I'll review rtsp again and see if we can incorporate it natively