Created
April 17, 2013 08:33
-
-
Save bnerd/5402736 to your computer and use it in GitHub Desktop.
Wowza Secure URL Params
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For FFMPEG: | |
rtmp://[wowza-address]:1935/live?bar=foo/streamname | |
In FMLE: | |
rtmp://[wowza-address]:1935/live?bar=foo | |
-- | |
<Name>secureurlparams.publish</Name> | |
<Value>foo.bar</Value> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have tested it. I couldn't connect from FMLE , but can connect via ffmpeg. Do you have any idea on what is the issue behind it ?.
ffmpeg:
rtmp://10.11.12.200/live?newkey=12345/new
in FMLE : I put the entry like below,
primary url : rtmp://10.11.12.200/live?newkey=12345
stream : new
If I click the connect button, it show some prompt error message like below
"Problem with Primary Server"
Failure to connect to primary server. Please verify that your server URL and application name are valid and that your internet connection is working and retry"