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
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
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
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"
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.
--
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
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