Missing rtp packets in rtp-forwarder #1935
Replies: 7 comments 4 replies
-
Copying the discussions we have had so far here.
|
Beta Was this translation helpful? Give feedback.
-
How was about stats of pli, nack, fir count? |
Beta Was this translation helpful? Give feedback.
-
@brucekim @Sean-Der Here's the stats between the browser and Pion : @brucekim What command do you use for streaming using gstreamer? I can also give it a try and post my results. |
Beta Was this translation helpful? Give feedback.
-
@Sean-Der Any thoughts based on my results? |
Beta Was this translation helpful? Give feedback.
-
For comparison, here's the stats between two browsers using the same clients : Please help me. Do you see any issues in the Browser to Pion stats above? Thanks |
Beta Was this translation helpful? Give feedback.
-
@Sean-Der I would appreciate any help on this issue. Any pointers or what I should do? Thanks. |
Beta Was this translation helpful? Give feedback.
-
I checked rtp-forwarder with gstreamer for receiving rtp packets and rendering it
withtout jitterbuffer gst-launch-1.0 -v udpsrc port=4002 ! application/x-rtp, encoding-name=VP8,payload=96 ! rtpvp8depay ! decodebin ! autovideosink with jitterbuffer gst-launch-1.0 -v udpsrc port=4002 ! application/x-rtp, encoding-name=VP8,payload=96 ! rtpjitterbuffer ! rtpvp8depay ! decodebin ! autovideosink My test sequence.
export OFFER={sdp text copied at step 2}
echo $OFFER | ./rtp-forwarder
|
Beta Was this translation helpful? Give feedback.
-
Hi,
When I send HD video from a peer to the rtp-forwarder and use ffmpeg to stream, I get this error :
[sdp @ 0x55a64b1aca00] max delay reached. need to consume packet
[sdp @ 0x55a64b1aca00] RTP: missed 43 packets
[sdp @ 0x55a64b1aca00] max delay reached. need to consume packet
[sdp @ 0x55a64b1aca00] RTP: missed 20 packets
In addition to that, the video is fully pixelated and garbled. Please advise.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions