'WebRTC_video_broadcasting'에 해당되는 글 16건
- 2018.05.20 :: my WebRTC system components
- 2017.12.22 :: WebRTC android build
- 2017.05.22 :: use-an-ip-camera-with-webrtc
- 2017.05.22 :: TrueConf and WebRTC: An Interview With Michael Gotalsky
- 2017.05.22 :: Interoperating WebRTC and IP cameras -[Kurento]
- 2017.05.22 :: WebRTC Online Broadcasting from IP-Cameras and Video Surveillance Systems Using WebRTC Broadcasting Server
[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
'WebRTC_video_broadcasting' 카테고리의 다른 글
| kubuntu-tutorial-hello-world- (0) | 2017.04.25 |
|---|---|
| Creating a WebRTC WOW Moment With Raspberri Pi and Node.JS (0) | 2017.04.03 |
| building-a-raspberry-pi-2-webrtc-camera (0) | 2017.04.01 |
| WebRTC-MCU (0) | 2017.03.29 |
| How To Implement Multipoint Video Using WebRTC: Large Groups (0) | 2017.03.29 |
https://cryingnavi.github.io/WebRTC-Android/
WebRTC 를 안드로이드로 빌드 하는 방법
apt-get install gitmkdir ~/webrtc
cd webrtchttps://chromium.googlesource.com/chromium/tools/depot_tools.gitexport 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.shgn gen out_arm64/Default --args='target_os="android" target_cpu="arm64" is_debug=false'
ninja -C out_arm64/Default AppRTCMobilehttp://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
'WebRTC_video_broadcasting > WebRTC.ipcamera' 카테고리의 다른 글
https://bloggeek.me/trueconf-webrtc-interview/
TrueConf and WebRTC: An Interview With Michael Gotalsky
'WebRTC_video_broadcasting > WebRTC.ipcamera' 카테고리의 다른 글
| use-an-ip-camera-with-webrtc (0) | 2017.05.22 |
|---|---|
| Interoperating WebRTC and IP cameras -[Kurento] (0) | 2017.05.22 |
| WebRTC Online Broadcasting from IP-Cameras and Video Surveillance Systems Using WebRTC Broadcasting Server (0) | 2017.05.22 |
Interoperating WebRTC and IP cameras
'WebRTC_video_broadcasting > WebRTC.ipcamera' 카테고리의 다른 글
WebRTC Online Broadcasting from IP-Cameras and Video Surveillance Systems Using WebRTC & Broadcasting Server
'WebRTC_video_broadcasting > WebRTC.ipcamera' 카테고리의 다른 글
| use-an-ip-camera-with-webrtc (0) | 2017.05.22 |
|---|---|
| TrueConf and WebRTC: An Interview With Michael Gotalsky (0) | 2017.05.22 |
| Interoperating WebRTC and IP cameras -[Kurento] (0) | 2017.05.22 |
