[Live-devel] Saving a RTP stream as it is received

2008-03-26 Thread Spigao spigao
Hello, I am streaming videos sequences with live555 server and receiving them with the openRTSP client. Sometimes, some of the RTP packets get lost due to network disconnections, which causes jumps in the final video stream file. However, it would be nice to have a final output video with the same

Re: [Live-devel] Avoid RTP source checking?

2008-03-18 Thread Spigao spigao
well, thanks for the help, finally the problem was that my gateway was accidentally changing the format of the packets, and I guess openRTSP couldn't write them properly. best regards, Sergio On Mon, Mar 17, 2008 at 11:24 PM, Ross Finlayso <[EMAIL PROTECTED]> wrote: > >Thanks for your answer, I

Re: [Live-devel] Avoid RTP source checking?

2008-03-17 Thread Spigao spigao
Hi Ross, Thanks for your answer, I might have not explained myself well. What I am using are not normal gateways, but a software I am researching in to perform an specific role, so it should work fine. Also, I'm sure that openRTSP is receiving the UDP packets, because I have tcpdumped the network

[Live-devel] Avoid RTP source checking?

2008-03-17 Thread Spigao spigao
Hello, I'm using live555 server and openRTSP client in an especial emulation environment, lets say I am development sort of gateway system... An example of the configuration could be: --- live555 (10.0.0.11) - ServerGW (10.0.0.1) - ClientGW (10.0.0.4) - openRTSP ( 10.0.0.4) and I exe