Hello,
I have HDMI TO LAN encoder device which takes HDMI inputs and encodes them to RTMP, UDP or whatever.
I also have a modulator device that receives the encoded streams as a UDP from the Encoder device and then transmits these streams to the client.
So my system is something like this:
HDMI Source => HDMI TO LAN Encoder => LAN TO RF Modulator => Client
but in the current scenario, everyone can receive my streams whether they are authorized or not and ofc this is not desirable and I need only the authorized clients to receive my streams.
So, I managed to build a streaming server to work as a mediator between my Encoder device and the Modulator device, but I also want this server to scramble my streams.
my question is can VLC does this job or it's not the right tool?
I have read also about DVBlast but I found nothing about scrambling. I also found non-free software like Cesbo-Astra that could achieve this easily with a CAS server but I want free & open-source software because I am building a non-profit streaming service.
my last question, if the VLC can do the scrambling part, can I share the streams on my OSCAM server?