-
Notifications
You must be signed in to change notification settings - Fork 283
Low performance when receiving high quality remote video on HL2 #160
Comments
So tried commenting out the two lines in @fibann's workaround, namely
and I did indeed see a difference. Instead of framerates around 10-30, they were more consistent around 40-60. There were some dips down to as low as 5-10, but it recovered to 60 in a few seconds. |
Performance is definitely lower on HL2 than HL1 when there are multiple streams in, using the same configuration for both. |
Interesting feedback. I assume you are still using a peer connection per user, so each "more connections join on the call" is actually a new |
Yes, I still use a new |
When receiving a 720p30 remote stream on HL2, the application framerate drops severely. If the remote peer connects and does not publish video, the framerate stays at 60.
I've also tested with a 320x240 15fps video stream, and while the framerate does drop to ~55, it is not nearly as bad as high quality streams.
Is this due to missing H264 hardware decoding?
The text was updated successfully, but these errors were encountered: