>I am having difficulty understanding the concept for two reasons, first as
> I said, only the MediaSink class has access to the newest incoming frame.
> How do you envision one transferring this new frame to say ... a GUI for
> display?
Because I don't know anything about the GUI software
Hi Ross,
Thank you for your response.
I used the FAQ often when I first started with LiveMedia and the
single-threaded event loop is well described there. Given your response,
does that imply that ultimately I should dispatch new frames to the rest of
the program using the TaskScheduler, Us
> thank you for your answer ;-)
> please would you give me a hand how to try the ondemand RTSP server ?
READ THE FAQ! (As you were asked to do before posting to this mailing list!)
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-d
Ross;
thank you for your answer ;-)
please would you give me a hand how to try the ondemand RTSP server ?
thank you.
- Original Message -
From: "Ross Finlayson"
To: "LIVE555 Streaming Media - development & use"
Sent: Thursday, June 28, 2012 9:20 AM
Subject: Re: [Live-devel] Live Media
Hi Ross,
Googeling I found https://bugzilla.redhat.com/show_bug.cgi?id=231899 that is
closed considering that it is not a bug.
Is it what you have in mind "Unfortunately at least some Linux kernel fanatics
don't think it's a bug" ?
In fact I used since many years the workaround o
> when i'm streming ZAVIO camera using proxyserver i'm facing the following
> issue:
>
> I' using VLC as a client for the first time after starting proxyserver
> it streams(video+audio) well but when we stop the play and restart VLC
> again I could see the vedio is not played it's stucts at the f
-- Forwarded message --
From: "Kristapher Sahaya Raj Marisetty - ERS, HCL Tech"
Date: Thu, 28 Jun 2012 13:27:37 +0530
Subject: FW: issue in live555 proxyserver
To: "krist@gmail.com"
From: Kristapher Sahaya Raj Marisetty - ERS, HCL Tech
Sent:
You'll need to set up a perodic, repeating task (e.g., running every 1 second),
and measure the byte count each time. You'll do this using
"TaskScheduler::schedulerDelayedTask()". I don't have time to explain in
detail to a hobbyist how to do this, but there are several examples of this in
th