rick
rick

Reputation: 4131

Is it possible to save flv videos streamed via RTMP?

It's easy enough to find the flv file on sites that use http to serve it up, but what about when they use RTMP?

Upvotes: 3

Views: 2979

Answers (3)

user240217
user240217

Reputation: 132

Follow these instructions (RTMPDump): Videohelp.com

Upvotes: 0

Adam M-W
Adam M-W

Reputation: 3539

search for rtmpdump or flvstreamer (the encryption-less more "free" alternative)

Upvotes: 2

jdecuyper
jdecuyper

Reputation: 3963

As far as i know there is no straightforward/easy way to accomplish this by yourself. You could try out the replay media catcher (althought not free). Here is a list of softwares similar to replay media catcher.

Edit: I just tried the software flv recorder and was able to easily download an flv file over rtmp. Just follow the instructions described on the page to install it.

Upvotes: 2

Related Questions