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-09-2013, 07:23 AM
unknownsoldierx unknownsoldierx is offline
Junior Member
 
Join Date: Jan 2013
Posts: 6
unknownsoldierx is on a distinguished road
Default

rtmp server requested close


http://www.livenewschat.tv/politics/

Code:
D:\Programs\rtmpdump-2.3\rtmpdump.exe -r "rtmp://c.cdn.msnbclive.eu/edge" -f "WIN 11,5,502,135" -W "http://msnbclive.eu/player.swf" -p "http://www.livenewschat.tv/politics" --live -y "ajdbadadaabdad?id=72749" -o "D:\temp\video.flv"
Gives this:
Code:
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
ERROR: rtmp server requested close
0.000 kB / 0.00 sec
Download complete
Reply With Quote
  #2  
Old 01-09-2013, 07:59 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: rtmp server requested close


Use rtmpdump 2.4

Code:
rtmpdump -r "rtmp://d.cdn.msnbclive.eu/edge" -a "edge" -f "WIN 11,5,502,135" -W "http://msnbclive.eu/player.swf" -p "http://www.livenewschat.tv/politics/" -y "msnbc_live" -o "msnbc_live.flv"
Reply With Quote
  #3  
Old 01-09-2013, 08:10 AM
unknownsoldierx unknownsoldierx is offline
Junior Member
 
Join Date: Jan 2013
Posts: 6
unknownsoldierx is on a distinguished road
Default

Re: rtmp server requested close


I'm on Windows. I suppose I have to wait a while for the 2.4 binaries? There's no 2.4 in http://rtmpdump.mplayerhq.hu/download.

EDIT: nevermind. Found it on videohelp.

Running your command gives me this.
Code:
ERROR: Closing connection: NetStream.Play.StreamNotFound
Reply With Quote
  #4  
Old 01-09-2013, 08:46 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: rtmp server requested close


Code:
rtmpdump -r rtmp://d.cdn.msnbclive.eu/edge -W http://msnbclive.eu/pla
yer.swf -y msnbc_live -v -o a.flv
RTMPDump v2.4-81-g2872601
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license
: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   presetname            Custom
INFO:   creationdate          Tue Jan 08 04:52:54 2013
INFO:   videodevice           713x BDA Analog Capture
INFO:   framerate             25.00
INFO:   width                 768.00
INFO:   height                576.00
INFO:   videocodecid          avc1
INFO:   videodatarate         550.00
INFO:   avclevel              31.00
INFO:   avcprofile            66.00
INFO:   videokeyframe_frequency5.00
INFO:   audiodevice           Line In (VIA High Definition Audio)
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO:   audioinputvolume      79.00
INFO:   audiocodecid          .mp3
INFO:   audiodatarate         112.00
1100.075 kB / 10.01 sec
Reply With Quote
  #5  
Old 01-09-2013, 08:56 AM
unknownsoldierx unknownsoldierx is offline
Junior Member
 
Join Date: Jan 2013
Posts: 6
unknownsoldierx is on a distinguished road
Default

Re: rtmp server requested close


@svnpenn: Thank you. That command works.

@evol: Thanks for your help.
Reply With Quote
  #6  
Old 01-09-2013, 03:27 PM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Question

Re: rtmp server requested close


Quote:
Originally Posted by unknownsoldierx View Post
I'm on Windows. I suppose I have to wait a while for the 2.4 binaries? There's no 2.4 in http://rtmpdump.mplayerhq.hu/download.

EDIT: nevermind. Found it on videohelp.

Running your command gives me this.
Code:
ERROR: Closing connection: NetStream.Play.StreamNotFound
Dont see any problem here ? works just fine even now its working for me ?
Reply With Quote
  #7  
Old 01-09-2013, 05:21 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: rtmp server requested close


Quote:
Originally Posted by evol
Dont see any problem here ? works just fine even now its working for me ?
Yeah because you are using KSV version; auto detect and add flag for live streams.

Last edited by svnpenn : 01-09-2013 at 06:34 PM.
Reply With Quote
  #8  
Old 06-01-2015, 01:13 AM
sonnvl sonnvl is offline
Member
 
Join Date: May 2015
Posts: 34
sonnvl is on a distinguished road
Default

Re: rtmp server requested close


Code:
H:\rtmpdump>rtmpdump -r "rtmpe://112.197.2.154/live//vtv9_2" -f "WIN 11,8,
800,94" -W "http://tv24.vn/getflash.ashx" -p "http://www.tv24.vn/LiveTV" -o "Fil
ename.flv" -T "1b#K8!3zc65ends!"
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: rtmp server requested close

H:\rtmpdump>
Any solution to fix ?
Reply With Quote
  #9  
Old 06-02-2015, 11:18 PM
sonnvl sonnvl is offline
Member
 
Join Date: May 2015
Posts: 34
sonnvl is on a distinguished road
Default

Re: rtmp server requested close


Quote:
Originally Posted by sonnvl View Post
Code:
H:\rtmpdump>rtmpdump -r "rtmpe://112.197.2.154/live//vtv9_2" -f "WIN 11,8,
800,94" -W "http://tv24.vn/getflash.ashx" -p "http://www.tv24.vn/LiveTV" -o "Fil
ename.flv" -T "1b#K8!3zc65ends!"
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: rtmp server requested close

H:\rtmpdump>
Any solution to fix ?
When I ping to this, it still responds!

Code:
C:\Users\Administrator>ping 112.197.2.154 -t

Pinging 112.197.2.154 with 32 bytes of data:
Reply from 112.197.2.154: bytes=32 time=58ms TTL=53
Reply from 112.197.2.154: bytes=32 time=57ms TTL=53
Reply from 112.197.2.154: bytes=32 time=57ms TTL=53
Reply from 112.197.2.154: bytes=32 time=59ms TTL=53
Reply from 112.197.2.154: bytes=32 time=57ms TTL=53
Reply from 112.197.2.154: bytes=32 time=57ms TTL=53
Reply from 112.197.2.154: bytes=32 time=60ms TTL=53
Reply from 112.197.2.154: bytes=32 time=58ms TTL=53

Ping statistics for 112.197.2.154:
    Packets: Sent = 8, Received = 8, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 57ms, Maximum = 60ms, Average = 57ms
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 11:59 AM.


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