Re: [Live-devel] MJPEG -> MKV

2012-04-21 Thread Tomasz Kuźma
Thank you so much for this answer, i was suspecting this is the case, now i'm sure. I'll use ffmpeg to enocode those single jpeg files to some useful video format. Thanks again for help! Pozdrawiam Tomek Kuźma Dnia 21 kwi 2012 o godz. 22:02 Ross Finlayson napisał(a): >>> My job is to save t

Re: [Live-devel] Two possible problems in RTSPServer class

2012-04-21 Thread Ross Finlayson
> 1. I have seen possible ServerMediaSession object leak in > RTSPServer::RTSPClientSession::handleCmd_SETUP method. > This method changes client session object member variable > fOurServerMediaSession (pointer to ServerMediaSession) and calls > fOurServerMediaSession->incrementReferenceCount() if

Re: [Live-devel] Live555 RTSP Proxy Server

2012-04-21 Thread Ross Finlayson
> what about transcoding please ? Our libraries do not include any decoding, encoding, or transcoding support. That's something you'd need to do yourself. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-de

Re: [Live-devel] Live555 RTSP Proxy Server

2012-04-21 Thread Meftah Tayeb
thank you a lot ross, what about transcoding please ? - Original Message - From: "Ross Finlayson" To: "LIVE555 Streaming Media - development & use" Sent: Saturday, April 21, 2012 11:18 PM Subject: Re: [Live-devel] Live555 RTSP Proxy Server i don't see the RTSP Proxy server in test

Re: [Live-devel] Patch to help support SRTP

2012-04-21 Thread Ross Finlayson
> I've been using the attached patch in combination with VLC to support SRTP > streams. The patch simply changes the AuxHandlerFunction to pass the > packetSize by reference so it can be changed. The actual packetSize for SRTP > will be less than the original packetSize after decryption and re

Re: [Live-devel] Live555 RTSP Proxy Server

2012-04-21 Thread Ross Finlayson
> i don't see the RTSP Proxy server in testprog directory That's because it's in the "proxyServer" directory instead. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live

Re: [Live-devel] MJPEG -> MKV

2012-04-21 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 s

[Live-devel] Patch to help support SRTP

2012-04-21 Thread Keary Griffin
Hi, I've been using the attached patch in combination with VLC to support SRTP streams. The patch simply changes the AuxHandlerFunction to pass the packetSize by reference so it can be changed. The actual packetSize for SRTP will be less than the original packetSize after decryption and rem

[Live-devel] Live555 RTSP Proxy Server

2012-04-21 Thread Meftah Tayeb
hello, i compiled Live555 Library today i don't see the RTSP Proxy server in testprog directory is somewhere else ? thank you, Meftah Tayeb IT Consulting http://www.tmvoip.com/ phone: +21321656139 Mobile: +213660347746 __ Information from ESET NOD32 Antivirus, version of virus signat

Re: [Live-devel] MJPEG -> MKV

2012-04-21 Thread Tomasz Kuźma
2012/4/20 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 live55

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

2012-04-21 Thread Ross Finlayson
>> We also have code that will convert (video or audio) Elementary Streams to >> Transport Streams: the "MPEG2TransportStreamFromESSource" class. > > Does it mean that converting ES to PES is not necessary if ES can be > converted to TS directly ? Yes, because the "MPEG2TransportStreamFromESSou

[Live-devel] Introducing the "LIVE555 Proxy Server"

2012-04-21 Thread Ross Finlayson
The latest release (2012.04.21) of the "LIVE555 Streaming Media" software includes a new application - the "LIVE555 Proxy Server" - which is documented at: http://www.live555.com/proxyServer/ This server acts as a unicast RTSP 'proxy' for one or more back-end (unicast or multicast) stre