일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 컴파일
- Gradle
- Hyperledger
- Realm
- vuepress
- quick-start
- convert
- LAYER_TYPE_SOFTWARE
- porterduff
- log
- kotlin
- firebase
- 안드로이드
- Exception
- test
- dataginding
- fabric-sdk-java
- Android
- null safety
- 다윈
- web3js
- hardwareacceleration
- error
- Glide
- 스트리밍
- ethereum
- coroutines
- bigquery
- fabic
- C
- Today
- Total
목록다윈 (2)
날마다 새롭게 또 날마다 새롭게
Source(VLC-PC1) → Server(Darwin Server) → Destination(VLC-PC2) 1. PC1의 Live 영상을 RTP/MPEG Transport Stream으로 전송한다.VLC Player - 메뉴 - 미디어 - 스트림 - 갈무리장치 - 스트림 실행대상 - RTP/MPEG Transport Stream - 추가 - 주소에 Server IP 입력(ex:192.168.0.4) - 다음 - 문자열 변경 - 스트림생성된 출력 문자열 : :sout=#transcode{vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:rtp{dst=192.168.0.4,port=5004,mux=ts} :no-sout-r..
1. Perl 다운로드 후 설치 ( ActivePerl 추천 ) [출처] Darwin Streaming Server - Windows에 설치하기 |작성자 제일버드 http://www.activestate.com/activeperl/downloads 2. Command 창에서 다음 명령 실행 perl -MCPAN -e shell 3. CPAN shell 이 실행되면 다음 명령 실행 CPAN> install Win32::Process 4. Darwin Streaming Server 다운 후 설치 (압축 푼 폴더의 install.bat 실행)1) http://dss.macosforge.org/ 에서 다운받는다.2) command 창을 관리자 권한으로 실행한 후, 폴더의 install.bat를 실행한다. 3) ..