일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- Android
- golang
- Shell script
- Pod
- ebpf
- spring cloud config
- Flutter
- Kubernetes
- Java
- wireshark
- macos
- configmap
- ffmpeg
- 행정구역분류
- nginx-media-server
- Sysinternals
- aws cli
- VSCode
- docker
- service
- dart
- RTMP
- HLS
- namespace
- Windows10
- Python
- kubectl
- deployment
- android studio
- aws
- Today
- Total
목록분류 전체보기 (120)
woonizzooni
완전 개인 생각임을 미리 언급해둠. HLS 프로토콜 표준 동향 Apple이 만든 HLS가 2009년11월 draft시작해서 2017년8월에 정식(?) 발생되었네? RFC8216 https://en.wikipedia.org/wiki/HTTP_Live_Streaming https://tools.ietf.org/html/rfc8216 2nd Edition이 draft로 벌써 4차례나 이뤄진 상태고. https://tools.ietf.org/html/draft-pantos-hls-rfc8216bis-00 Low-Latency HLS 표준 확장? 지난 6월 WWDC2019에서 "Introduction Low-Latency HLS" 소개됨. https://developer.apple.com/videos/play/w..
참고한 FFmpeg 빌드 가이드 https://trac.ffmpeg.org/wiki/CompilationGuide/MSVC https://trac.ffmpeg.org/wiki/CompilationGuide/MinGW https://trac.ffmpeg.org/wiki/HWAccelIntro ffmpeg 소스 컴파일 없이 실행파일과 dll파일만 필요할 경우 아래 경로에서 파일 다운로드/빌도옵션 참고. https://ffmpeg.zeranoe.com/builds/ https://ffmpeg.zeranoe.com/builds/readme/win64/static/ffmpeg-20190708-f83b46e-win64-static-readme.txt Visual Studio를 이용하는 방식(=MSVC)으로 진행해본..
설치파일 다운로드 MSYS2 인스톨러 다운로드 http://www.msys2.org/ http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20190524.exe 설치 http://www.msys2.org/ - 원하는 디렉토리 지정(난 그냥 c:\msys64로 진행함) - 완료 화면에서 'Run MSYS2 now'체크된 상태에서 Finish. 업데이트 pacman -Syu 설치를 진행하시겠습니까? [Y/n] Y 경고: terminate MSYS2 without returning to shell and check for updates again 경고: for example close your terminal window instead of calling exit [터미널..
TL;DR > 구현체 / 참고 소스 https://github.com/woonizzooni/spring-cloud-config-concept > 실행 환경 - RabbitMQ 실행 (Docker 활용) - 로컬저장소 vs GitHub저장소 방식 선택 'GitHub 저장소 & WebHooks 설정' or '로컬저장소 & 'POST /monitor'' 방식 - Config서버, 2개 이상의 Client 실행 (bus활성화) > 동작 확인 - 외부 저장소의 특정 앱의 설정파일 수정 - GitHub 저장소 이용 방식의 경우 자동으로 특정 앱의 설정 갱신이 이뤄지는지 확인 - 로컬 방식의 경우 Config서버로 'POST /monitor' 요청 후 특정 앱의 설정 갱신이 이뤄지는지 확인 Spring Cloud B..
Spring Cloud Config https://spring.io/projects/spring-cloud-config https://spring.io/projects/spring-cloud-config#learn https://spring.io/projects/spring-cloud-config#samples 0. 구현체 https://github.com/woonizzooni/spring-cloud-config-concept cloud-config-server cloud-config-client-customer-service cloud-config-client-product-service 1. 앱 구현 & 설정 관련 키워드(?) [Server] build.gradle implementation 'org..
Spring Cloud Config https://spring.io/projects/spring-cloud-config Spring Projects The Spring portfolio has many projects, including Spring Framework, Spring IO Platform, Spring Cloud, Spring Boot, Spring Data, Spring Security... spring.io [참고 : 샘플코드는 널려 있음 ] Spring Cloud Config Server(이하 Server) 실행 상태에서 Spring Cloud Config Client(이하 Client)를 실행해보면 "Fetching config from server at : http://localh..
2015년말~2016년초 기억을 더듬어 낙서해본다. 당시 vuforia / kudan / metaiosdk / craftar / Wikitude등을 비교해서 vuforia를 선택했던 기억인데 2019년 현재는 비교대상이나 선택 기준/폭이 당시와 많이 달라진 것 같다. SDK선택에 - SLAM (simultaneous localization & mapping) 지원 여부 - Cloud recognition 지원여부 - 비용 참고하는 것이 바람직하다. (향후 서비스 고도화 등에 제약 등 고려) [참고1] 아래 비교된 내용으로는 ARCore가 땡긴다. 레퍼런스가 부족하다던데, 구글이 지원하니... "Best AR SDK for development for iOS and Android in 2019" https..
자주 사용하는 docker 명령 옵션 * 표시 Management Commands: builder Manage builds config Manage Docker configs * container Manage containers engine Manage the docker engine * image Manage images * network Manage networks node Manage Swarm nodes plugin Manage plugins secret Manage Docker secrets service Manage services stack Manage Docker stacks swarm Manage Swarm system Manage Docker trust Manage trust on Do..