我需要帮助
我有直播链接,这是在私人网络,无论.. 这是我的直播电视链接:" http://172.16.1.10:2188" 我需要使用application / x-shockwave-flash在我的html代码中嵌入直播电视链接... 它已经使用application / x-vlc-plugin" ,, 并且它可以使用此代码,没有任何问题:
<embed style="width:100%; height:inherit;" type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" id="vlc" target="http://172.16.1.10:2188" <="" embed="" height="327" width="705">
但现在我需要它与Flash播放器合作,而不是vlc播放器 并且不知道使用的确切代码。
这里是我尝试过的一些代码,但仍然无法正常工作: 1 GT;&GT;
<embed style="width:100%; height:inherit;" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" id="vlc" target="http://172.16.1.10:2188" <="" embed="" height="327" width="705">
2 - ;&GT;
<video id="example_video_1" class="video-js vjs-default-skin"
controls preload="auto" width="640" height="264"
poster="http://video-js.zencoder.com/oceans-clip.png"
data-setup='{"example_option":true}'>
<source src="http://172.16.1.10:2188" type='application/x-shockwave-flash' />
</video>
3&GT;&GT;
<object type="application/x-shockwave-flash" target="http://172.16.1.10:2188" data="http://172.16.1.10:2188" width="780" height="420">
</object>
</object>