VLC Embed do not show stream
Posted: 22 Jun 2014 13:34
Hello!
I have a strange trouble with a certain stream. The stream does not work in embed VLC(tried Firefox Linux and Windows) while in standalone VLC it work ok. The browser just still 'transfering...' forever, but no picture or sound. Also, I noticed(via tcpdump) the connection is alive forver too. How can I solve or debug the problem?
embed code is:
thnx!
I have a strange trouble with a certain stream. The stream does not work in embed VLC(tried Firefox Linux and Windows) while in standalone VLC it work ok. The browser just still 'transfering...' forever, but no picture or sound. Also, I noticed(via tcpdump) the connection is alive forver too. How can I solve or debug the problem?
embed code is:
Code: Select all
<object width="640" height="480" data="http://tvCUTCUT.ru:8092" id="ttc_vplayer" type="application/x-vlc-plugin">
<param value="http://tvCUTCUT.ru:8092" name="movie">
<embed width="640" height="480" autoplay="yes" target="http://tvCUTCUT.ru:8092" name="ttc_vplayer" type="application/x-vlc-plugin">
</object>