common/r*: add Korean translation (#14644)
* common/r*: add Korean translation * Update rtv.md * Update pages.ko/common/rtv.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
20
pages.ko/common/rtmpdump.md
Normal file
20
pages.ko/common/rtmpdump.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# rtmpdump
|
||||
|
||||
> RTMP 프로토콜을 통해 스트리밍되는 미디어 콘텐츠 덤프.
|
||||
> 더 많은 정보: <https://rtmpdump.mplayerhq.hu/>.
|
||||
|
||||
- 파일 다운로드:
|
||||
|
||||
`rtmpdump --rtmp {{rtmp://example.com/path/to/video}} -o {{파일.ext}}`
|
||||
|
||||
- Flash 플레이어에서 파일 다운로드:
|
||||
|
||||
`rtmpdump --rtmp {{rtmp://example.com/path/to/video}} --swfVfy {{http://example.com/player}} --flashVer "{{LNX 10,0,32,18}}" -o {{파일.ext}}`
|
||||
|
||||
- 연결 매개변수가 올바르게 감지되지 않는 경우 지정:
|
||||
|
||||
`rtmpdump --rtmp {{rtmp://example.com/path/to/video}} --app {{앱_이름}} --playpath {{경로/대상/비디오}} -o {{파일.ext}}`
|
||||
|
||||
- 참조자를 요구하는 서버에서 파일 다운로드:
|
||||
|
||||
`rtmpdump --rtmp {{rtmp://example.com/path/to/video}} --pageUrl {{http://example.com/webpage}} -o {{파일.ext}}`
|
Reference in New Issue
Block a user