라벨이 FFmpeg인 게시물 표시

Use FFMPEG in XCode(for MacOS)

이미지
1. Download FFMPEG binary Visit https://ffmpeg.org -> Download -> Apple logo -> Download "Static builds for OS X Intel 64-bit". This will contain single ffmpeg binary. 2. Add "ffmpeg" from above as bundle resource 3.  Use Bundle to execute ffmpeg command You can also intercept console output from the process or interrupt the process when problem occurred. References - http://stackoverflow.com/a/37422688/2279149

iOSでFFmpegを使って動画をストリーミングする時HTTPリクエストのヘッダーの設定仕方

iOS에서 FFmpeg를 사용해 동영상을 스트리밍할 때 HTTP 요청의 헤더 변경 방법