Changes between Initial Version and Version 2 of Ticket #3917
- Timestamp:
- Sep 2, 2014, 11:51:52 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3917 – Description
initial v2 1 1 Summary of the bug: SRTP does not seem to be working 2 2 How to reproduce: 3 { 4 % ffmpeg -i input -vcodec libx264 -b:v 10M -g 20 -preset ultrafast 5 -f mpegts "srtp://127.0.0.1:7777?srtp_out_suite=SRTP_AES_CM_128_HMAC_SHA1_32&sr 6 tp_out_params=PS1uQCVeeCFCanVmcjkpPywjNWhcYD0mXXtxaVBR|2^20|1:4"}}} 7 } 3 {{{ 4 % ffmpeg -i input -vcodec libx264 -b:v 10M -g 20 -preset ultrafast -f mpegts "srtp://127.0.0.1:7777?srtp_out_suite=SRTP_AES_CM_128_HMAC_SHA1_32&srtp_out_params=PS1uQCVeeCFCanVmcjkpPywjNWhcYD0mXXtxaVBR|2^20|1:4" 5 }}} 8 6 9 7 I have tried using the command above and it seems SRTP isn't encrypting the video


