Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

How to send multiple values in the --auth?

(http://stream-recorder.com/forum/showthread.php?t=4852)

uartt 10-26-2009 08:09 AM

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

uartt 10-27-2009 02:39 AM

Re: How to send multiple values in the --auth?


 
Surely no one can help me? Knows someone contacts the developer of this program? His name is Andrej Stepanchuk.

Stream Recorder 10-28-2009 01:08 PM

Re: How to send multiple values in the --auth?


 
What web-page are you trying to download from? What OS do you have?

uartt 10-28-2009 03:06 PM

Re: How to send multiple values in the --auth?


 
Quote:

Originally Posted by Stream Recorder (Post 13853)
What web-page are you trying to download from? What OS do you have?

__http://video-girl.ru/
Win XP

Stream Recorder 10-29-2009 05:24 AM

Re: How to send multiple values in the --auth?


 
Quote:

Originally Posted by uartt (Post 13858)
__http://video-girl.ru/
Win XP

I get the following error when downloading with Replay Media Catcher:
Code:

Sorry, could only download a partial RTMP stream
Media was saved anyway:
E:\Temp\modelVideo_C46D444D.flv
Exception:
m_nErrType = 6
m_strDesc = "Connection was closed by remote host"
m_strFile = F:\proj32\TestRTMPClient\RTMPStreamRip.cpp
m_nLineNumber = 858

But I didn't have any problem recording free chats from video-girl.ru with Jaksta and even freeware Grab Pro.

My guess is that you only can use software that can capture packets from flash player when recording from video-girl.ru, so rtmpdump and flvstreamer may not help.

uartt 10-29-2009 06:11 AM

Re: How to send multiple values in the --auth?


 
I'm using Jaksta get to write only 12-14 seconds, and then the download is completed. Therefore wanted to learn how to send multiple values for auth in flvstreamer. Probably would have happened upload videos from this site. Judging by the error problem is in the incorrect transfer values for auth.

Stream Recorder 10-29-2009 07:15 AM

Re: How to send multiple values in the --auth?


 
Quote:

Originally Posted by uartt (Post 13881)
I'm using Jaksta get to write only 12-14 seconds, and then the download is completed. Therefore wanted to learn how to send multiple values for auth in flvstreamer. Probably would have happened upload videos from this site. Judging by the error problem is in the incorrect transfer values for auth.

In Jaksta go to the settings and change the recording mode. You need to capture packets from flash player (record) rather than download!

uartt 10-31-2009 12:01 PM

Re: How to send multiple values in the --auth?


 
Quote:

Originally Posted by Stream Recorder (Post 13887)
In Jaksta go to the settings and change the recording mode. You need to capture packets from flash player (record) rather than download!

thanks

hyc 01-08-2010 06:14 PM

Re: How to send multiple values in the --auth?


 
Quote:

Originally Posted by uartt (Post 13801)
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

The --auth option can only set one value. A new --conn option is available in rtmpdump 2.1c that lets you set arbitrarily many parameters. You must also know the type of the parameter... E.g. for two string parameters, use
--conn S:login --conn S:mypassword

uartt 01-21-2010 06:06 AM

Re: How to send multiple values in the --auth?


 
Quote:

Originally Posted by hyc (Post 15203)
The --auth option can only set one value. A new --conn option is available in rtmpdump 2.1c that lets you set arbitrarily many parameters. You must also know the type of the parameter... E.g. for two string parameters, use
--conn S:login --conn S:mypassword

Thank you very much


All times are GMT -6. The time now is 10:54 AM.