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

what am i doing wrong.?

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

hasomaso 01-16-2012 09:13 AM

what am i doing wrong.?


 
hello,

can someone please help me!

Code:

rtmpdump -v -r "rtmp://live.gostream.nl/ulketvhq" -a "ulketvhq" -f "WIN 11,1,102,55" -W "http://www.gostream.nl/zplayer/flowplayer.ozel.swf" -p "http://www.gostream.nl/play.stream.php?id=21" -y "ulketvhq" -o ulketvhq.flv
:confused:
http://www.gostream.nl/play.stream.php?id=21





thanks
hasomaso

karlo2105 01-16-2012 09:50 AM

Re: what am i doing wrong.?


 
Here you are. :D

Code:

rtmpdump -v -r "rtmpt://live.gostream.nl/ulketvhq/ulketvhq" -s "http://www.gostream.nl/zplayer/flowplayer.ozel.swf" -w "c1982e89e3316fe8c3caf827e74157f85e6fe0e028834845f5f56f2c73fda221" -x "649446" | vlc -

RTMPDump v2.4 GIT-2011-12-22 (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          Sun Jan 15 16:30:11 2012
INFO:  videodevice          USB 2821 Device
INFO:  framerate            30.00
INFO:  width                320.00
INFO:  height                240.00
INFO:  videocodecid          VP62
INFO:  videodatarate        650.00
INFO:  videokeyframe_frequency5.00
INFO:  audiodevice          Realtek HD Audio Input
INFO:  audiosamplerate      44100.00
INFO:  audiochannels        2.00
INFO:  audioinputvolume      0.00
INFO:  audiocodecid          .mp3
INFO:  audiodatarate        128.00
336.219 kB / 2.87 sec
ERROR: Download: Failed writing, exiting!


hasomaso 01-16-2012 10:25 AM

Re: what am i doing wrong.?


 
@karlo2105

i get error?

RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Parsing...
DEBUG: Parsed protocol: 1
DEBUG: Parsed host : live.gostream.nl
DEBUG: Parsed app : ulketvhq
WARNING: You haven't specified an output file (-o filename), using stdout
DEBUG: Protocol : RTMPT
DEBUG: Hostname : live.gostream.nl
DEBUG: Port : 80
DEBUG: Playpath : ulketvhq
DEBUG: tcUrl : rtmpt://live.gostream.nl:80/ulketvhq
DEBUG: swfUrl : http://www.gostream.nl/zplayer/flowplayer.ozel.swf
DEBUG: app : ulketvhq
DEBUG: live : yes
DEBUG: timeout : 30 sec
DEBUG: SWFSHA256:
DEBUG: c1 98 2e 89 e3 31 6f e8 c3 ca f8 27 e7 41 57 f8
DEBUG: 5e 6f e0 e0 28 83 48 45 f5 f5 6f 2c 73 fd a2 21
DEBUG: SWFSize : 649446
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Client type: 03
DEBUG: HandShake: Client digest offset: 53
DEBUG: HandShake: Initial client digest:
DEBUG: 1f c1 d0 3e 6c 94 67 18 ac a2 a1 b4 e5 6e 1c 26
DEBUG: 2b c9 68 1c 2b 12 25 28 26 12 96 17 fb 4e 90 3f
ERROR: RTMP_Connect1, handshake failed.
DEBUG: Closing connection.

Bahman 01-16-2012 10:47 AM

Re: what am i doing wrong.?


 
Use rtmpdump2.4 22.12.11!!
Code:

C:\rtmpdump-2.4>rtmpdump -v -r "rtmp://live.gostream.nl:80/ulketvhq" -a "ulketvh
q" -f "WIN 11,1,102,55" -W "http://www.gostream.nl/zplayer/flowplayer.ozel.swf"
-p "http://www.gostream.nl/play.stream.php?id=21" -y "ulketvhq" -o ulketvhq.flv

RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
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          Sun Jan 15 16:30:11 2012
INFO:  videodevice          USB 2821 Device
INFO:  framerate            30.00
INFO:  width                320.00
INFO:  height                240.00
INFO:  videocodecid          VP62
INFO:  videodatarate        650.00
INFO:  videokeyframe_frequency5.00
INFO:  audiodevice          Realtek HD Audio Input
INFO:  audiosamplerate      44100.00
INFO:  audiochannels        2.00
INFO:  audioinputvolume      0.00
INFO:  audiocodecid          .mp3
INFO:  audiodatarate        128.00
21.560 kB / 0.03 sec


hasomaso 01-16-2012 11:11 AM

Re: what am i doing wrong.?


 
Quote:

Originally Posted by Bahman (Post 37584)
Use rtmpdump2.4 22.12.11!!
Code:

C:\rtmpdump-2.4>rtmpdump -v -r "rtmp://live.gostream.nl:80/ulketvhq" -a "ulketvh
q" -f "WIN 11,1,102,55" -W "http://www.gostream.nl/zplayer/flowplayer.ozel.swf"
-p "http://www.gostream.nl/play.stream.php?id=21" -y "ulketvhq" -o ulketvhq.flv

RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
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          Sun Jan 15 16:30:11 2012
INFO:  videodevice          USB 2821 Device
INFO:  framerate            30.00
INFO:  width                320.00
INFO:  height                240.00
INFO:  videocodecid          VP62
INFO:  videodatarate        650.00
INFO:  videokeyframe_frequency5.00
INFO:  audiodevice          Realtek HD Audio Input
INFO:  audiosamplerate      44100.00
INFO:  audiochannels        2.00
INFO:  audioinputvolume      0.00
INFO:  audiocodecid          .mp3
INFO:  audiodatarate        128.00
21.560 kB / 0.03 sec



hey cool, thanks Bahman :D

bolaoito 01-16-2012 03:18 PM

Re: what am i doing wrong.?


 
Where can i get this version rtmpdump2.4 ( 22.12.11 ) ? : Cool:

Bahman 01-16-2012 03:42 PM

Re: what am i doing wrong.?


 
Here!!;)

hasomaso 01-16-2012 10:20 PM

Re: what am i doing wrong.?


 
Quote:

Originally Posted by Bahman (Post 37596)
Here!!;)

is this the latest version of rtmpdump or?

Bahman 01-17-2012 01:30 AM

Re: what am i doing wrong.?


 
Yep!!;)


All times are GMT -6. The time now is 11:30 PM.