Due to lack of RR?
Find a tolerable max delay
Sending REMB can make the browser stop sending the better quality streams.
However, the browser may alternate between send and stop quickly, therefore cannot use a naive approach.
The server knows the bandwidth, therefore it does not need to rely solely on the browser to tell which streams might be active. However, this requires an accurate estimation.
After switching track quality, the sender often experiences momentary freezing of up to 3s. This is not present without timestamp offset and packet-drop. The solution was determined to be to update the timestamp even when the packet should be dropped.
The router might be buffering the packets and send all of them when the buffer is full. This results in periods where no packets are received, followed by all the packets arriving together. By the time they arrive, they might be too late and might be dropped.
If a batch finally arrives, instead of dropping them, play them at increased speed.
In Pion, there's a library called vnet for testing ICE/NAT traversal. We can set SettingEngine with vnet.Net so that the packet will be passed through vnet.Router. Inside the router, we can fork and change the processChunks() function to simulate our delay. For simulating our loss rate, we can add chunkFilter to vnet.Router.
Cheng Wei:
Gary:
Likai:
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing