Hello,<br>Could I ask you this question? <br>I compiled the source code already and now testing the test programs. I try the MP3 Audio test programs as first example. <br>+ For the testMP3Streamer, the output receiver is "Unable to open file "test.mp3" as a MP3 file source"<br>
+ For testMP3Receiver, output is "Beginning receiving multicast stream..."<br><br>The other test programs have the same output, I can't stream or play any file. What's the problem and how to solve? <br><br>
<b>Secondly</b>, I run the testOnDemandRTSPServer, and it returns me the URL links of the audio/video test files, for example : <br><br>"mpeg4ESVideoTest" stream, from the file "test.m4e"<br>Play this stream using the URL "rtsp://<a href="http://10.10.10.103:8554/mpeg4ESVideoTest">10.10.10.103:8554/mpeg4ESVideoTest</a>"<br>
<br>"mpeg1or2AudioVideoTest" stream, from the file "test.mpg"<br>Play this stream using the URL "rtsp://<a href="http://10.10.10.103:8554/mpeg1or2AudioVideoTest">10.10.10.103:8554/mpeg1or2AudioVideoTest</a>"<br>
<br>Is it the URL link to use with openRTSP client, that I ask below? <br> <br><b>Thirdly</b>, I run the RTSP client, by the command : <b>./openRTSP,</b> and I see the usage instructions :<br><br>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> <b>(or ./openRTSP -o [-V] <url>)<br>
<br></b> I have tried to use the bold part, for instance <b>./openRTSP -o [-V] rtsp://<a href="http://10.10.10.103:8554/mpeg1or2AudioVideoTest">10.10.10.103:8554/mpeg1or2AudioVideoTest</a> <br><br></b>But I received nothing. The terminal screen return the usage instructions again. <br>
Did I do wrongly? Or do I misunderstand any part?<br>Is there any solutions or how to solve the situation? <br><br>Thanks a lot for your help on this.<br>Hannah<br><br><br>