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

Wat tv - RTMPDump 'ERROR: Closing connection: NetStream.Play.StreamNotFound'

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

ichigo11 03-04-2011 11:29 AM

Wat tv - RTMPDump 'ERROR: Closing connection: NetStream.Play.StreamNotFound'


 
Hi!

I'm trying to download a video for my father which is located here: _http://www.wat.tv/video/loi-selon-bartoli-episode-1-3gc2d_2jwsn_.html

I've found the rtmp adress with Wireshark: rtmp://wsk.wat.tv/ondemand/mp4:vod/HD-1280x720/09/81/5800981.hd

But, when I run rtmpdump like that:
rtmpdump -r "rtmp://wsk.wat.tv/ondemand/mp4:vod/HD-1280x720/09/81/5800981.hd" -o bartoli_hd_part1.mp4

I receive the following error message:

RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound

And it's the same thing if I use:
rtmpdump -r "rtmp://wsk.wat.tv/ondemand/mp4:vod/HD-1280x720/09/81/5800981.hd" -W
"http://www.wat.tv/swf2/131927nIc0K115800981" -o bartoli_hd_part1.mp4

Does someone have any idea?
Thaks a lot! :)

NB: sorry for the mistakes, I'm french. :p

Stream Recorder 03-04-2011 01:49 PM

Re: Wat tv - RTMPDump 'ERROR: Closing connection: NetStream.Play.StreamNotFound'


 
If you use Linux, try rtmpsuck and rtmpsrv.

If you use Windows, you can download RTMP streams with freeware
CooJah + Blader, Orbit Downloader, StreamTransport or shareware Replay Media Catcher, WM Recorder.

And you can try to capture RTMP streams in real time while you listen to them using freeware CooJah (without Blader), Orbit Grab Pro or shareware Replay Media Catcher.

Related:
FAQ: How to record/download/capture/save Adobe Flash .FLV video RTMP stream from embedded player
How to record rtmp:// flash video .flv stream from embedded Adobe Flash Player

ichigo11 03-04-2011 06:12 PM

Re: Wat tv - RTMPDump 'ERROR: Closing connection: NetStream.Play.StreamNotFound'


 
Thanks a lot for you reply! I'm using Ubuntu.

So, if I understand, rtmpsrv will give me the full line of command for rtmpdump, isn't it?

Nevertheless, rtmpsrv is listening on the port 1935, and the internet port is the 80, isn't it?

So how can I use rtmpsrv? I've look for it in google, but I've found nothing. If you have any web page to help me...

Thanks!

Stream Recorder 03-04-2011 11:11 PM

Re: Wat tv - RTMPDump 'ERROR: Closing connection: NetStream.Play.StreamNotFound'


 
Quote:

Originally Posted by ichigo11 (Post 25790)
So, if I understand, rtmpsrv will give me the full line of command for rtmpdump, isn't it?

What is rtmpsuck and rtmpsrv? When to use rtmpsuck and when rtmpsrv/rtmpdump?

Quote:

Originally Posted by ichigo11 (Post 25790)
So how can I use rtmpsrv?

How to use rtmpdump with rtmpsrv in Linux
How to use rtmpsuck in Ubuntu 10.04 Lucid Lynx

ichigo11 03-05-2011 07:50 AM

Re: Wat tv - RTMPDump 'ERROR: Closing connection: NetStream.Play.StreamNotFound'


 
Yeah! Thank you so much! It was the 2 lines:

sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
sudo iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT

I was looking for.

Now it works like a charm!


All times are GMT -6. The time now is 01:19 PM.