srt://NNN.NNN.NNN.NNN:PPPP --passphrase=yourPasswordHere --keylength=16
gives me :
VLC media player could not start.
Either the command line options were invalid or no plugins were found.
I have windows VLC version 3.0.10 and listener is using AES-128 (have tried --keylength=128)
If i remove encryption on the listener then
srt://NNN.NNN.NNN.NNN:PPPP
works.
How can i check what options and plugins are used for srt:// on my build??
Thanks for any suggestion
Did you figure out a solution - I am able to open SRT streams in version 3.0.6 on a Mac by going to
File > Open Network
and then pasting in my server's address like so:
srt://NNN.NNN.NNN.NNN:PPPP
where the N's are the IP address and the P's are the port number.
If its an encrypted SRT stream, you have to add the password by going to
VLC> Preferences
hit "Show All" and navigate to
input/codecs > access modules > SRT
and put your password where it says "password for stream encryption"
Also, I can open the stream via the terminal like this on a Mac:
/Applications/VLC.app/Contents/MacOS/VLC srt://NNN.NNN.NNN.NNN:PPPP
and if it is an encrypted stream, like this:
/Applications/VLC.app/Contents/MacOS/VLC srt://NNN.NNN.NNN.NNN:PPPP --passphrase=yourPasswordHere --keylength=16