Opened 6 years ago

Last modified 6 years ago

#6806 new defect

ffmpeg doesn't work when receiving 2 input rtp streams

Reported by: spot Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I'm trying to join 2 rtp streams into a single video stream.
Both of the stream's content is mjpeg (rfc 2435).

How to reproduce:

ffmpeg -i rtp://192.168.1.1:54321 -i rtp://192.168.1.2:54321 -filter_complex "[0:v][1:v] overlay=10:10" -f mjpeg - | ffplay -f mjpeg -

It was reproduced on version 2.8.11 and 3.3.

Change History (2)

comment:1 by spot, 6 years ago

The error messages I'm receiving:

  • "RTP: missed X packets"
  • "RTP timestamps don't match."
  • "Received packet without a start chunk; dropping frame."
  • "Missing packets: dropping frame"

comment:2 by Carl Eugen Hoyos, 6 years ago

Component: ffmpegundetermined
Version: 2.8.11unspecified

Please test current FFmpeg git head and provide the command line together with the complete, uncut console output to make this a valid ticket.

Note: See TracTickets for help on using tickets.