我尝试了很多方法来获取正确的路径,将此直播视频嵌入此网址:“http://www.turbotv.in/mazhavil-manorama-live/”到我的网站,但无法做到。 JW播放器说“连接失败:应用程序拒绝连接”
现在我需要知道这一点的人才能从本网站找到正确的嵌入代码 http://www.turbotv.in/mazhavil-manorama-live/,以便我可以将实时视频嵌入我的网站。
现在需要早日解决这个问题。早期的回复总是受到赞赏。
答案 0 :(得分:0)
JWPlayer在该网站上播放的URL作为参数提供给HTML中的JWPlayer嵌入代码:
<param name="flashvars" value="
netstreambasepath=http%3A%2F%2Fwww.turbotv.in%2Fmazhavil-manorama-live%2F&
id=jwplayer-2&
flashplayer=http%3A%2F%2Fwww.turbotv.in%2Fwp-content%2Fuploads%2Fjw-player-plugin-for-wordpress%2Fplayer%2Fplayer.swf&
autostart=true&
repeat=none&
shuffle=false&
bufferlength=5&
smoothing=true&
stretching=exactfit&
wmode=opaque&
mute=false&
volume=30&
mediaid=538&
image=http%3A%2F%2Fwww.turbotv.in%2Fwp-content%2Fuploads%2F2012%2F09%2FMazhavil-Manorama-Logo.jpg&
streamer=rtmp%3A%2F%2F37.130.230.101%2Fbase2%2F&
file=maha2.stream&
controlbar.position=bottom&
playlist.position=none&
playlist.size=180&
display.icons=true&
dock=false">
当然,这些值是经过网址编码的,并且在HTML编码之上。您感兴趣的关键参数是“streamer”和“file” - 这些是RTMP流的参数。您可以看到JWPlayer documentation的语义。
当然,您还需要确保获得发布商的许可才能在您的网站上嵌入视频频道。但我想这对于StackOverflow来说是偏离主题的。