add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View 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}}`