[FFmpeg-user] Encrypted SRT Does Not Work

Karim SLIMANI diffusepro at gmail.com
Thu Oct 1 17:20:45 EEST 2020


Le jeu. 1 oct. 2020 à 16:10, Tim McClure <tjmcclure0501 at gmail.com> a écrit :

> When I stream ffmpeg SRT to Wowza without encryption it works however when
> I
> stream SRT encrypted I get the error listed below.  I can use other
> software
> to stream encrypted SRT to Wowza and it works so I think the issue is on
> the
> ffmpeg side.  Here is the script I am using:
>
> ffmpeg -v verbose -re -i
> IndagoLE.ts -map 0:0 -pix_fmt yuv420p -vsync 1 -vf scale=1024:576 -vcodec
> libx264 -r 25 -g 100 -sc_threshold 0 -threads 0 -b:v: 2048k -bufsize 2244k
> -maxrate 2560k -preset veryfast -profile:v baseline -tune film -f mpegts
> srt://
> 192.168.1.118:5090?pbkeylen=16&passphrase=1234567890123456&pkt_size=1316
>
> The error returned is:
> processAsyncConnectRequest FAILED. Setting TTL as EXPIRED.
>
[srt @ 0x55f6073be680] Connection to srt://192.168.1.118:5090?pbkeylen=16
> failed: Input/output error
> srt://192.168.1.118:5090?pbkeylen=16: Input/output error
> [AVIOContext @ 0x55f60737a640] Statistics: 3002512 bytes read, 3 seeks
>
>
Hello Tim,

In the error message
*" [srt @ 0x55f6073be680] Connection to
srt://192.168.1.118:5090?pbkeylen=16
<http://192.168.1.118:5090?pbkeylen=16> failed: Input/output error"* the
server url seems troncated.

I may be wrong, but try to put double quote on server url in your script
file.


More information about the ffmpeg-user mailing list