Can the Mozilla Plugin be used for streaming out?

About encoding, codec settings, muxers and filter usage
diptendu
Blank Cone
Blank Cone
Posts: 15
Joined: 02 Sep 2005 08:37
Location: Kolkata, India

Can the Mozilla Plugin be used for streaming out?

Postby diptendu » 10 Dec 2005 13:25

Hello,

Can the Mozilla Plugin be used for streaming out?

Regards,

Diptendu

Scott JHU-ECE

Re:

Postby Scott JHU-ECE » 10 Dec 2005 21:22

I did it with Internet Explorer, if that's an option for you. Will be working on doing the same with Mozilla/Firefox this week, so I shall let you know how that goes. Included is enough code to get you going with Internet Explorer, and perhaps a start at how to do it with Mozilla. If you get it working, do post here how you did it.

-Scott

<!--
<body onLoad="go();">
-->

<!--
<object classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab"
width="320" height="240" id="vlc" events="True">
<param name="Src" value="" />
<param name="ShowDisplay" value="True" />
<param name="Loop" value="False" />
<param name="AutoPlay" value="False" />
</object>
<br>

Me
<br>

<input type=button value="Pause" onClick='document.vlc.stop();'>
<input type=button value="Resume" onClick="go();">
<input type=button value="Toggle Mute" onClick='document.vlc.toggleMute();'>
-->


<!--

<script LANGUAGE="javascript">
function go() {
var options =
new Array('dshow-vdev=',
'dshow-adev=',
'dshow-size=320x240',
'dshow-fps=29.97',
'sout=#transcode{vcodec=WMV2,vb=<?php echo $rate ?>,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=255.255.255.255:<?php echo $broadcast_port; ?>}}');
document.vlc.addTarget("dshow://", options, 4+8, -666);};
</script>
-->


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 19 guests