Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 12-28-2012, 03:46 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

rtmp:// need help again


what's wrong here

Code:
rtmpdump -v -r "rtmp://live.gostream.nl/armaholding" -a "armaholding?ID=A5D1E2A9AA10" -f "WIN 11,5,502,135" -W "http://www.karadenizturk.com/stream/player.swf" -p "http://www.karadenizturk.com/canli.php" -y "karadenizturktv" -o "karadenizturktv.flv"




thx
hasomaso
Reply With Quote
  #2  
Old 12-28-2012, 04:54 PM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: rtmp:// need help again


If you don't specify port number, default port (1935) will be used for rtmp protocol.

Code:
rtmpdump -v -r "rtmp://live.gostream.nl:80/armaholding" -a "armaholding?ID=A5D1E2A9AA10" -f "WIN 11,5,502,135" -W "
http://www.karadenizturk.com/stream/player.swf" -p "http://www.karadenizturk.com/canli.php" -y "karadenizturktv" | %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            Fri Dec 21 13:56:23 2012
INFO:   videodevice             AVerMedia BDA Analog Capture
INFO:   framerate               25.00
INFO:   width                   352.00
INFO:   height                  288.00
INFO:   videocodecid            avc1
INFO:   videodatarate           200.00
INFO:   avclevel                31.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 5.00
INFO:   audiodevice             Realtek HD Audio Input
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           1.00
INFO:   audioinputvolume        39.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           80.00
148.185 kB / 6.00 sec
ERROR: Download: Failed writing, exiting!
Reply With Quote
  #3  
Old 12-28-2012, 04:57 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: rtmp:// need help again


Quote:
Originally Posted by karlo2105 View Post
If you don't specify port number, default port (1935) will be used for rtmp protocol.

Code:
rtmpdump -v -r "rtmp://live.gostream.nl:80/armaholding" -a "armaholding?ID=A5D1E2A9AA10" -f "WIN 11,5,502,135" -W "
http://www.karadenizturk.com/stream/player.swf" -p "http://www.karadenizturk.com/canli.php" -y "karadenizturktv" | %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            Fri Dec 21 13:56:23 2012
INFO:   videodevice             AVerMedia BDA Analog Capture
INFO:   framerate               25.00
INFO:   width                   352.00
INFO:   height                  288.00
INFO:   videocodecid            avc1
INFO:   videodatarate           200.00
INFO:   avclevel                31.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 5.00
INFO:   audiodevice             Realtek HD Audio Input
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           1.00
INFO:   audioinputvolume        39.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           80.00
148.185 kB / 6.00 sec
ERROR: Download: Failed writing, exiting!


woow thanks karlo
Reply With Quote
  #4  
Old 12-28-2012, 04:58 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: rtmp:// need help again


Code:
rtmpdump -r rtmp://live.gostream.nl:80/armaholding/karadenizturktv -o a.flv
RTMPDump v2.4-78-g04c6ba8
(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          Fri Dec 21 13:56:23 2012
INFO:   videodevice           AVerMedia BDA Analog Capture
INFO:   framerate             25.00
INFO:   width                 352.00
INFO:   height                288.00
INFO:   videocodecid          avc1
INFO:   videodatarate         200.00
INFO:   avclevel              31.00
INFO:   avcprofile            66.00
INFO:   videokeyframe_frequency5.00
INFO:   audiodevice           Realtek HD Audio Input
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         1.00
INFO:   audioinputvolume      39.00
INFO:   audiocodecid          .mp3
INFO:   audiodatarate         80.00
1047.966 kB / 29.25 sec
Reply With Quote
  #5  
Old 12-29-2012, 12:42 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: rtmp:// need help again


Quote:
Originally Posted by svnpenn View Post
Code:
rtmpdump -r rtmp://live.gostream.nl:80/armaholding/karadenizturktv -o a.flv
RTMPDump v2.4-78-g04c6ba8
(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          Fri Dec 21 13:56:23 2012
INFO:   videodevice           AVerMedia BDA Analog Capture
INFO:   framerate             25.00
INFO:   width                 352.00
INFO:   height                288.00
INFO:   videocodecid          avc1
INFO:   videodatarate         200.00
INFO:   avclevel              31.00
INFO:   avcprofile            66.00
INFO:   videokeyframe_frequency5.00
INFO:   audiodevice           Realtek HD Audio Input
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         1.00
INFO:   audioinputvolume      39.00
INFO:   audiocodecid          .mp3
INFO:   audiodatarate         80.00
1047.966 kB / 29.25 sec


thanks svnpenn
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons