webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

Video track slow response and potential frame loss

Open wchensc opened this issue 3 years ago • 3 comments

Your environment.

  • Version: 3.1.11+
  • Browser: Chrome

What did you do?

I have two parties. The browser is the offerer and golang pion is to answer and pull phone screen and provide a video track to the browser. The connection is successfully connected and I can see the phone screen. When I swiped on the phone, the screen on the browser responded after 5-10 seconds and it looks like it dropped all intermediate video frames and only displayed the last one/several frames.

Both the video source and dst are on the same computer so it is not network related.

https://user-images.githubusercontent.com/22922463/149469526-c2f2995b-ee72-4ec1-8c97-c24acf30f75e.mov

I inspect the chrome webrtc portal but didn't find any weird stuff. No dropped frames/packets detected. Screen Shot 2022-01-13 at 11 44 50 PM

If I used older version like 2.0.23, there is no issue. What could be the possible factor that I did wrong? Let me know what other information is needed. Thanks!

What did you expect?

The screen movement should be instant.

What happened?

Slow response and video loss.

wchensc avatar Jan 14 '22 07:01 wchensc

Follow

ahmed-adly-khalil avatar Jan 15 '22 00:01 ahmed-adly-khalil

Same here even if all images are encoded with H.264 I frame.

leslie-wang avatar Mar 10 '22 05:03 leslie-wang

@Sean-Der Hi Is this issue confirmed officially? I saw you made it to the next milestone. Thanks

wchensc avatar Apr 24 '22 02:04 wchensc