Skip to content

Instantly share code, notes, and snippets.

@bnerd
Created April 17, 2013 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bnerd/5402736 to your computer and use it in GitHub Desktop.
Save bnerd/5402736 to your computer and use it in GitHub Desktop.
Wowza Secure URL Params
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>
@gugansankar
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment