Skip to content

SRT Encryption - Pass Phrase #1200

Answered by dimiden
bungleweed asked this question in Ideas
Discussion options

You must be logged in to vote

@bungleweed
I just added a feature to enable setting a passphrase (09ce8b3).
To use this feature, please configure it as follows inside Server/Bind/Providers/SRT:

<SRT>
	<Options>
		<Option>
			<Key>SRTO_PBKEYLEN</Key>
			<Value>16</Value>
		</Option>
		<Option>
			<Key>SRTO_PASSPHRASE</Key>
			<Value>your_pass_phrase</Value>
		</Option>
	</Options>
</SRT>

Then, you can publish your stream by using a SRT URL like this: srt://<YOUR_OME_IP>:9999?streamid=srt%3A%2F%2F<YOUR_OME_IP>%3A9999%2Fapp%2Fstream&passphrase=your_pass_phrase&pbkeylen=16

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

getroot
Feb 14, 2022
Maintainer Sponsor

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bungleweed
Comment options

Answer selected by getroot
Comment options

bchah
Apr 28, 2023
Collaborator Sponsor

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #659 on April 26, 2023 06:33.