pedroSG94 / RTSP-Server

Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.
Apache License 2.0
199 stars 63 forks source link

When using exoplayer to play rtsp stream, a warning message appears and the picture cannot be rendered. #127

Open pengxiao18 opened 1 month ago

pengxiao18 commented 1 month ago

Warning:

Received RTP packet with unexpected sequence number. Expected: 58451; received: 58458. Dropping packet. Received RTP packet with unexpected sequence number. Expected: 58471; received: 58499. Dropping packet. Received RTP packet with unexpected sequence number. Expected: 58819; received: 58822. Dropping packet. Received RTP packet with unexpected sequence number. Expected: 58835; received: 58863. Dropping packet. Received RTP packet with unexpected sequence number. Expected: 58876; received: 58892. Dropping packet.

pedroSG94 commented 1 month ago

Hello,

Can you share a code example to reproduce the error?