faucamp / SimpleRtmp

SimpleRtmp is a simple Java library for implementing RTMP clients, with no external dependencies or NIO
296 stars 107 forks source link

Wowza RTMP Authentication #3

Open smmehdi12 opened 7 years ago

smmehdi12 commented 7 years ago

I am using Wowza Streaming engine for broadcast application. I want to use username password authentication. how to provide username and password in stream url.

I tried this link but this doesn't match rtmpurlpattern

rtmp://username:password@server:port/live/streamname

tmartins91 commented 7 years ago

I found the way to use SimpleRtmp and wowza with authentication.

Try rtmp://host:port/app/your_stream_key?your_username&your_password

It works for me.

maan-smith commented 7 years ago

@tmartins91 did you try on wowza stream or cloud?