Skip to content

VideoExpertsGroup/Streaming.Service.Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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



testserver sample


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 channel

Mobile 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