View Single Post
  #1  
Old 10-26-2009, 08:09 AM
uartt uartt is offline
Junior Member
 
Join Date: Oct 2009
Posts: 9
uartt is on a distinguished road
Default

How to send multiple values in the --auth?


How to send multiple values in the --auth? If you separate them with commas, spaces or slashes, they are passed incorrectly.
For example you need to pass variables to authenticate with the option --auth:

Code:
flvstreamer - rtmp rtmp://url.com/live_video -- auth login
In the example in the parameter --auth, we send a variable login. As early as
the same parameter (--auth) sends a second variable, password
example?

If you like this video stream is displayed in flash player, it turns out there using the line


Code:
nc.connect("rtmp://url.com/live_video", login, password, any_other_variables);
Please help. The second day of head scrap
Reply With Quote