: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] openRTSP writing all zeros
>Yes, if I omit the "-m" option the single large file looks the same.
>I've tried using a debugger to trace it back. I'm not at my work
>computer right now, so th
Yes, if I omit the "-m" option the single large file looks the same.
I've tried using a debugger to trace it back. I'm not at my work
computer right now, so this is all from memory and may not be
entirely correct. As I recall, however, the FileSink had a
SimpleRTPSource as its source. The Si
r 17, 2010 8:31 AM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] openRTSP writing all zeros
>However, now the entire file, with the exception of a very few bytes
>at the beginning and scattered seemingly randomly throughout,
>contains all zeros. Using w
However, now the entire file, with the exception of a very few bytes
at the beginning and scattered seemingly randomly throughout,
contains all zeros. Using wireshark I can verify that the actual
non-zero data is being sent. The QoS statistics also show that no
packets were dropped.
That's
I have created an RTSP server using your library that streams video frames in a
custom format, using the M bit to indicate the end of the frame. Each frame is
roughly 400KB. I have been trying to use openRTSP to receive the stream and
output each frame to a file using the following command lin