Skip to content
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

fix srtp_remove_stream to use SSRC in host byte order #670

Merged
merged 3 commits into from
Jan 4, 2024

Commits on Dec 27, 2023

  1. fix srtp_remove_stream to use SSRC in host byte order

    This fixes the inconsistency in SSRC byte order usage in the public api. Now all usage should be in host byte order.
    
    cisco#220
    pabuhler committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    343c328 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    89011e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. rename stream api to be srtp_stream_xxx

    This is both part of cisco#672 as well as trying to ensure that
    the parameter change for remove stream is noticed.
    pabuhler committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    af78e62 View commit details
    Browse the repository at this point in the history