LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   streaming to webpage using vlc on fc5 (https://www.linuxquestions.org/questions/linux-software-2/streaming-to-webpage-using-vlc-on-fc5-664065/)

gideonskywalker 08-20-2008 10:09 AM

streaming to webpage using vlc on fc5
 
Hello,pls i need your help am using vlc 0.8.5 on my fc5 and i can stream to other systems that have vlc player,but i can stream to webpage.can you please kindly explain to me on how to go about streaming to webpage using vlc or other player on linux.Hope to hear from you soon.

Thanks in advance.
One love !!!.

digitalnerds 08-27-2008 07:13 PM

Hi there

You will only need to embed the object in your website(s) for VLC web based playing. Clients will need to have VLC installed on their computers as well and if not the object part will tell them where to download VLC from.

The code looks something like this:

Quote:

<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab#Version=0,8,6,0" id="vlcIE" events="True">
<param name="MRL" value="FILE OR URL TO PLAY" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="yes" />
<param name="width" value="1" />
<param name="height" value="1" />
<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" progid="VideoLAN.VLCPlugin.2" name="vlcMoz" id="vlcMoz" target="FILE OR URL TO PLAY" autoplay="yes" loop="yes" hidden="no" width="1px" height="1px"/>
</object>
You may need to change the height/width for this to work.

Note for moderators: This topic doesnt belong here but i I answered to it anyway. Feel free to move it.

Regards
Andy


All times are GMT -5. The time now is 03:24 AM.