add new chinese translations
This commit is contained in:
20
pages.zh/common/rtmpdump.md
Normal file
20
pages.zh/common/rtmpdump.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# rtmpdump
|
||||
|
||||
> 通过 RTMP 协议传输的媒体内容转储工具。
|
||||
> 更多信息:<https://rtmpdump.mplayerhq.hu/>。
|
||||
|
||||
- 下载文件:
|
||||
|
||||
`rtmpdump --rtmp {{rtmp://example.com/path/to/video}} -o {{file.ext}}`
|
||||
|
||||
- 从 Flash 播放器下载文件:
|
||||
|
||||
`rtmpdump --rtmp {{rtmp://example.com/path/to/video}} --swfVfy {{http://example.com/player}} --flashVer "{{LNX 10,0,32,18}}" -o {{file.ext}}`
|
||||
|
||||
- 如果连接参数未正确检测到,请指定连接参数:
|
||||
|
||||
`rtmpdump --rtmp {{rtmp://example.com/path/to/video}} --app {{app_name}} --playpath {{path/to/video}} -o {{file.ext}}`
|
||||
|
||||
- 从需要引荐来源的服务器下载文件:
|
||||
|
||||
`rtmpdump --rtmp {{rtmp://example.com/path/to/video}} --pageUrl {{http://example.com/webpage}} -o {{file.ext}}`
|
Reference in New Issue
Block a user