2014-11-03, 10:34
Dear community,
I'm trying to make IPTVClient stream m3u (m3u8) channel list on Android (Tried: Kodi 13/14 and SPMC) . As my provider has restricted access to User-Agent, I made my links by appending the param |User-Agent=stagefright to the links.
I have to mention that in Linux/Windows (Tried: Kodi 13/14) IPTVClient works perfectly with same configuration but in Android doesn't work. Maybe this issue shouldn't be opened here, but I hope somebody can help identify the problem why is this happening.
Content of m3u list:
================
#EXTM3U tvg-shift=3
#EXTINF:-1 tvg-logo="channel1.png" group-title="General",Channel1
https://x.x.x.x/channel/1232/index.m3u8|...tagefright
#EXTINF:-1 tvg-logo="channel2.png" group-title="General",Channel2
https://x.x.x.x/channel/1233/index.m3u8|...tagefright
.....
================
When I try to debug, I can see that Headers are overwritten and it seems there is an issue with ffmpeg related (could be wrong).
HERE IS A SNAP FROM THE DEBUG LOGS (Linux and Android):
http://pastebin.com/GsPFwbZ9
Any help is appreciated and keep up the good work.
Thnx,
I'm trying to make IPTVClient stream m3u (m3u8) channel list on Android (Tried: Kodi 13/14 and SPMC) . As my provider has restricted access to User-Agent, I made my links by appending the param |User-Agent=stagefright to the links.
I have to mention that in Linux/Windows (Tried: Kodi 13/14) IPTVClient works perfectly with same configuration but in Android doesn't work. Maybe this issue shouldn't be opened here, but I hope somebody can help identify the problem why is this happening.
Content of m3u list:
================
#EXTM3U tvg-shift=3
#EXTINF:-1 tvg-logo="channel1.png" group-title="General",Channel1
https://x.x.x.x/channel/1232/index.m3u8|...tagefright
#EXTINF:-1 tvg-logo="channel2.png" group-title="General",Channel2
https://x.x.x.x/channel/1233/index.m3u8|...tagefright
.....
================
When I try to debug, I can see that Headers are overwritten and it seems there is an issue with ffmpeg related (could be wrong).
HERE IS A SNAP FROM THE DEBUG LOGS (Linux and Android):
http://pastebin.com/GsPFwbZ9
Any help is appreciated and keep up the good work.
Thnx,