如果可能的话,我想把西班牙公共电视放在我的网站上。
我找到了这个网站(http://iptv-free.blogspot.com.es/2014/03/simpletv-playlist-iptv-spain.html),上面有 SimpleTV 软件的 rtmp 说明,但我不能把这个说明放进去JWPlayer 6.
例如,Antena 3 HD:
'rtmp://$OPT:rtmp-raw=rtmp://50.7.133.122/iguide playpath=cqxe0edj69b2x42 swfUrl=http : //www.iguide.to/player/secure_player_iguide_embed_token.swf live=1 pageUrl=http : //www.iguide.to/ token=#ed%h0#w18623jsda6523lDGD'
我真的很菜鸟,所以我尝试在 JWPlayer 中只包含“rtmp-raw”:
jwplayer("jwPlayer").setup({
file: "rtmp://50.7.133.122/iguide",
height: 360,
width: 640,
autostart : true
});
响应是此错误:'错误加载流:无法连接到服务器'。
我也尝试在文件路径字符串中包含“播放路径”:
file: "rtmp://50.7.133.122/iguide/cqxe0edj69b2x42",
但也是一样的反应。
在谷歌多次搜索后,我发现了这个 -> http://www.longtailvideo.com/support/forums/jw-player/setup-issues-and-embedding/35654/cant-play-rtmp-url-on-jwplayer/ .
有没有办法把这个频道放在我的网站上?