firefox plugin "waiting for video"
Posted: 27 Apr 2009 16:55
hi,
im trying to stream out to a firefox page via the example given here:
http://altair.videolan.org/~dionoea/vlc ... height=240
what i have done so far is i took all that page source code and added in:
$_GET["url"] = "http://10.10.25.32:8080"
so that this would know what URL im sending the stream from. in VLC player im using the GUI and coming up with some code that looks like this:
:sout=#transcode{vcodec=MJPG,vb=800,scale=1,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=10.10.25.32:8080}}
i have tried everything that i can think of to make this work but no matter what i do the only thing the firefox plugin will show is "waiting for video"
any help would be great! thanks!
im trying to stream out to a firefox page via the example given here:
http://altair.videolan.org/~dionoea/vlc ... height=240
what i have done so far is i took all that page source code and added in:
$_GET["url"] = "http://10.10.25.32:8080"
so that this would know what URL im sending the stream from. in VLC player im using the GUI and coming up with some code that looks like this:
:sout=#transcode{vcodec=MJPG,vb=800,scale=1,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=10.10.25.32:8080}}
i have tried everything that i can think of to make this work but no matter what i do the only thing the firefox plugin will show is "waiting for video"
any help would be great! thanks!