일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Android
- RTMP
- configmap
- golang
- aws
- service
- Python
- deployment
- macos
- Java
- android studio
- Kubernetes
- docker
- Sysinternals
- dart
- VSCode
- 행정구역분류
- ffmpeg
- Pod
- kubectl
- Windows10
- Flutter
- spring cloud config
- Shell script
- aws cli
- HLS
- wireshark
- nginx-media-server
- ebpf
- namespace
- Today
- Total
목록Screen Capture (2)
woonizzooni

[관련글] "FFmpeg Visual Studio 2019 컴파일-1" "[macos]ffmpeg으로 화면캡처(capture desktop)해서 rtmp송출" [참고] Capturing your Desktop / Screen Recording : Windows trac.ffmpeg.org/wiki/Capture/Desktop#Windows 기존에 컴파일해서 설치되어 있는 버전으로... Use DirectShow : dshow 장치 확인 > ffmpeg -list_devices true -f dshow -i dummy ffmpeg version 2.8.git Copyright (c) 2000-2015 the FFmpeg developers built with gcc 5.2.0 (GCC) configurat..

[참고글 : 빌드 / 설치 / 실행파일 다운로드] Windows10 FFmpeg컴파일 macOS ffmpeg설치 FFmpeg 바이너리 다운로드 (Windows (32bit/64bit), macOS 64bit) - 화면 캡처 방법 참고 : https://trac.ffmpeg.org/wiki/Capture/Desktop - 구동환경 : 맥북 + 외부모니터 연결 $ ffmpeg -f avfoundation -list_devices true -i "" o 비디오장치 [0] : 내장카메라 [1] : 맥북모니터 [2] : 외부모니터 o 오디오장치 [0] : 맥북 마이크 [1] : Movavi 앱 가상 장치 같은데... (신경쓰지말자) o 송출 명령 구성 1. 장치/스트림 구성 -f avfoundation -vide..