Search found 2 matches

Go to advanced search

by precatorbaxter
09 Dec 2022 14:03
Forum: Development around libVLC
Topic: SRT streaming VLCJ
Replies: 1
Views: 1023

Re: SRT streaming VLCJ

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
by precatorbaxter
05 Dec 2022 18:41
Forum: Development around libVLC
Topic: SRT streaming VLCJ
Replies: 1
Views: 1023

SRT streaming VLCJ

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/}

Go to advanced search