VLC RTSP Stream and Website

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
eliotmc
New Cone
New Cone
Posts: 1
Joined: 22 Feb 2008 12:40

VLC RTSP Stream and Website

Postby eliotmc » 22 Feb 2008 12:46

Hello,

i have several vod streams here with vlc.
I am using debian, but that should not matter.
I set it up like this way:

Code: Select all

vlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host 192.168.0.110:6000 And in telnet: setup cobra input cobra.ts new cobra vod enabled
Everything went fine, and i could access the stream with vlc and mplayer.

Now i tried to link the stream into my homepage like that:

Code: Select all

<object data="rtsp:192.168.0.110/kabel" type="video/mpeg" autostart="true" loop="true" width="720" height="576">
But it does not work for me.
How can i link this streams into my website?

regards

eliotmc

Shiah
New Cone
New Cone
Posts: 1
Joined: 27 Mar 2008 10:38

Re: VLC RTSP Stream and Website

Postby Shiah » 27 Mar 2008 10:39

Hi,
I have the same problem.
Did you solve it?
thanks

darinc
New Cone
New Cone
Posts: 2
Joined: 12 Mar 2008 14:44

Re: VLC RTSP Stream and Website

Postby darinc » 10 Oct 2008 20:57

per your post your set up your rtsp address to 6000 rather than the default of 554
vlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host 192.168.0.110:6000
per your post you do not specify that in your web page code:
<object data="rtsp:192.168.0.110/kabel" type="video/mpeg" autostart="true" loop="true" width="720" height="576">
why not try specifying port 6000 on the rtsp request:

Code: Select all

<object data="rtsp://192.168.0.110:6000/kabel" type="video/mpeg" autostart="true" loop="true" width="720" height="576">


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 4 guests