> My job is to save this stream to disk as a mkv file. As far as i know to save
> some video file to MKV container i can use mkvmerge tool from mkvtoolnix. But
> the problem here is how to save MJPEG video stream to something compatible
> with matroska ...
>
> Does live555 have built in support
Hi
i've just started my journey with Live555 library and my first task is quite
hard :)
I've got RSTP incoming stream with video in MJPEG format in it.
My job is to save this stream to disk as a mkv file. As far as i know to save
some video file to MKV container i can use mkvmerge tool from
Hi,
I m trying to build Live 555 for IOS 5.1
I have updated config.iphoneos file for IOS 5.1.(config.iphoneos attached)
But I am getting following make error
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin10-llvm-g++-4.2
-c -
> By looking at live555 code and documentation I can see that converting PES to
> TS and streaming of TS are supported, and multiplexing video and audio in TS
> is supported as well. What I'm missing is the code to convert ES to PES and
> streaming of metadata as part of TS. Is that supported as w
> I have an issue on Mac OSX where the RTSPClient was throwing SIG_PIPE
> whenever the TCP connection from the server was terminated (server timeout or
> crash).
> Trying to USE_SIGNALS as below did not work and we were still crashing when
> the connection was dropping:
> #ifdef USE_SIGNALS
>
Hi,
I have a requirement to stream H.264 video coming from hardware encoder,
audio (unknown format at the moment) and metadata (unknown format) all
wrapped as MPEG-2 TS. Video and audio streams should be converted to PES
before streaming.
By looking at live555 code and documentation I can see th
Hi,I have an issue on Mac OSX where the RTSPClient was throwing SIG_PIPE whenever the TCP connection from the server was terminated (server timeout or crash).Trying to USE_SIGNALS as below did not work and we were still crashing when the connection was dropping:#ifdef USE_SIGNALS // Ignore the SIG
> I had tried to neglect the first 4 bytes from the encoded buffer, but it did
> not helped, I had adjusted the fFrameSize accordingly.
>
> Can you please provide me with the pseudo code for handling this.
Oh for heaven's sake...
In your 'data source' class (i.e., your subclass of "FramedSourc