All Projects → qfdk → Nnlls

qfdk / Nnlls

Node.js Live Streaming for PC, Raspberry and mobile (rtmp/http)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nnlls

Evilslive
This project is a SDK about video stream live
Stars: ✭ 420 (+265.22%)
Mutual labels:  camera, livestream
Audiovideocodec
一款视频录像机,支持AudioRecord录音、MediaCodec输出AAC、MediaMuxer合成音频视频并输出mp4,支持自动对焦、屏幕亮度调节、录制视频时长监听、手势缩放调整焦距等
Stars: ✭ 113 (-1.74%)
Mutual labels:  camera
Videop2proxy
Proxy to enable P2P only cameras to work with standard protocols.
Stars: ✭ 102 (-11.3%)
Mutual labels:  camera
Yoga Guru
A personalized yoga trainer app based on Flutter and TensorFlow Lite.
Stars: ✭ 110 (-4.35%)
Mutual labels:  camera
Is Camera On
Check if the built-in Mac camera is on
Stars: ✭ 101 (-12.17%)
Mutual labels:  camera
Barcodescanner
🔎 A simple and beautiful barcode scanner.
Stars: ✭ 1,527 (+1227.83%)
Mutual labels:  camera
Recordbutton
A record button in Swift
Stars: ✭ 101 (-12.17%)
Mutual labels:  camera
Camera
📸 Custom Camera for iDevices in swift
Stars: ✭ 114 (-0.87%)
Mutual labels:  camera
Healthwatcher
Android Application that can estimate Heart rate, Blood pressure, Respiration rate and Oxygen rate from only the camera of the mobile
Stars: ✭ 112 (-2.61%)
Mutual labels:  camera
Contentmanager
Android library for getting photo or video from a device gallery, cloud or camera. Working with samsung devices. Made by Stfalcon
Stars: ✭ 108 (-6.09%)
Mutual labels:  camera
Longimagecamera
📷 A camera view to capture long image merged from small captured images as it is in Shoparoo app available on Google Play!!
Stars: ✭ 107 (-6.96%)
Mutual labels:  camera
Instacam
Instant canvas video
Stars: ✭ 106 (-7.83%)
Mutual labels:  camera
Cameracontrollerapi
The CameraControlerApi is an attempt to control a DSLR via REST functionality.
Stars: ✭ 110 (-4.35%)
Mutual labels:  camera
Yi Hack Allwinner V2
Custom firmware for Yi 1080p camera based on Allwinner platform
Stars: ✭ 100 (-13.04%)
Mutual labels:  camera
Nodejs Foscam
Remote control, view and config a Foscam or compatible IP camera
Stars: ✭ 113 (-1.74%)
Mutual labels:  camera
Nginx Vod Module
NGINX-based MP4 Repackager
Stars: ✭ 1,378 (+1098.26%)
Mutual labels:  livestream
Androidfacedetection
Android 平台进行人脸检测的几种方案
Stars: ✭ 106 (-7.83%)
Mutual labels:  camera
Albumcamerarecorder
一个高效的多媒体支持操作库,可多方面的简单配置操作相册、拍照、录制、录音等功能。也支持配套使用的展示图片、视频、音频的九宫格功能。 (An efficient multimedia support operation library, can be a variety of simple configuration operation album, photo, recording, recording and other functions.Also support supporting the use of the display of pictures, video, audio of the nine grid function.)
Stars: ✭ 106 (-7.83%)
Mutual labels:  camera
Ketai
Ketai sensor library for Processing (Android mode)
Stars: ✭ 114 (-0.87%)
Mutual labels:  camera
Emacs Application Framework
A free/libre and open-source extensible framework that revolutionizes the graphical capabilities of Emacs, the key to ultimately Live in Emacs
Stars: ✭ 1,932 (+1580%)
Mutual labels:  camera

Node.js+Nginx+Linux+Live Streaming

A solution of Live Streaming by using Node.js and Nginx

Introduction

This is a project using Node.js, it's used for Live Streaming. You can add the resources from internet or use your own streaming.

You can use your phone, your camera or all the object which has a camera could be used for streaming. This is the architecture of project, we can use the load balancing in our system. Thanks to SmartPush we can balance the requests in differences VM(Nginx with rtmp module). In SmartPush we have a REST-API for GUI. The latency is about 3 seconds.

This is a full solution of Live Streaming, you can find GUI in Front-end and Smart-Push in Back-end with all docs in each directory.

Archi

.
├── Back-end
│   ├── README.md
│   ├── SmartPush
│   └── img
├── Front-end
│   ├── Web
├── README.md
├── Raspberry
│   ├── README.md
│   ├── init.sh
│   └── vnc.sh
└── img
    ├── 1.png
    └── 2.JPG

Documentation

SQL for WEB

CREATE TABLE IF NOT EXISTS `login_web` (
  `nom` varchar(40) DEFAULT NULL,
  `prenom` varchar(40) DEFAULT NULL,
  `identifiant` varchar(40) NOT NULL,
  `mdp` varchar(40) NOT NULL,
  `email` varchar(100) NOT NULL,
  `is_locked` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

For Café

Paypal :qfdk2010#gmail.com

License Apache 2

World is powered by solitude img-source-from-https://github.com/docker/dockercraft

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].