Re: [Live-devel] RTP packet lost when Live555MediaServer streamsforward Dektec DTE3114

2010-07-10 Thread BONNEAU Guy
This problem seems to be very similar to one I have had about 1 year ago while trying to stream a Mpeg2 TS with the live555 library with a very high datarate. Unfortunately I do not remember all the details but I eventually pinpointed the problem to the scheduler of Windows. (My testing applica

Re: [Live-devel] Live555 Streaming from a live source

2010-07-10 Thread Sagi Ben Moshe
Hi Ross, Ok, we used the StreamParser class and probably this cause the problem we have. This is our Device class class CapDeviceSource: public FramedSource { We are trying to stream MPEG4 (Later on we will move to H.264) What is the best class to derive from instead of FramedSource in ord

Re: [Live-devel] RTP packet lost when Live555MediaServer streams forward Dektec DTE3114

2010-07-10 Thread Ross Finlayson
I captured with Wireshark and there is a difference between the 2 streaming methodes, the Qvidium seems to allow more time before to send the next frame and the frame is composed of many UDP packet when Live555 try to gather perfectly the packets during the time and I guess it is stressing too

Re: [Live-devel] live555 rtsp server

2010-07-10 Thread 44072429
WSAEWOULDBLOCK windows error. i know it should retransmit the data.but that will block the thread. i do not think it was bandwidth's problem.we had other video show system.and i am sure the bandwidth will work ok. -- Original -- From: "Ross Finlayson"

Re: [Live-devel] live555 rtsp server

2010-07-10 Thread Ross Finlayson
i tried to increase the send buffer.but i can't help me. one connection has 8mbps.and there must 64 connections at least. so you said, i can't finish my job? Well, you didn't say why the "send()" calls are failing - but it seems that you're running into the bandwidth limits of your network. --

Re: [Live-devel] live555 rtsp server

2010-07-10 Thread 44072429
i tried to increase the send buffer.but i can't help me. one connection has 8mbps.and there must 64 connections at least. so you said, i can't finish my job? -- Original -- From: "Ross Finlayson"; Date: Fri, Jul 9, 2010 08:01 PM To: "LIVE555 Streaming

[Live-devel] Downloading streaming only not seekable streams with no loss

2010-07-10 Thread pepamoixiiovino
I want to download streaming only not seekable streams like the HD version of: http://www.apple.com/quicktime/qtv/wwdc10/index.html with absolutely no loss. I think doing a multipass download saving each packet until all of them are saved could download entirely all the stream. Is there a way to f