PDA

View Full Version : www.tvs.pl: Ripping JW Player RTMPT stream using RTMPDump


Shiner
12-21-2010, 05:36 AM
Hi all,
I have trubble ripping JW player stream with rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm).

url: http://www.tvs.pl/gfx/mediaplayer-5.3-licensed/player.swf?playlistfile=http://www.tvs.pl/playlist/29970.xml&autostart=true
rtmp streamer: rtmpt://streaming.tvs.pl:80/vod/
path: NEWS/2010/pazdziernik/18/new_20_niewidomi_1018T180047.mov
RTMP server is on port 80, so I had to recompile RTMPSrv and RTMPSuck. But, I cannot catch, because on http protocol (80) player is sending request as you see in lines 70-90 in Wireshark dump: http://www.sendspace.com/file/u9rxnd.

Can someone help me? Any even little suggestion will be appreciated.

any ANONYMOUS forum user
12-21-2010, 08:43 AM
rtmpdump -r rtmp://streaming.tvs.pl/vod -a vod -y mp4:NEWS/2010/pazdziernik/18/new_20_niewidomi_1018T180047.mov -o Output.mp4 -V

Stream Recorder
12-21-2010, 09:26 AM
rtmpdump -r rtmp://streaming.tvs.pl/vod -a vod -y mp4:NEWS/2010/pazdziernik/18/new_20_niewidomi_1018T180047.mov -o Output.mp4 -V

How did you find this out?

My flash player shows the following error
Server not found: rtmpt://streaming.tvs.pl:80/vod/

Shiner
12-21-2010, 12:48 PM
rtmpdump -r rtmp://streaming.tvs.pl/vod -a vod -y mp4:NEWS/2010/pazdziernik/18/new_20_niewidomi_1018T180047.mov -o Output.mp4 -V


Thank you very much, it worked for me! Where do you know from that rtmp will work, not rtmpt?
and, there's any chance to ripp exact *.mov file?

Stream Recorder
12-21-2010, 02:27 PM
there's any chance to ripp exact *.mov file?
Most probably the MOV file contains the same audio and video tracks, the only difference is in the container (MP4 vs. MOV).

noob2001204
12-21-2010, 07:40 PM
How did you find this out?

My flash player shows the following error
Server not found: rtmpt://streaming.tvs.pl:80/vod/
If rtmpdump failed to connect RTMPT streams,I will try rtmp on port 1935,it worked for me most of the time.