Page 1 of 1

Using RTSP url in libvlc interop

Posted: 17 Dec 2008 10:42
by Nachiappan
Hi,
I am working on RTP/RTSP for some time. I have a custom server which records streams from different IP devices / Video encoders using RTP / RTSP.

I am implementing a streaming server which would stream back the recorded data over RTP. I am able to connect using VLC Media Player, and receive the requests in RTSP.

I need to develop a custom player using libvlc. I am trying with the sample attached with the VideoLan.Interop. The request from the sample does not reach the streaming server.

Can anyone help me in using the rtsp url in libvlc in connecting to the streaming server.

Re: Using RTSP url in libvlc interop

Posted: 13 Jan 2009 09:44
by GunnarK
Have you managed to get any further on this project?
I am currently trying to do the same thing.