<div dir="ltr"><div style>Hi there,</div><div style><br></div><div style>I have an IP camera that gives MJPEG over RTSP, I'm trying to proxy the stream with:</div><div><br></div><div>$ live555ProxyServer rtsp://<a href="http://192.168.0.221/live2.sdp">192.168.0.221/live2.sdp</a></div>

<div><br></div><div style>When I use the openRTSP client like so:</div><div style><br></div><div style>$ ./openRTSP rtsp://<a href="http://127.0.0.1:10110/proxyStream">127.0.0.1:10110/proxyStream</a><br></div><div style>
<br>
</div><div style>The output looks like this: <a href="http://pastie.org/7167135">http://pastie.org/7167135</a> - live555ProxyServer is vanilla with the only change being I hardcoded it to use port 10110.</div><div><br></div>

<div style>When I look at the output files, I get valid audio but the video-JPEG-1 file is empty.</div><div style><br></div><div style>When I try to play the proxy stream with ffplay, I get:</div><div style><br></div><div style>

<div>[rtsp @ 0x7f8daa81ae00] Received packet without a start chunk; dropping frame.</div><div>[rtsp @ 0x7f8daa81ae00] Unimplemented RTP/JPEG type 12</div><div>[rtsp @ 0x7f8daa81ae00] Unimplemented RTP/JPEG type 39</div><div>

[rtsp @ 0x7f8daa81ae00] Unimplemented RTP/JPEG restart marker header.</div><div>    Last message repeated 8 times</div><div>[rtsp @ 0x7f8daa81ae00] Unimplemented RTP/JPEG type 23</div><div>[rtsp @ 0x7f8daa81ae00] Unimplemented RTP/JPEG type 6</div>

<div>[rtsp @ 0x7f8daa81ae00] Unimplemented RTP/JPEG restart marker header.</div></div><div style><br></div><div style>I am able to play the camera stream with ffplay rtsp://<a href="http://192.168.0.221/live2.sdp">192.168.0.221/live2.sdp</a></div>

<div style><br></div><div style>Any ideas?<br></div></div>