View Single Post
  #5  
Old 07-24-2009, 08:55 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: www.canalplus.fr: How to record the following streaming video? (rtmpe:// .flv)


Quote:
Originally Posted by takaj View Post
>any ANONYMOUS forum user

Wooh, it's great!!
Could you tell me which software and which method you made?
What means "resume"?

Thanks in advance


I used network sniffer software for catch packets, you need to find the port 1935 and find URL.

after that you need RMPTDUMP software and use for example

rtmpdump -r "rtmp://url" -o file.flv

if the file doesn't download complete you try

rtmpdump -r "rtmp://url" -o file.flv --resume
Reply With Quote