-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
이미지 교체 및 오탈자 수정
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Client Module | ||
|
||
<img src="https://user-images.githubusercontent.com/65989480/83115534-73ec5d00-a105-11ea-9c3d-0a434e52cb73.png"> | ||
<img src="https://user-images.githubusercontent.com/65989403/89764646-c13a7100-db2f-11ea-9e5f-457b826fcfd1.png"> | ||
|
||
* Visual Studio Code Linux C++ 사용 | ||
* 클라이언트에서 요청한 영상 URL을 복호화하여 VOD SERVER로 영상 호출, 전달 받은 암호화된 영상 정보를 복호화 | ||
* RTSP 호출시 FFMPEG 이용하여 HLS로 트랜스코딩 | ||
* RTSP 호출시 FFMPEG 이용하여 mpty_moov로 트랜스코딩 | ||
|
||
<br> | ||
|