2025-03-14 21:59:59 -06:00
|
|
|
# rtmpdump
|
|
|
|
|
|
|
|
|
|
> RTMP 프로토콜을 통해 스트리밍되는 미디어 콘텐츠 덤프.
|
2025-12-16 10:20:31 -07:00
|
|
|
> 더 많은 정보: <https://rtmpdump.mplayerhq.hu/rtmpdump.1.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 파일 다운로드:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`rtmpdump {{[-r|--rtmp]}} {{rtmp://example.com/path/to/video}} {{[-o|--flv]}} {{파일.ext}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Flash 플레이어에서 파일 다운로드:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`rtmpdump {{[-r|--rtmp]}} {{rtmp://example.com/path/to/video}} {{[-W|--swfVfy]}} {{http://example.com/player}} {{[-f|--flashVer]}} "{{LNX 10,0,32,18}}" {{[-o|--flv]}} {{파일.ext}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 연결 매개변수가 올바르게 감지되지 않는 경우 지정:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`rtmpdump {{[-r|--rtmp]}} {{rtmp://example.com/path/to/video}} {{[-a|--app]}} {{앱_이름}} {{[-y|--playpath]}} {{경로/대상/비디오}} {{[-o|--flv]}} {{파일.ext}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 참조자를 요구하는 서버에서 파일 다운로드:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`rtmpdump {{[-r|--rtmp]}} {{rtmp://example.com/path/to/video}} {{[-p|--pageUrl]}} {{http://example.com/webpage}} {{[-o|--flv]}} {{파일.ext}}`
|