But at the same time on transmiting a RTP packet,I need to capture a
frame into the buffers from the live souce(e.g,such like a
webcamera).Does it need mutithread programming?
No. You can do this, within a single event loop, with a chain of
three objects:
FrameCapture => Encoder => RTP_Sink
I'm sorry! I have read FAQ ,But I do not think it is simple just like the
reference in the FAQ. The applications with live library are
event-driven,after calling someSinkObject->startPlaying() ,it will enter into
an event loop (TaskScheduler::doEventLoop()). That is just said that now the
a
Please DO NOT send the same question to the mailing list more than once!
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
Hello:
I am just beginning to use live library.There are not much instance using live
library except testprogs.
I get the image datas from a camera and I have compressed it with MPEG4
format.Now,The data is stored
in the buffers malloced in the programme.So I need to stream live video and
trasm
But the most "test*Streamer" in the test programs read data from a
file,How can I modify it so take input from
the live source instead of from a file?
Please read the FAQ!
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel m
Hello:
I am just beginning to use live library.There are not much instance using live
library except testprogs.
I get the image datas from a camera and I have compressed it with MPEG4
format.Now,The data is stored
in the buffers malloced in the programme.So I need to stream live video and
tras