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

rtmp:// need help again

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

hasomaso 12-28-2012 02:46 PM

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

karlo2105 12-28-2012 03:54 PM

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!


hasomaso 12-28-2012 03:57 PM

Re: rtmp:// need help again


 
Quote:

Originally Posted by karlo2105 (Post 57983)
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 ;)

svnpenn 12-28-2012 03:58 PM

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


hasomaso 12-28-2012 11:42 PM

Re: rtmp:// need help again


 
Quote:

Originally Posted by svnpenn (Post 57985)
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 :)


All times are GMT -6. The time now is 07:42 PM.