[Live-devel] Question about the fonction addDestination

2010-03-19 Thread jérémy HAGE
Hello, I have a question concerning the fonction "addDestination". How can I use it when the sink is playing? Thanks. Jamy ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

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

[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.