omarica / androidtv-rapid-iptvplayer

A fast minimalist IPTV player for Android TV using Exoplayer and Firebase Database.
Apache License 2.0
11 stars 8 forks source link

Support for HTTP Live Streaming #3

Open weareblahs opened 3 years ago

weareblahs commented 3 years ago

Tested the app just now and it worked fine on TS streams.

Can you add support on M3U8 live streams (HLS) and MPEG-DASH (MPD) live streams?

Here's Apple's Test Stream on HLS: https://devstreaming-cdn.apple.com/videos/streaming/examples/img_bipbop_adv_example_ts/master.m3u8 (includes multiple audio / subtitles)

ExoPlayer supports these two formats right now.

omarica commented 2 years ago

Hi @weareblahs, I am really sorry for the late reply. I just updated the repository and added support to the latest Exoplayer. The test stream you mentioned is now working.