Re: [Live-devel] Question about MediaServer+OpenRTSP+VLC

2010-03-13 Thread jérémy HAGE
Thank you for your answer but the problem is that I want to relay the stream with testRelay. What I really want to do is to open the stream with openRTSP then receive it with testRelay to relay the stream to the the localhost but also to another VLC client of the network. So I can't just open the s

Re: [Live-devel] Question about MediaServer+OpenRTSP+VLC

2010-03-13 Thread Ross Finlayson
Hello, I would like to know how I can use OpenRTSP to receive a file from the MediServer then read the stream with VLC. I tried this : ./live555MediaServer ./openRTSP -r -p 1234 rtsp://192.168.1.5:8554/test.mpg With VLC I opened rtp://@

[Live-devel] Question about MediaServer+OpenRTSP+VLC

2010-03-13 Thread jérémy HAGE
Hello, I would like to know how I can use OpenRTSP to receive a file from the MediServer then read the stream with VLC. I tried this : ./live555MediaServer ./openRTSP -r -p 1234 rtsp://192.168.1.5:8554/test.mpg With VLC I opened rtp://@192.168.1.5:1234 Result : I see just one frame :s Thank you.