Opened 10 years ago
Closed 10 years ago
#4570 closed enhancement (fixed)
Support SecureTransport for TLS on iOS / OS X
Reported by: | Chris Ballinger | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | git-master | Keywords: | tls osx |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
This allows supporting TLS without relying on OpenSSL or gnutls on iOS and OS X which can greatly simplify the build process, especially on iOS.
There was a patch submitted to the mailing list: https://ffmpeg.org/pipermail/ffmpeg-devel/2015-May/172663.html
I tested the patch briefly and it seems to work properly, but requires setting --enable-securetransport instead of being autodetected.
Change History (5)
comment:1 by , 10 years ago
Keywords: | securetransport apple ios osx removed |
---|
comment:2 by , 10 years ago
Priority: | normal → wish |
---|
comment:3 by , 10 years ago
It's a feature request, however, I found this pre-existing patch works well.
I couldn't find a good way to reply to the existing post on the mailing list because I wasn't a member of the mailing list when the patch was posted. However, it looks like the patch author just posted a new version of the patch that fixes SecureTransport autodetection.
comment:4 by , 10 years ago
Keywords: | osx added |
---|
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added in f24d92badadc365f90b5737d6b0234779b6c33bf
Thank you!
I would like to understand this ticket: Did you just open it to tell us you tested a patch or are you reporting an issue with FFmpeg?