Ross,<br><br>Some time ago we needed a patch to be able to receive MJPEG stream from our cameras (3MPix -&nbsp; 2048x1536) at that time. That was implemented and RTP width of 0 was treated as 2048. But sensors get bigger and the that is not enough anymore.
<br><br>Elphel cameras provide the frame size information in SDP file (&quot;a=x-dimensions:width,height&quot;) and Spectr implemented a patch that does that - if the dimension is 0, it uses the data from SDP file (like with other video formats).
<br><br>Patch is tested with MPlayer with 5MPix MJPEG video stream from Elphel model 353 camera, the only change in the MPlayer itself was to replace that notorious &quot;maximal frame size of 50,000&quot; (we used just width*height for the frame buffer size).
<br><br>Patch is available&nbsp; at Elphel project page at Sourceforge ( <a href="http://sourceforge.net/project/showfiles.php?group_id=105686&amp;package_id=120785&amp;release_id=555832">http://sourceforge.net/project/showfiles.php?group_id=105686&amp;package_id=120785&amp;release_id=555832
</a> ) - can you please take a look at it ?<br><br>Andrey<br>