forked from algesten/str0m
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add marker bit when packetizing opus.
incase of silence opus, rtp payload sets the marker bit after a talking spurt. usually the data in silence packets are empty, it just uses 1-2 bytes for header. introduced a marker state inside the OpusPacketizer since we don't have access to previous packet incase of audio. fixes algesten#125
- Loading branch information
1 parent
5c4c9d5
commit 1066c4a
Showing
3 changed files
with
125 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters