Re: [Live-devel] mpeg2transportstreamfromessource

2011-12-13 Thread Ross Finlayson
> I have an existing multi rtsp source application that records video to disk > and streams saved video and live video across our own http protocol. I am now > trying to add HTTP Live Streaming for portable devices. I go to the point > where all the connections are happening and index files and

[Live-devel] mpeg2transportstreamfromessource

2011-12-13 Thread Jeff Shanab
I have an existing multi rtsp source application that records video to disk and streams saved video and live video across our own http protocol. I am now trying to add HTTP Live Streaming for portable devices. I go to the point where all the connections are happening and index files and ts files

Re: [Live-devel] Add an audio sub-session makes the video stop

2011-12-13 Thread Fabrice Triboix
Dear Ross, Before you do this, you should first just add a "MP3AudioFileServerMediaSubsession" with the MP3 file - just to make sure that this (an audio subsession with data coming from a file) works OK for you. Thanks for the tip! I just tried it instead of our custom subsession class, and it

Re: [Live-devel] Live555 limiting network traffic?

2011-12-13 Thread Wiser, Tyson
Ross, Thank you very much for your response. Removing MPEG2TransportStreamFramer from the chain seemed to do the trick. Thanks for your great work. Tyson From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Saturday, December 10

Re: [Live-devel] memory leaks in DelayQueue ?

2011-12-13 Thread PROMONET Michel
Hi, You're right we are using 2011.01.10, I upgrade a couple of week from 2009.06.02 to 2011.01.10, but I did not take lastest releease to minimize changes. Thank's, I will do the job to upgrade to a newer release. Regards, Michel. [@@THALES GROUP RESTRICTED@@]

Re: [Live-devel] memory leaks in DelayQueue ?

2011-12-13 Thread Ross Finlayson
> I continue to analyse memory leaks Yes, but you should do so on an up-to-date version of the code! > In BasicUsageEnvironment/DelayQueue.cpp > > DelayQueue::~DelayQueue() { > - while (fNext != this) removeEntry(fNext); > + while (fNext != this) { DelayQueueEntry* entry=fNext; removeEntr

Re: [Live-devel] Add an audio sub-session makes the video stop

2011-12-13 Thread Ross Finlayson
> I am trying to modify an existing RTSP server based on live555. It streams > live video without problems, and I have to add live audio sub-streams for > each video streams. > > As a first step, I wanted to stream an MP3 file, so I created an audio source > class based on the "DeviceSource" te

[Live-devel] memory leaks in DelayQueue ?

2011-12-13 Thread PROMONET Michel
Hi, I continue to analyse memory leaks at exit, so I have an other valgrind report to submit to your mailing list : 192 bytes in 3 blocks are definitely lost in loss record 1 of 1 (see: http://valgrind.org/docs/manual/mc-manual.html#mc-manual.leaks) at 0x4C27CC1: operator

Re: [Live-devel] NoReuse::NoReuse static variable and multithreading

2011-12-13 Thread Ross Finlayson
> I read from the mailing list that is not recommended to use live555 in a > multithread way, but is it acceptable to run several live555 loop in > different threads ? I.e,, provided that each thread uses its own "TaskScheduler" and "UsageEnvironment", yes. > In such a case the static in NoRe