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