uartt
10-26-2009, 08:09 AM
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:
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
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
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
What web-page are you trying to download from? What OS do you have?
uartt
10-28-2009, 03:06 PM
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
__http://video-girl.ru/
Win XP
I get the following error when downloading with Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm):
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 (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm) 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 (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) and flvstreamer may not help.
uartt
10-29-2009, 06:11 AM
I'm using Jaksta (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm) 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
I'm using Jaksta (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm) 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 (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm) 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
In Jaksta (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm) go to the settings and change the recording mode. You need to capture packets from flash player (record) rather than download!
thanks
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:
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
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 (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) 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
The --auth option can only set one value. A new --conn option is available in rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) 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
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.