WebRTC_video_broadcasting 2018. 5. 20. 16:28

[my WebRTC Components]

Foloowings are my components that I evaluated WebRTC.


- Android Application existens: YES,

- signaling sever : coTurn

- based WebRTC package or GitHub :

- Web Svr: node.js , mySQL ,

- SSL : letsencrypt


- Testing : Janus,  Kurento


- Future plan : Select more easy to handle then test face recognition

- Related item that I am trying to  :

> Barcode reader with Raspberry PI3 + Camera ,

> Face recognition with Raspberry PI3 + Camera




posted by cskimair
:

https://cryingnavi.github.io/WebRTC-Android/

WebRTC 를 안드로이드로 빌드 하는 방법


apt-get install git


mkdir ~/webrtc
cd webrtc


https://chromium.googlesource.com/chromium/tools/depot_tools.git



export PATH=`pwd`/depot_tools:"$PATH"



export GYP_DEFINES="OS=android"



fetch --nohooks webrtc_android
gclient sync





./src/build/install-build-deps.sh  --no-chromeos-fonts


./src/build/install-build-deps-android.sh



gn gen out_arm64/Default --args='target_os="android" target_cpu="arm64" is_debug=false'
ninja -C out_arm64/Default AppRTCMobile




posted by cskimair
:

http://stackoverflow.com/questions/23461914/use-an-ip-camera-with-webrtc


google search: 

https://www.google.co.kr/search?q=ipcam+support+webrtc&oq=ipcam+support+webrtc+&aqs=chrome..69i57.16926j0j8&client=ubuntu&sourceid=chrome&ie=UTF-8

posted by cskimair
:

https://bloggeek.me/trueconf-webrtc-interview/

TrueConf and WebRTC: An Interview With Michael Gotalsky


posted by cskimair
:

Interoperating WebRTC and IP cameras


posted by cskimair
:

WebRTC Online Broadcasting from IP-Cameras and Video Surveillance Systems Using  WebRTC & Broadcasting Server




posted by cskimair
: