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
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
>
> 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
> -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
> 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 "