Page 1 of 1

Streaming RTSP into Second Life

Posted: 05 Oct 2008 00:35
by Diegol
Dear all,

I am a newbee to streaming and to my understanding, wth VLC you should be able to create a RTSP stream.
If so, it would be great as I could be capturing that stream into Second Life. This offers incredible potential in terms of sharing content and collaboration.

Could somebody confirm that this can be done? If so, would somebody be so kind to walk me through the process in plain english?

Thanks,

Diego

Re: Streaming RTSP into Second Life

Posted: 05 Oct 2008 12:21
by Rémi Denis-Courmont
RTSP streaming can be done with VLC. As for 2nd Life, I have no ideas.

Re: Streaming RTSP into Second Life

Posted: 05 Oct 2008 15:13
by Diegol
RTSP streaming can be done with VLC. As for 2nd Life, I have no ideas.
How do you configure an RTSP srtream so that the output is a sort of URL?
For example: rtsp://piggy-su3.veodia.com:80/1167011795.sdp

regards,

Diego

Re: Streaming RTSP into Second Life

Posted: 05 Oct 2008 15:36
by Rémi Denis-Courmont

Code: Select all

vlc-wrapper <input> --sout '#rtp{sdp=rtsp://:80/1167011795.sdp}'

Re: Streaming RTSP into Second Life

Posted: 06 Oct 2008 02:15
by Diegol

Code: Select all

vlc-wrapper <input> --sout '#rtp{sdp=rtsp://:80/1167011795.sdp}'
I know this must be annoying for you, but how exactly do I use that code within VLC?
Suppose I want to stream my screen with the VLC option: Capture device / Screen...

I appreacite your help and patience,

regards,

Diego

Re: Streaming RTSP into Second Life

Posted: 07 Oct 2008 18:54
by Rémi Denis-Courmont
This is command line. I doubt the UI supports this.