public:use_rtmpdump_to_download_flowplayer_rtmp_videos
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| public:use_rtmpdump_to_download_flowplayer_rtmp_videos [2015/12/19 21:40] – fangfufu | public:use_rtmpdump_to_download_flowplayer_rtmp_videos [2018/03/31 00:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Use RTMPDump to download Flowplayer videos ====== | ||
| + | <note warning> Please respect the copyright of the authors of the websites you are downloading from. They might not want you to download their videos. </ | ||
| + | Quite a lot of websites on the Internet use the Flowplayer to play RTMP video stream [(citation needed)]. Occasionally they would like you to download their videos, but they forgot to put up a " | ||
| + | |||
| + | In order to download RTMP streams, you need RTMPDump[(RTMPDump Homepage > https:// | ||
| + | <code C> | ||
| + | clip: { | ||
| + | url: ' | ||
| + | scaling: ' | ||
| + | // configure clip to use hddn as our provider, referring to our rtmp plugin | ||
| + | provider: ' | ||
| + | }, | ||
| + | |||
| + | // streaming plugins are configured under the plugins node | ||
| + | plugins: { | ||
| + | |||
| + | // here is our rtmp plugin configuration | ||
| + | hddn: { | ||
| + | url: " | ||
| + | |||
| + | // netConnectionUrl defines where the streams are found | ||
| + | netConnectionUrl: | ||
| + | } | ||
| + | }, | ||
| + | canvas: { | ||
| + | backgroundGradient: | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | The '' | ||
| + | |||
| + | If that doesn' | ||
public/use_rtmpdump_to_download_flowplayer_rtmp_videos.txt · Last modified: by 127.0.0.1
