I'm using DVSDK 4, dm368, and encoding H.264 std resolution interlaced streaming to the network using RTP packetization. The problem I'm having is that the decoder can't seem to decode the video correctly. The video looks fine when playing through VLC. But the decoder appears to be getting the temporal order of the fields confused. All horizontal motion demonstrates a jittery edge.
The problem is observed both in my decoder app, which decodes streaming h264 from the network. And in the decode sample app provided with the SDK. Has anyone ever seen interlaced video properly displayed by the DM368 using the decoder provided with 4_00_00_22 sdk?
I've even swapped the top and bottom field encoding on the encoder. This fixed the temporal order issue but resulted in visually flipped field lines. Because the DVSDK is delivered with no interlaced encoding I'm suspicious that it doesn't work and hasn't been tested properly.
John A