Re: [Live-devel] Client issue with large IP packets during interrop tests

2010-04-12 Thread Ross Finlayson
IP fragmentation is a very bad idea, and should be avoided. (The reason for this is that if any IP fragment is lost, the whole IP packet will be discarded, even if the remaining fragments happened to contain useful data.) Instead, RTP/UDP/IP packets should always be small enough to fit within

[Live-devel] Client issue with large IP packets during interrop tests

2010-04-12 Thread DAVID SAHUC
Hi, We've had some issues while testing Live555 client (e.g. openRTSP, even on April 9th release) with our RTSP server while serving larger IP packets (containing MPEG-2 TS but that might impact other modes). Above a certain IP packet size, openRTSP doesn't receive correctly (data loss). I've

[Live-devel] howto read live555 stream? using vlc

2010-04-12 Thread Siddeeq Hssn
hi all i want to stream video form linux to window using c++ and i use live555 and success and the output is stdout. and i install vlc0.9.9 and use activex and i can play video using vb.net. now how i can send video from linux using live555 and read that video using vlc (by using any language VC+

[Live-devel] Streaming H264 difficulties

2010-04-12 Thread Yaron Levy
Hi, I am working on a RTSP RTP-over-TCP H264 streaming application from a live HW-based encoder. I have implemented MyDeviceSource, MyH264VideoStreamFramer, H264DeviceMediaSubsession and MyH264App based on testOnDemandRTSPServer. In general the application works and I get the live stream. The inten

[Live-devel] AMR RTCP Synchronization

2010-04-12 Thread Ralf Globisch
Ross, thanks for the quick fix, I tested it and everything looks good. Also, thanks for the explanation concerning the synchronisation of deinterleaved AMR frames. Regards, Ralf ___ live-devel mailing list live-devel@lists.live555.com http://lists.live55