Open smmehdi12 opened 7 years ago
Hello,
Yasea does not supports "username@password:server:port" like authentication.
You can use secret key to publish stream like this,
"rtmp://your_server_ip:1935/live?key=MY_SECRET_KEY/liveStream"
I think , wowza is supporting this.
I tried rtmp://your_server_ip:1935/live?key=MY_SECRET_KEY/liveStream
and
rtmp://your_server_ip:1935/live?wowzatoken=MY_SECRET_KEY/liveStream
but both are not working i am failed to publish video
I think you had better use FFmpeg
command line to stream and capture the RTMP packets by Wireshark
and try to modify RtmpConnection.java
. I have no Wowza
account.
I found the way to use yasea and wowza with authentication.
Try rtmp://host:port/app/your_stream_key?your_username&your_password
It works for me.
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