Re: [Live-devel] RTP-over-TCP streaming (Noam Camiel)

2007-10-25 Thread Noam Camiel
Ross Finlayson: > In the meantime, if you want to use RTP-over-TCP streaming with our > server, then you should *not* send RTSP commands as 'keep alive' > indicators. Instead, you *must* send RTCP "RR" packets. Note that > RTCP is a *mandatory* part of the RTP specification, so if your > clie

Re: [Live-devel] RTP-over-TCP streaming (Noam Camiel)

2007-10-25 Thread Noam Camiel
Ross Finlayson: > This is not relevant to our implementation, because our server also > uses RTCP "RR" packets - coming from the client - as a keep-alive, > and clients (including ours) send those far more frequently than once > every 80 seconds. > > If you have a client that is properly sendin

Re: [Live-devel] RTP-over-TCP streaming (Noam Camiel)

2007-10-22 Thread Noam Camiel
Yes its true, the RTCP "RR" packets are far more frequent than the session timeout, they appear about once every five seconds. For UDP streams that worked OK but for some reason on TCP streams, adding the session timeout did the trick. In the case of RealPlayer, UDP worked fine but on TCP it alm

Re: [Live-devel] RTP-over-TCP streaming (Noam Camiel)

2007-10-22 Thread Noam Camiel
seconds of late video -> dropping frame (computer too slow ?)" In such a situation all packets are assumed as old and no video is displayed. I will keep testing to see if such a situation appears with the session-timeout addition. Noam Camiel ___

Re: [Live-devel] RTP-over-TCP streaming

2007-10-03 Thread Noam Camiel
work that's > causing your problems? Yes, I'm using the same network for RTP-over-UDP and RTP-over-TCP, no firewall and on the same subnet. I will try using a sniffer and follow the communication TCP vs UDP. Should I look for specific packets in RTP-over-TCP that are some sort

[Live-devel] RTP-over-TCP streaming

2007-10-02 Thread Noam Camiel
r TCP? Should I use a different example from live than testOnDemandRTSPServer? Thanks, Noam Camiel Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo!

Re: [Live-devel] issue with a streaming server having multiple network interfaces

2007-08-06 Thread Noam Camiel
rewall) IP address of the LIVE555 server. Please let me know if the test was successful. Noam Camiel - Original Message From: Ross Finlayson <[EMAIL PROTECTED]> To: LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> Sent: Friday, August 3, 2007 8:53:51 A

[Live-devel] issue with a streaming server having multiple network interfaces

2007-07-31 Thread Noam Camiel
::RTSPClientSession::incomingRequestHandler1() method. The server then responds to each client using the specific url information for that client, hence solving the above problem. if anyone has comments regarding this issue please send them. thanks noam camiel