Reputation: 1
I started working on a new IPTV app and AVPlayer cannot open my HLS live streams in specific. I tested the player with other HLS stream samples and they worked fine. also .mp4 videos from the same website url are working fine. I have searched alot about the reason why these certain live streams are not working but I could't find a solution. I tested them on android and VLC and they work fine.
here is a stream example :
http://avatar-iptv.net:1795/azizmobi/w8xm9KzFNa/436
my code is
Code
webapis.avplay.setStreamingProperty("ADAPTIVE_INFO", "BITRATES=2000~100000|STARTBITRATE=LOWEST");
webapis.avplay.prepare();
Upvotes: 0
Views: 3120
Reputation: 719
Please check carefully the AVPlay state changes in order to load the multimedia content correctly
You can also check the reference AVPlay demo provided by Samsung
Upvotes: 0