Re: [Live-devel] SIGABRT in base64Decode in liveMedia/Base64.cpp

2014-06-22 Thread Piers Hawksley
Thanks Ross, We are using an unmodified (save for the extra printf's) build of the latest version of live555. I will try a build without -O0 optimizations on Monday to see if I can get a stack trace. I will also try using openRTSP as the client to see if that affects the results. Piers -- Se

[Live-devel] It could be helpful that UsageEnvironment::reclaim return a completion status

2014-06-22 Thread PROMONET Michel
Hi Ross, Thanks again for your support and your help. Since some years I am working with your library, I spend some time to understand when objects are deleted. So I would like to suggest that methods that make "delete this", for instance UsageEnvironement::reclaim, could indicate t

[Live-devel] Audio Streaming over network

2014-06-22 Thread srd srdsrd
> > I want to stream live audio over network using live 555. I have referred > testprogs from source code. I tried with testMP3Streamer.cpp > and testMP3Receiver.cpp but when I tried these two programs to stream mp3 > file it is just outputting encrypted data on stdout. I want > to play mp3 f

Re: [Live-devel] Problem releasing Matroska demuxer

2014-06-22 Thread Ross Finlayson
> -delete this; > + Medium::close(this); Yes. This will be fixed in the next release of the software. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.co

Re: [Live-devel] RTSP server taking MPEG2 TS as input using TCP

2014-06-22 Thread Ross Finlayson
> I know live555 can server taking UDP TS as input using > MPEG2TransportUDPServerMediaSubsession. > I'd like to build a RTSP server that can takes a "TCP" Transport Stream as > input. That's easy to do. Just use the code for the "testOnDemandRTSPServer" demo application. At line 239-240 of "