Last active
June 12, 2020 01:07
-
-
Save reidsneo/36159b774bc539cc6a7d25c6ca8fbcbd to your computer and use it in GitHub Desktop.
office project
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
6/12/2020, 09:06:32 Please be note cxx hotspot is missing due poller 1 disk is full, the normalize table is not updated 5-11 june |
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
/opt/USERFILES/USR001/KeyDecrypt/privatekey.pem | |
/opt/USERFILES/USR001/Player/cam1/cam1.mp4 | |
/opt/USERFILES/USR001/Player/cam2/cam1.mp4 | |
0. init => baru mulai | |
1. collecting | listing | fetchlist => mungkin perlu waktu utk si daemon utk collecting / sorting resources mp4 mana aja yg mw dipake dalam proses decrypt nantinya | |
2. encoding => proses batch encoding file recording ke format playable mp4 file | |
4. merging | concating => proses merge file jadi single file dan concat yg belom 20 menit dengan black screen | |
5. formating | dashing => proses convert single file mp4 jadi DASH file format | |
6. finish | readyplay => state bahwa file sudah selesai diproses dan tinggal di play | |
init | |
processing | |
-> compile list recording | |
-> encoding file | |
encoding file a | |
encoding file b | |
encoding finished total 2 files in X second | |
-> concating file a b c d | |
concating camera 1 : file a + b + c | |
camera 1 concated 3 files | |
concat finish in X second (s) | |
concating camera 2 : file a + b + c + d | |
camera 2 concated 4 files | |
concat finish in 3 second | |
-> dashing | |
convert camera 1 to dash file... | |
convert finished in X second | |
finished | |
all task finished | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment