Bug PVR IPTV Simple Client - Playlist in playlist
#1
I have a big problem with rtmp link as playlist in playlist.
Explain the example:


http://example.com/all_channels.m3u
Quote:#EXTM3U
#EXTINF:-1,test1 rtmp (work)
rtmp://109.71.162.112:1935/live/sd.jasminchannel.stream
#EXTINF:-1,test2 rtmp (dont work)
http://example.com/jasminchannel.m3u
#EXTINF:-1,test3 rtmp (dont work)
http://example.com/other_channel.m3u


http://example.com/jasminchannel.m3u
Quote:#EXTM3U
#EXTINF:-1,test2 rtmp
rtmp://109.71.162.112:1935/live/sd.jasminchannel.stream


Why I chose this solution? Since the purpose of a sample file is rtmp link token time-varying


http://example.com/other_channel.m3u generated by PHP
Quote:#EXTM3U
#EXTINF:-1,test3 rtmp
rtmp://example.com/live/stream?token=RANDOM_TOKEN_VALID_FOR_10_MINUTES


Help Me.
Reply

Logout Mark Read Team Forum Stats Members Help
PVR IPTV Simple Client - Playlist in playlist0