I'm not sure I totally understand your question, but it's important to
understand that the "LIVE555 Streaming Media" code is designed to be used
within applications that are structured as a single-threaded event loop.
Therefore, if you're using the LIVE555 code within a separate application, the
>I am trying to get data out of a IP Camera which streams H.264
> using RTSP/RTP/RTCP protocol. My problem is that I want the data in a buffer
> frame which contains pixel data for each pixel.
OK, so you'll need to decode the H.264 video data. Unfortunately our library
does not inc
> i try'ed calculating the bit/byte rate using the method mentioned below´ as
>
> int o1=videoSink->octetCount();
>
> videoSink->startPlaying(*videoSource, afterPlaying, videoSink);
>
> int o2=videoSink->octetCount();
>
> At both times the value of o1 and o2 are zero.
That's becaus
> any use of the Live555 Media Server for a RTSP Live Stream ?
The "LIVE555 Media Server" application (i.e., product) streams from files only.
However, developers can use our libraries to write their own RTSP server
application - e.g, based on the "testOnDemandRTSPServer" demo application -
tha
Hi Ross,
I was hoping to get your thoughts on how you envision client programs
should use the livemedia library. I have set up my entire system so far
using your examples and an OO C++ approach. My incoming stream is an h264
stream, so I've subclassed the MediaSink object, calling it H264Packe
Hi All,
I am trying to get data out of a IP Camera which streams H.264 using
RTSP/RTP/RTCP protocol. My problem is that I want the data in a buffer
frame which contains pixel data for each pixel. What I mean by that if we have
a camera 320x240 and I need color values for each 76800 pi
*
Hello Sir
i try'ed calculating the bit/byte rate using the method mentioned below´ as
int o1=videoSink->octetCount();
videoSink->startPlaying(*videoSource, afterPlaying, videoSink);
**
**
int o2=videoSink->octetCount();
*
*
*
*At both times the value of o1 and o2 are zero.*
*
*
*Kindly help to
hello,
any use of the Live555 Media Server for a RTSP Live Stream ?
please can you tel me how can i push a live stream to it and fetch it using
RTSP?
thank you
Meftah Tayeb
IT Consulting
http://www.tmvoip.com/
phone: +21321656139
Mobile: +213660347746
__ Information from ESET NOD3
> Yes, I read all that, and the sense I got from it is, Linux works one way,
> everything else works another way. Thus my suggestion for a Linux-specific
> ifdef wrapping the bind() call.
Yes, but I also recall someone reporting that they tried this, but it didn't
work for them (on Linux); app
On 6/27/2012 12:41 AM, Ross Finlayson wrote:
if the receiving program bind()s to INADDR_ANY. So isn't the fix
simple? bind() each socket to the multicast address of interest.
We've been through this many times before (note the links in my previous
message). This suggested 'fix' does not
10 matches
Mail list logo