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 01-16-2012, 10:13 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

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

http://www.gostream.nl/play.stream.php?id=21





thanks
hasomaso
Reply With Quote
  #2  
Old 01-16-2012, 10:50 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: what am i doing wrong.?


Here you are.

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!
Reply With Quote
  #3  
Old 01-16-2012, 11:25 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

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.
Reply With Quote
  #4  
Old 01-16-2012, 11:47 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

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
Reply With Quote
  #5  
Old 01-16-2012, 12:11 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: what am i doing wrong.?


Quote:
Originally Posted by Bahman View Post
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
Reply With Quote
  #6  
Old 01-16-2012, 04:18 PM
bolaoito bolaoito is offline
Junior Member
 
Join Date: Jan 2012
Posts: 17
bolaoito is on a distinguished road
Default

Re: what am i doing wrong.?


Where can i get this version rtmpdump2.4 ( 22.12.11 ) ? : Cool:
Reply With Quote
  #7  
Old 01-16-2012, 04:42 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: what am i doing wrong.?


Here!!
Reply With Quote
  #8  
Old 01-16-2012, 11:20 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: what am i doing wrong.?


Quote:
Originally Posted by Bahman View Post
is this the latest version of rtmpdump or?
Reply With Quote
  #9  
Old 01-17-2012, 02:30 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: what am i doing wrong.?


Yep!!
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 01:21 PM.


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