VLC RTSP Stream and Website
Posted: 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:
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:
But it does not work for me.
How can i link this streams into my website?
regards
eliotmc
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
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">
How can i link this streams into my website?
regards
eliotmc