-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Opus DTX #125
Comments
ramyak-mehra
added a commit
to ramyak-mehra/str0m
that referenced
this issue
Oct 13, 2024
incase of silence opus rtp payload sets the marker bit after a talking spurt. usually the data in silence pacekts are empty, just use 1-2 bytes for header. fixes algesten#125
ramyak-mehra
added a commit
to ramyak-mehra/str0m
that referenced
this issue
Oct 13, 2024
incase of silence opus rtp payload sets the marker bit after a talking spurt. usually the data in silence pacekts are empty, just use 1-2 bytes for header. fixes algesten#125
ramyak-mehra
added a commit
to ramyak-mehra/str0m
that referenced
this issue
Oct 13, 2024
incase of silence opus rtp payload sets the marker bit after a talking spurt. usually the data in silence pacekts are empty, just use 1-2 bytes for header. fixes algesten#125
ramyak-mehra
added a commit
to ramyak-mehra/str0m
that referenced
this issue
Oct 13, 2024
incase of silence opus rtp payload sets the marker bit after a talking spurt. usually the data in silence pacekts are empty, just use 1-2 bytes for header. fixes algesten#125
ramyak-mehra
added a commit
to ramyak-mehra/str0m
that referenced
this issue
Oct 13, 2024
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 is_marker state inside the OpusPacketizer since we don't have access to previous packet incase of audio. fixes algesten#125
ramyak-mehra
added a commit
to ramyak-mehra/str0m
that referenced
this issue
Oct 13, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently there is no support for dtx.
Add:
Support for dtx in FormatParams
Change Opus packetizer to be able to write markerbit.
The text was updated successfully, but these errors were encountered: