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

AES_256 ICM #216

Closed
wants to merge 2 commits into from
Closed

AES_256 ICM #216

wants to merge 2 commits into from

Conversation

AlexxIT
Copy link

@AlexxIT AlexxIT commented Oct 24, 2022

Description

I have implemented AES_256. This encryption used in many HomeKit Cameras. And this changes works fine with them. FFmpeg don't support this encryption. GStreamer support, but I haven't test it.

HomeKit Cameras allow to select encryption. AES_128 or AES_256. They prefer AES_256 by default.

I have tested both encryption with go2rtc project. But for now I left only the release version of the srtp library (only AES_128).

@stv0g stv0g changed the title Aes 256 icm AES_256 ICM May 5, 2023
@stv0g
Copy link
Member

stv0g commented May 5, 2023

@AlexxIT do you mind rebasing your changes to the latest master branch? I would be happy to review and merge it :)

@sirzooro
Copy link
Contributor

@AlexxIT recently I have merged #282 with similar changes, so this PR is no longer needed.

@sirzooro sirzooro closed this Jul 12, 2024
@AlexxIT
Copy link
Author

AlexxIT commented Jul 12, 2024

Thanks. Sorry I didn't take the time to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants