+ For the testMP3Streamer, the output receiver is "Unable to open file "test.mp3" as a MP3 file source"

Do you have a MP3 file named "test.mp3" in the same directory?

+ For testMP3Receiver, output is "Beginning receiving multicast stream..."

Note that "testMP3Receiver" outputs its received (MP3) data to 'stdout'. (If you don't understand what 'stdout' means, then this software is probably not for you.)

Secondly, I run the testOnDemandRTSPServer, and it returns me the URL links of the audio/video test files, for example :

"mpeg4ESVideoTest" stream, from the file "test.m4e"
Play this stream using the URL "rtsp://<http://10.10.10.103:8554/mpeg4ESVideoTest>10.10.10.103:8554/mpeg4ESVideoTest"

"mpeg1or2AudioVideoTest" stream, from the file "test.mpg"
Play this stream using the URL "rtsp://<http://10.10.10.103:8554/mpeg1or2AudioVideoTest>10.10.10.103:8554/mpeg1or2AudioVideoTest"

Is it the URL link to use with openRTSP client, that I ask below?

Yes, but you need to have the appropriate file - e.g., a MPEG-1 or 2 Program Stream file named "test.mpg" - in the same directory.


Thirdly, I run the RTSP client, by the command : ./openRTSP, and I see the usage instructions :

Usage : ./openRTSP [-p <startPortNum>] [-r|-q|-4|-i] [-a|-v] [-V] [-d <duration>] [-D <max-inter-packet-gap-time> [-c] [-S <offset>] [-n] [-O] [-t|-T <http-port>] [-u <username> <password>] [-s <initial-seek-time>] [-z <scale>] [-w <width> -h <height>] [-f <frames-per-second>] [-y] [-H] [-Q [<measurement-interval>]] [-F <filename-prefix>] [-b <file-sink-buffer-size>] [-B <input-socket-buffer-size>] [-I <input-interface-ip-address>] [-m] <url> (or ./openRTSP -o [-V] <url>)

I have tried to use the bold part, for instance ./openRTSP -o [-V] rtsp://<http://10.10.10.103:8554/mpeg1or2AudioVideoTest>10.10.10.103:8554/mpeg1or2AudioVideoTest

No, just run
./openRTSP rtsp://<http://10.10.10.103:8554/mpeg1or2AudioVideoTest>10.10.10.103:8554/mpeg1or2AudioVideoTest

See the "openRTSP" instructions <http://www.live555.com/openRTSP/> to understand the command-line options.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to