mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.8k stars 581 forks source link

Same/old NTP timestamp #647

Open andyzxz1993 opened 7 months ago

andyzxz1993 commented 7 months ago

Hello, I'm using webrtc-streamer to play videos in the browser and I'm encountering an issue. When starting WebRTC, I added the -o parameter to reduce server load. However, when playing the video, only the initial frame is displayed and there is no further change. Checking the backend logs, I see a continuous message saying "Same/old NTP timestamp (1701430287363 <= 1701430287363) for incoming frame. Dropping." Can you please advise on how to resolve this? If I don't add the -o parameter or use the VLC player, I can play the RTSP video stream without any issues.

image

mpromonet commented 7 months ago

Hi,

This probably means the stream contains B-frame ? video size 80x32 seems strange ?

Best Regards, Michel.