【发布时间】:2014-03-27 13:48:51
【问题描述】:
如果可能的话,我想把西班牙公共电视放到我的网站上。
我发现这个网站 (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",
但是是相同的响应。
在 google 中多次搜索后,我发现了这个 -> http://www.longtailvideo.com/support/forums/jw-player/setup-issues-and-embedding/35654/cant-play-rtmp-url-on-jwplayer/。
有没有办法把这个频道放到我的网站上?
【问题讨论】:
标签: rtmp live-streaming jwplayer6