I installed Wowza Streaming Engine and I want only users with right username i password to see video. I’m trying ModuleOnConnectAuthenticate2. I installed the module, added required settings, create connect.password usernames and passwords. I use rtmp url:
rtmp://[wowza-ip]:1935/vod/mp4:sample.mp4
According to your tutorial https://www.wowza.com/docs/how-to-do-file-based-rtmp-authentication-with-url-query-strings-onconnectauthenticate2 I have to use this rtmp url rtmp://[wowza-ip]:1935/live/?user1&pass1. But how, where shall I put this code.
Maybe I must accomplish this on some other way?
And all your examples are with live application, can I use authentication on vod application?
I’m desperate. Any help would be appreciate.