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] Getting live working with QT

2010-03-13 Thread Vogel Ubrhar
Hi Has anybody had any luck compiling Qt code with C wrapper (sshared object) for Live from within QT Creator (linking againist it) and run it's client portion without crashing? I am having this weird issue that I have been trying to solve for some time, the live code is compiled with the following

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

Re: [Live-devel] RTPOverTCP_OK

2010-03-13 Thread Jeremy Noring
On Fri, Mar 12, 2010 at 10:39 PM, Ross Finlayson wrote: > I'm currently modifying the "RTPInterface" code (to fix the longstanding > failing-to-receive-RTSP-commands-when-RTP-over-TCP-is-used bug). As part of > these modifications, I'm removing the "RTPOverTCP_OK" hack altogether, > because its u

Re: [Live-devel] Unicast and Multicast H264

2010-03-13 Thread Ross Finlayson
I have one question about the difference of streaming Multicast and Unicast. When I connect to a multicast server I receive in my function "AfterReadingFrame" all the packets SPS, PPS and Slices and then I parse all and save to decode when I need. I tried a Unicast server and then I need to work