Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
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 |
#3
|
|||
|
|||
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! |
#4
|
|||
|
|||
Re: Wat tv - RTMPDump 'ERROR: Closing connection: NetStream.Play.StreamNotFound'Quote:
How to use rtmpdump with rtmpsrv in Linux How to use rtmpsuck in Ubuntu 10.04 Lucid Lynx |
#5
|
|||
|
|||
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! |
Tags: error, rtmpdump, wat, wat tv |
Thread Tools | |
Display Modes | |
|
|