You can't call "LIVE555 Streaming Media" library code from within
your separate encoder thread. However, what you can do is have your
encoder thread use a global variable to signal an event that gets
handled by the LIVE555 code's event loop (running in its own thread).
One easy way to do this
I tried by increasing buffer memory to 2M using increaseReceiveBufferTo()
function.but it did not made any diffrence. Then i compiled code for x86 and i
ran receiver application on PC, it works fine on PC. Any idea why it is not
giving bandwidht more than 10 Mbps on Da vinci (DM6446)?
No, but yo
Hi,
I am trying to use DeviceSource Model (as recommended by Ross )to stream
the live video out.
Unfortunately, the video encoder can not be treated as a socket in the
system that I have. I HAVE to run encoder as
a separate thread. So only option that I have, is to register a callback
functio
Hello
I'm using openRTSP to stream RTP/RTCP over TCP a video from a IP
camera (Axis 207) and after a while the openRTSP stop
The openRTSP send TEARDOWN rtsp://axis:554/mpeg4/media.amp/ RTSP/1.0
And I don't understand why I
Is there a BUG ???
Unlikely. "openRTSP" is sending a RTSP "TEARDOWN
I tried by increasing buffer memory to 2M using increaseReceiveBufferTo()
function.but it did not made any diffrence. Then i compiled code for x86 and i
ran receiver application on PC, it works fine on PC. Any idea why it is not
giving bandwidht more than 10 Mbps on Da vinci (DM6446)?
Thanks,
Baku
Hello
I'm using openRTSP to stream RTP/RTCP over TCP a video from a IP camera
(Axis 207) and after a while the openRTSP stop
The openRTSP send TEARDOWN rtsp://axis:554/mpeg4/media.amp/ RTSP/1.0
And I don't understand why I
Is there a BUG ???
Thx
___
l
Hi,
Can anybody tell me or point to some documents so that i can know what
"DarwinInjector()" does.
THANKS
MANAS
-
Meet people who discuss and share your passions. Join them now.___
live-devel mailing list
live-
Hi. I got a following task to do. I got to stream audio/video from a computer
that is on a local LAN to another computer that is on another LAN.
Both computers are behind a FW. The question is, how to stream from one to
another?
Should some middle point be involved in arranging a connection?
Is
Hi,
I have built a multi-threaded programme to paly .avi file. I am reading the
audio and video packets from the file, in one thread of my programme.
Now I want to read A/Vpackets from the network instead of the file. Can I use
the Openrstp Programme or some LIVE555 libraries in one thread and