[Live-devel] Issue on forwarding UDP datagram to VLC

2009-11-18 Thread HQ Wang
Hi all, I am tring to forward the H.264 stream from a H.264 RTSP server to VLC by live555. Since I don't care the type of UDP payload, I don't want to unpack&repack the H.264 stream over RTP. Can I forward the UDP datagram directly to VLC? Just made an attemption, it couldn't play on VL

Re: [Live-devel] Slow connection problem with RTP over RTSP/TCP

2009-11-18 Thread Matt Schuckmann
Ross, I have to disagree with you a little here. Shouldn't it be the servers responsibility to provide the best possible experience to the client given the network conditions, the content delivery method and the content requested by the client. And if the server can detect that the network is to

Re: [Live-devel] Slow connection problem with RTP over RTSP/TCP

2009-11-18 Thread Ross Finlayson
No, this is nonsense. TCP is intended to be a reliable byte-stream protocol; it's the job of the operating system's TCP implementation - not application-level code (such as LIVE555) - to provide reliable delivery. If, however, your stream's bitrate is too large for your network, then you're i

[Live-devel] Slow connection problem with RTP over RTSP/TCP

2009-11-18 Thread mproxi
Hello, I have tested LIVE555 and I found one problem. Clients connecting to live server over slow network have problems receiving data with RTSP TCP encapsulation turned on. If bitrate of the video is bigger, than available network bandwidth, Live server discards packed randomly. This keeps net

Re: [Live-devel] Question about tesRelay

2009-11-18 Thread Zelalem Sintayehu
Hi Ross, thank you for your response. So, is it difficult to change it to work for unicast address? If it can be done, which part shall I modify? Thank you. Best regards, - Zelalem S. > Date: Tue, 17 Nov 2009 01:47:17 -0800 > To: live-de...@ns.live555.com > From: finlay...@live555.com > Su