How do I prevent hackers from taking my link? rtmp//xxxxxx
I created an rtmp server on my site
I broadcast live on it, but I noticed when I clicked the right mouse button ------inspect
When searching, my server appears
How do I prevent hackers from taking my link?
Because they copy it and put it on their sites
1 Reply
tlambert
Linode Staff
This Stack Overflow post confirms your findings and mentions that a stream key for an RTMP stream is easily discoverable. The solution may be to configure your stream to deliver content over an encrypted connection. This article from Google explains how to Encrypt your stream using RTMPS for YouTube streams.
You may also be able to find help on configuring RTMPS streams for your specific service on their community forums such as OBS or Ant Media