mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 15:49:14 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
25
tldr/rtmpdump
Normal file
25
tldr/rtmpdump
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# rtmpdump
|
||||
|
||||
> Dump media content streamed over the RTMP protocol.
|
||||
> More information: <http://rtmpdump.mplayerhq.hu/>.
|
||||
|
||||
- Download a file:
|
||||
|
||||
`rtmpdump --rtmp {{rtmp://example.com/path/to/video}} -o {{file.ext}}`
|
||||
|
||||
- Download a file from a Flash player:
|
||||
|
||||
`rtmpdump --rtmp {{rtmp://example.com/path/to/video}} --swfVfy {{http://example.com/player}} --flashVer "{{LNX 10,0,32,18}}" -o {{file.ext}}`
|
||||
|
||||
- Specify connection parameters if they are not detected correctly:
|
||||
|
||||
`rtmpdump --rtmp {{rtmp://example.com/path/to/video}} --app {{app_name}} --playpath {{path/to/video}} -o {{file.ext}}`
|
||||
|
||||
- Download a file from a server that requires a referrer:
|
||||
|
||||
`rtmpdump --rtmp {{rtmp://example.com/path/to/video}} --pageUrl {{http://example.com/webpage}} -o {{file.ext}}`
|
||||
Reference in New Issue
Block a user