Wowza 4.x – SecureUrlParams

In Wowza Media Server 3.5 there is an extra module already build in which can be used to Secure incoming rtmp streams to the server to prevent unauthorized streams. Some encoders aren’t able to use the user and password settings. I was curious if this module could be added in Wowza Streaming Engine 4. 0
Below is a small tutorial how to achieve this.

Link: https://www.wowza.com/forums/content.php?233-ModuleSecureURLParams-Security-for-Publishing
I assume you are already logged into the Enginemanager and have setup a basic live application
My server ip: 192.168.10.17
OS: Ubuntu 12.04 – 64bit / Java 7

The 12345.doPublish: the 12345 can be changed to any password you want it to be.

Stream url in encoder before Module add:
rtmp://192.168.10.17/live
Streamurl in encoder after Module add:
rtmp://192.168.10.17/live/_definst_/doPublish=12345

My streamname in JWPlayer & vlc remain the same:
JWPlayer:
rtmp://192.168.10.17:1935/live/mp4:stream
VLC: rtsp://192.168.10.17:1935/live/mp4:stream

Just follow the images and you should be fine

application-live-1

application-live-2

application-live-3

application-live-4

application-live-5

application-live-6

application-live-7

application-live-8

application-live-9

application-live-10

application-live-11

application-live-11-2

application-live-12

You may also like...

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments