Streaming loop is not picked up by ActiveX-component on HTML
Posted: 24 Jan 2008 17:34
I use VLC to push a DVD to a stream:
vlc -vvv --color dvd://d:@2 --loop --sout #duplicate{dst=std{access=http,mux=ts,dst=localhost:8080}}
On the same machine I try to pickup the DVD using:
After the DVD has played I do not get a second run. So the loop-option does not work.
Any ideas?
Thanks in advance!!
vlc -vvv --color dvd://d:@2 --loop --sout #duplicate{dst=std{access=http,mux=ts,dst=localhost:8080}}
On the same machine I try to pickup the DVD using:
Code: Select all
<BODY onLoad="centerIt()" onResize="handleResize()" bgcolor="024799">
<DIV ID="movie" STYLE="position:absolute; left:0; top:0; background-color:024799; width:1; height:1;">
<OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab"
width="1600" height="900" id="vlc" events="True">
<param name="Src" value="http://localhost:8080" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="True" />
<param name="AutoPlay" value="True" />
<param name="Volume" value="100"/>
</OBJECT>
</DIV>
</BODY>
Any ideas?
Thanks in advance!!