Re: [Live-devel] Demux testOnDemandRTSPServer output

2008-11-06 Thread Ross Finlayson
I want demux testOnDemandRTSPServer output, because my code works with audio on X port and video on Y port! TestOnDemandRTSPServer have an output with Audio and Video (both) on 8554 port. So I want demux Audio on X port and video to Y port! I have seen MPEGDemux but it Demux a file not a live st

[Live-devel] Demux testOnDemandRTSPServer output

2008-11-06 Thread Antonella Rizzo
Hi Ross, I want demux testOnDemandRTSPServer output, because my code works with audio on X port and video on Y port!  TestOnDemandRTSPServer have an output with Audio and Video (both) on 8554 port. So I want demux Audio on X port and video to Y port!  I have seen MPEGDemux but it Demux a file no

Re: [Live-devel] can not play openRTSP dump file

2008-11-06 Thread Ross Finlayson
I just downloaded live555 and compiled it on my mandriva 2008 machine. I was able to compile it with out any problem. When I run openRTSP to stream from a darwin server, I could not play the video-MP4-ES-1 file. This is a MPEG-4 Video Elementary Stream file. Few, if any, media players are ab

Re: [Live-devel] Recursion in continuePlaying() -> stack overflow

2008-11-06 Thread Horst Weglanz
> This will cause the code to return to the event loop - ending the recursion. Thank you very much, that totally did the trick! HW ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] can not play openRTSP dump file

2008-11-06 Thread Edward
Hi, I just downloaded live555 and compiled it on my mandriva 2008 machine. I was able to compile it with out any problem. When I run openRTSP to stream from a darwin server, I could not play the video-MP4-ES-1 file. The command line I used to stream the video is ./openRTSP rtsp://192.168.0

Re: [Live-devel] test*Streamer FAQ

2008-11-06 Thread Ross Finlayson
I am following the FAQ: If you still wish to change the "test*Streamer" programs to stream using unicast, then do the following: a) In "test*Streamer.cpp", change "destinationAddressStr" to the (unicast) IP address of the intended destination. b) In the corresponding "test*Receiver.cpp", chan

[Live-devel] test*Streamer FAQ

2008-11-06 Thread Antonella Rizzo
Hi Ross, I am following the FAQ: If you still wish to change the "test*Streamer" programs to stream using unicast, then do the following: a) In "test*Streamer.cpp", change "destinationAddressStr" to the (unicast) IP address of the intended destination. b) In the corresponding "test*Receiver.cpp