Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
2k views

Gstreamer tsdemux reports "CONTINUITY: Mismatch packet" while receiving MPEG TS payload via UDP

My pipeline is the following (I recieving MPEG TS H264 video over RTP): gst-launch-1.0 -v udpsrc address=127.0.0.1 port=1200 ! decodebin ! rtpvrawpay ! rtpbin ! udpsink host=127.0.0.1 port=2250 ...
Eugenek's user avatar
  • 323