Hello,<div><br></div><div>I'm developing an RTP/UDP M-JPEG streaming server based on Live555's code (RFC2435). The source video is interlaced, i.e 2 fields per frame. The server encodes each field into a separate picture and sends it out separately (with its own TimeStamp). However Type-specific field in JPEG header is either 1 or 2 depending on even/odd field according to RFC2435.</div>
<div><br></div><div>VLC player receives and decodes the field picture correctly. But it displays each field picture separately as if it is a progressive scan whole frame picture. It does NOT combine field pictures into a frame picture. The expected behavior is it will combine even field picture with odd field picture into a frame picture and display frame picture. As a comparison, Apple Quicktime player combines the filed pictures into frame picture and display the combined frame picture correctly.</div>
<div> </div><div>Does VLC player support interlaced M-JPEG streaming video playback according to RFC2435? The VLC version tested is 2.0.1.</div><div><br></div><div>Thanks</div><div>Imin</div><div><br></div><div><br></div>