<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div>Hello, all ...<div><br></div><div>I'm trying to capture an MPEG4 RTP stream (sent by QTSS via QuickTime Broadcaster) to a file using openRTSP. The problem i'm seeing is that, when I try to open this file, the system (Mac OSX 10.5.4) tells me that it's not a movie file. My openRTSP command looks like this:</div><div><br></div><div>pugsleypoo:testProgs jmzorko$ ./openRTSP -4 -w 320 -h 240 -f 30 <a href="rtsp://10.0.1.199:554/pugscam.sdp">rtsp://10.0.1.199:554/pugscam.sdp</a> > pugscam.mp4</div><div><br></div><div>... and the QuickTime Broadcaster instance is indeed set to those parameters (width 320, height 240, 30 fps). I've read the FAQ, but still can't get the generated file to open. The SDP description returned by openRTSP follows:</div><div><br></div><div><div>Opened URL "<a href="rtsp://10.0.1.199:554/pugscam.sdp">rtsp://10.0.1.199:554/pugscam.sdp</a>", returning a SDP description:</div><div>v=0</div><div>o=- 438 2625243995 IN IP4 127.0.0.0</div><div>s=QuickTime</div><div>c=IN IP4 0.0.0.0</div><div>t=0 0</div><div>a=range:npt=now-</div><div>a=control:*</div><div>m=audio 0 RTP/AVP 96</div><div>b=AS:16</div><div>a=3GPP-Adaptation-Support:1</div><div>a=rtpmap:96 mpeg4-generic/11025/1</div><div>a=fmtp:96 profile-level-id=15;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1508</div><div>a=mpeg4-esid:101</div><div>a=x-bufferdelay:5.000000</div><div>a=control:trackID=1</div><div>m=video 0 RTP/AVP 97</div><div>b=AS:220</div><div>a=3GPP-Adaptation-Support:1</div><div>a=rtpmap:97 MP4V-ES/90000</div><div>a=fmtp:97 profile-level-id=1;config=000001B0F3000001B50EE040C0CF0000010000000120008440FA285020F0A31F</div><div>a=mpeg4-esid:201</div><div>a=cliprect:0,0,240,320</div><div>a=framesize:97 320-240</div><div>a=x-bufferdelay:5.000000</div><div>a=control:trackID=2</div><div><br></div><div>... what am I doing wrong?</div><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><div><br style="font-size: 12px; "></div><div>Regards,</div><div><br style="font-size: 12px; "></div><div>John</div><div><br style="font-size: 12px; "></div><div>Falling You - exploring the beauty of voice and sound</div><div><a href="http://www.fallingyou.com">http://www.fallingyou.com</a></div><div><br style="font-size: 12px; "></div><div><br style="font-size: 12px; "></div><div><br style="font-size: 12px; "></div><div><br style="font-size: 12px; "></div><div><br style="font-size: 12px; "></div><div><br style="font-size: 12px; "></div><div><br style="font-size: 12px; "></div><div><br style="font-size: 12px; "></div><div><br style="font-size: 12px; "></div><br class="Apple-interchange-newline"></div></span> </div><br></div></body></html>