Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Get stream paramsHow i can get the params of a stream, for example, the SWF, the RTMP server, the base path, and other params of a stream to use the RTMPdump correctly?
|
#2
|
|||
|
|||
Re: Get stream paramsQuote:
stream-recorder.com/forum/announcement.php?f=4 |
#3
|
|||
|
|||
Re: Get stream paramsI do not understand this rule of the forum, but I'll do better the question.
The rtmpdump asks some parameters such as RTMP, the address of the SWF, Base path, among others. I was wondering how do I get those parameters of a broadcast: http://www.usagoals.com/en-gb/matchd...r-special.html Is there any program or technique? |
#4
|
|||
|
|||
Re: Get stream paramsI used rtmpdumphelper with rtmpsrv.
Code:
rtmpdump -r "rtmp://174.36.146.69/live" -a "live" -f "WIN 11,5,502,135" -W "http://mips.tv/content/scripts/eplayer. swf" -p "http://mips.tv/embedplayer/skynewsisis/1/620/490" --live -y "skynewsisis?id=145299" | %systemdrive%\progra~2\videolan\vlc\vlc - RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL WARNING: You haven't specified an output file (-o filename), using stdout Connecting ... INFO: Connected... Starting Live Stream INFO: Metadata: INFO: author INFO: copyright INFO: description INFO: keywords INFO: rating INFO: title INFO: presetname Custom INFO: creationdate Tue Jan 01 12:24:36 2013 INFO: videodevice SCFH DSF INFO: framerate 29.97 INFO: width 640.00 INFO: height 360.00 INFO: videocodecid avc1 INFO: videodatarate 500.00 INFO: avclevel 31.00 INFO: avcprofile 66.00 INFO: videokeyframe_frequency 5.00 INFO: audiodevice Line 1 (Virtual Audio Cable) INFO: audiosamplerate 22050.00 INFO: audiochannels 1.00 INFO: audioinputvolume 75.00 INFO: audiocodecid .mp3 INFO: audiodatarate 48.00 336.104 kB / 5.64 sec ERROR: Download: Failed writing, exiting! |
#5
|
|||
|
|||
Re: Get stream paramsCode:
rtmpdump -r rtmp://174.36.146.69/live -y skynewsisis?id=145299 -o a.f lv RTMPDump v2.4-81-g2872601 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license : GPL Connecting ... INFO: Connected... Starting download at: 0.000 kB INFO: Metadata: INFO: presetname Custom INFO: creationdate Wed Jan 02 19:00:40 2013 INFO: videodevice SCFH DSF INFO: framerate 29.97 INFO: width 640.00 INFO: height 360.00 INFO: videocodecid avc1 INFO: videodatarate 500.00 INFO: avclevel 31.00 INFO: avcprofile 66.00 INFO: videokeyframe_frequency5.00 INFO: audiodevice Line 1 (Virtual Audio Cable) INFO: audiosamplerate 22050.00 INFO: audiochannels 1.00 INFO: audioinputvolume 75.00 INFO: audiocodecid .mp3 INFO: audiodatarate 48.00 1056.121 kB / 15.82 sec Last edited by svnpenn : 01-02-2013 at 08:18 PM. |
Tags: rtmpdump |
Thread Tools | |
Display Modes | |
|
|