如果可能的话,我想把西班牙的公共电视放在我的网站上。
我找到了这个网站(http://iptv-free.blogspot.com.es/2014/03/simpletv-playlist-iptv-spain.html),里面有SimpleTV软件的rtmp说明,但我不能把这个说明放在JWPlayer 6中。
例如,天线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
});响应是这个错误:“加载流时出错:无法连接到服务器”。
我也尝试在filepath字符串中包含'playpath‘:
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/。
有没有办法把这个频道放到我的网站上?
发布于 2014-07-20 23:58:55
我怀疑你能做这样的事。电视网络通常检查他们的流的设置,以限制流到他们的域,因此尝试播放来自不同域的流将不起作用。
https://stackoverflow.com/questions/22689619
复制相似问题