我正在创建一个带有频道 IPTV(巴西频道)的列表,供我在家里使用。
我正在尝试从 url Using 获取频道流URLHelper
,但没有成功。
在使用URLHelper
获取流之前:
rtmp://31.204.151.253/live?wmsAuthSign=c2VydmVyX3RpbWU9MS8xMi8yMDE3IDY6MDc6MTUgUE0maGFzaF92YWx1ZT1Kd1YrL3g5elRML0FtSUVsek1TRk1RPT0mdmFsaWRtaW51dGVzPTIw<playpath>master77_1 <swfUrl>http://www.tv-msn.com/player/player.swf <pageUrl>http://tv-msn.com/TNT.php
现在,在 M3u 列表中写入的版本之前
rtmp://31.204.151.253/live/ playpath=master77_1 swfUrl=http://www.tv-msn.com/player/player.swf pageUrl=http://tv-msn.com/TNT.php
- 不工作
之前,我写了一个令牌(在sfwUrl
)
rtmp://31.204.151.253/live/ playpath=master77_1 swfUrl=http://www.tv-msn.com/player/player.swf pageUrl=http://tv-msn.com/TNT.php token=estoudevolta
并且流 URL 不起作用,但在具有流工作的 URL 中。
如何投入工作??