[Live-devel] Object Dumping - Is it normal? (VC++/ MFC )

2009-01-22 Thread eko . sulistyo
Hi All, I've been using the library with Ms VC++ 6.0. Now i am also using MFC for my Application architecture. The library has been integrated smoothly and everything works fine. Just my curiosity, When i am in debug mode, after exiting my application, the VC++ reporting object dump

Re: [Live-devel] Reclaiming live clientsessions

2009-01-22 Thread Morgan Tørvolt
Heissan. Siden dere er seriøse og en fin stor aktør og faktisk driver med ting som er relatert, og dere sikkert også synes slike holdninger som vises under er kritikkverdig, så må dere gjerne svare på denne tråden. Karen som styrer her er litt merkelig til tider, men akkurat dette tungvint for oss

Re: [Live-devel] doEventLoop

2009-01-22 Thread Aditya Vikram
Thanks for reply ,As I have told I am using livemedia for streaming .I have used playcomman.cpp for writing a RTSP client. My steps for testing the play pause functionalities are: TestCase(1) With Live555server 1)play 2)Pause 3)Play Result :fine TestCase(1) With VLC latest server 1)play 2)Pa

Re: [Live-devel] doEventLoop

2009-01-22 Thread Ross Finlayson
I don;t know anything about your custom code, but I hope you've read the FAQ, and are not trying to call the library from more than one thread. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.

Re: [Live-devel] doEventLoop

2009-01-22 Thread Aditya Vikram
I have written directshow filter for receiving streams.I have encapsulate playcomman.cpp in my code. I am able to play the stream I have spawn a thread startStreaming { Watch = 0 Spawn the Thread } Thread { startPlayingStreams(); env->taskScheduler().doEventLoop(&watch) } In stopStreaming(