<font size=3>Hello, <br>
<br>
I'd like to use openRTPS to receive the RTSP stream of my IP cam. <br>
<br>
The first try failed becouse of the following error: <br>
  "Unable to create receiver for "video/MJPEG" subsession:
RTP payload <br>
format unknown or not supported" <br>
<br>
Then I put the option '-S 5' and the connection was succesfully created:
<br>
  Setup "video/MJPEG" subsession (client ports 55546-55547)
<br>
  Created output file: "video-MJPEG-1" <br>
  Sending request: PLAY rtsp://192.168.100.1:1554/profile/1/local.sdp/
RTSP/1.0 <br>
<br>
but the output file: "video-MJPEG-1" is empty, while on the standard
out <br>
is continuosly printed the message: <br>
  "Received xyz new bytes of response data." <br>
<br>
What am I doing wrong? <br>
<br>
Thanks in advance for your help! <br>
Costantino from Germany </font>