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 interface
and also I have done an strace of openRTSP and it receives the stream
packets with the recvfrom function, but it doesn't write them to the file,
as it does when I strace it in a more "normal" behaviour. That's why I think
it is not recognising the source of the packets and dropping them.

Best regards,
            Sergio


2008/3/17 Ross Finlayson <[EMAIL PROTECTED]>:

>  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 execute "openRTSP rtsp://10.0.0.1/track.mp3"
>
> Basically, the point is that openRTSP doesn't write in the output files
>
>
> In general, you can't expect RTSP/RTP to work across application-level
> gateways like this.  However, see <
> http://www.live555.com/liveMedia/faq.html#openRTSP-empty-files>, whic
> might help you.
>
> --
>
>
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
>
> _______________________________________________
> live-devel mailing list
> live-devel@lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>
>
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to