https://github.com/videoexpertsgroup/streaming.service.sample
Simple Streaming server
https://github.com/videoexpertsgroup/streaming.service.sample
Last synced: 1 day ago
JSON representation
Simple Streaming server
- Host: GitHub
- URL: https://github.com/videoexpertsgroup/streaming.service.sample
- Owner: VideoExpertsGroup
- Created: 2018-04-18T12:02:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T03:47:23.000Z (about 7 years ago)
- Last Synced: 2025-01-08T23:59:29.831Z (6 months ago)
- Language: JavaScript
- Homepage: https://www.videoexpertsgroup.com/cloud-platform/
- Size: 880 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streaming Service Sample
Sreaming Service Sample is a simple reference code of a backend server and mobile frontend that can be used to implement streaming service solutions based on VXG Cloud Video and/or VXG Streaming Server.
Read more about VXG Cloud and VXG Server - https://www.videoexpertsgroup.com/cloud-platform/
## Documentation
The full SDK documentation can be found here - https://dashboard.videoexpertsgroup.com/docs/.## VXG Server and backend server and mobile frontend
![]()
## BackEnd
Backend is a simple PHP server.
Main features:
- User management
- Sign Up
- Sign In
- Sign Out
- Channel management
- Create new channel for streaming from IP camera or Mobile camera
- Delete channel
- Get list of channels## Frontend
Frontend is a simple application to stream video on server and play it on mobile phone.
Supported platforms: Android, iOS
Supported browsers: Chrome, Safary, FireFox, Edge, Internet Explorer.
## Limitations
Mobile application gets the channel list from server and streams video in the first channelMobile application plays the first channel in the list and there is no option to select another channel
One or more channels should be created initially on server before mobile application can stream video
iOS version is not available yet and will be uploaded soon