Re: [Live-devel] MJPEG -> MKV

2012-04-19 Thread Ross Finlayson
> 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

[Live-devel] MJPEG -> MKV

2012-04-19 Thread Tomasz Kuźma
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

[Live-devel] Live555 Library build for IOS 5.1

2012-04-19 Thread krishnaks
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 -

Re: [Live-devel] Questions on MPEG2 Transport Stream

2012-04-19 Thread Ross Finlayson
> 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

Re: [Live-devel] Ignoring SIGPIPE

2012-04-19 Thread Ross Finlayson
> 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 >

[Live-devel] Questions on MPEG2 Transport Stream

2012-04-19 Thread Felix Radensky
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

[Live-devel] Ignoring SIGPIPE

2012-04-19 Thread Philippe Clavel
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

Re: [Live-devel] mplayer not playing stream

2012-04-19 Thread Ross Finlayson
> 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