PDA

View Full Version : Need help downloading a radio RTMP stream: ERROR: Closing connection: NetStream.Play.


ssidorenko
02-11-2011, 02:46 PM
Hello yall
Will someone please help me out with the following issue.
I am having trouble recording my favorite radio from online stream. I used to record it without any problems, but now it switched to RTMP type broadcast. I found your forum and have been trying to record the following link with rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm):

"C:\temp\rtmpdump.exe" -r "rtmp://cp80910.live.edgefcs.net:443/live?ovpfv=2.1.4/VAN1130_AAC@33918" -o "C\temp\test.flv"

The message that I get is: ERROR: Closing connection: NetStream.Play.StreamNotFound

Can someone please explain what am I doing wrong here?
Thank you :)

Stream Recorder
02-11-2011, 10:39 PM
You need to post the URL of the web-page to be able to get any help.

ssidorenko
02-14-2011, 12:14 PM
Thank you for this advice

Here is the URL's

Radio web page URL: _http://www.news1130.com/#
Player URL: _http://player.rogersradio.ca/ckwx/on_air

Stream Recorder
02-14-2011, 11:22 PM
Here is the URL's

Radio web page URL: _http://www.news1130.com/#
Player URL: _http://player.rogersradio.ca/ckwx/on_air
This is an RTMP stream. Didn't have any problem downloading and capturing it with Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) 4.

You can also download RTMP streams with freeware CooJah + Blader (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm), Orbit Downloader (http://all-streaming-media.com/record-video-stream/Download-manager-Orbit-Downloader-Record-HTTP-MMS-RTSP-RTMP-media-streams-Freeware.htm), StreamTransport (http://all-streaming-media.com/record-video-stream/StreamTransport-Download-HTTP-RTMP-RTMPE-streams.htm),...

And you can try to capture RTMP streams in real time while you listen to them using freeware CooJah (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) (without Blader), Orbit Grab Pro or shareware Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm).

If you use Linux, try rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) with rtmpsrv or rtmpsuck.

Related:
FAQ: How to record/download/capture/save Adobe Flash .FLV video RTMP stream from embedded player (http://all-streaming-media.com/faq/recording-media-stream/faq-record-download-capture-save-flash-flv-video-rtmp.htm)
How to record rtmp:// flash video .flv stream from embedded Adobe Flash Player

nullacht
02-15-2011, 12:58 AM
The message that I get is: ERROR: Closing connection: NetStream.Play.StreamNotFound

Can someone please explain what am I doing wrong here?
Thank you :)

Try this command line:

rtmpdump -r "rtmp://cp80910.live.edgefcs.net:1935/live?ovpfv=2.1.4" -y "VAN1130_AAC@33918" -o VAN1130_AAC@33918.flv --live

RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: author Rogers Broadcasting LTD
INFO: copyright
INFO: description News1130 - All News Radio
INFO: keywords
INFO: rating
INFO: title
INFO: presetname Custom
INFO: creationdate Tue Jan 11 11:55:27 2011
INFO: audiodevice IN 5+6 (Digigram LoLa280)
INFO: audiosamplerate 44100.00
INFO: audiochannels 1.00
INFO: audioinputvolume 75.00
INFO: audiocodecid mp4a
INFO: audiodatarate 24.00
179.741 kB / 54.52 sec

ssidorenko
02-15-2011, 10:13 AM
Thank you very much

Both replies have been very helpful.

Especially the RTMPDUMP one.

BananaGirl
02-25-2011, 06:25 AM
I have a similar problem too

Edit: [Never mind] www.zoo.dk: RTMPDump 'ERROR: Closing connection: NetStream.Play.StreamNotFound' (http://stream-recorder.com/forum/www-zoo-dk-rtmpdump-error-closing-connection-t8497.html) ;)