Page 1 of 1

SRT streaming VLCJ

Posted: 05 Dec 2022 18:41
by precatorbaxter
I want to encrpyt the stream using SRT and looking for advice on how to do it. I have the below sout which works but I want to now do it over SRT.

Code: Select all

:sout=#transcode{vcodec=mp2v,vb=6000,scale=auto,acodec=mpga,scodec=none}:http{access=https,mux=ogg,dst=:7676/}

Re: SRT streaming VLCJ

Posted: 09 Dec 2022 14:03
by precatorbaxter
hopefully someone can assist me on this I was thinking if I change
this

Code: Select all

:http{access=https,mux=ogg,dst=:7676/}
to

Code: Select all

:srt{dest=191.168.x.x,mux=ogg,dst=:7676/,passphrase=11111}
this may work just not sure about mux and if you can multicast with SRT