All Projects → MAGOWARE → Backoffice Administration

MAGOWARE / Backoffice Administration

Licence: mit

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Backoffice Administration

Ios P2p Engine
Let your viewers become your unlimitedly scalable CDN.
Stars: ✭ 31 (-65.17%)
Mutual labels:  m3u8, player, hls, iptv
Android P2p Engine
Let your viewers become your unlimitedly scalable CDN.
Stars: ✭ 70 (-21.35%)
Mutual labels:  m3u8, player, hls, iptv
P2p Cdn Sdk Javascript
Free p2p cdn github javascript sdk to reduce video streaming costs of live and on demand video using webrtc by upto 90% and improve scalability by 6x - 🚀 Vadootv 🚀
Stars: ✭ 158 (+77.53%)
Mutual labels:  m3u8, player, hls
Hls.js
HLS.js is a JavaScript library that plays HLS in browsers with support for MSE.
Stars: ✭ 10,791 (+12024.72%)
Mutual labels:  stream, player, hls
mock-hls-server
Fake a live/event HLS stream from a VOD one. Useful for testing. Supports looping.
Stars: ✭ 61 (-31.46%)
Mutual labels:  stream, hls, m3u8
Magicalexoplayer
The Easiest Way To Play/Stream Video And Audio Using Google ExoPlayer In Your Android Application
Stars: ✭ 171 (+92.13%)
Mutual labels:  stream, player, hls
Android-hls
最近公司产品需要,调研hls(m3u8) aes-128 解密播放 . 分析 51Cto, 慕课
Stars: ✭ 73 (-17.98%)
Mutual labels:  player, hls, m3u8
Html5 Dash Hls Rtmp
🌻 HTML5播放器、M3U8直播/点播、RTMP直播、低延迟、推流/播流地址鉴权
Stars: ✭ 1,805 (+1928.09%)
Mutual labels:  m3u8, player, hls
hls-segment-reader
Node.js Readable for retrieving HLS segments.
Stars: ✭ 18 (-79.78%)
Mutual labels:  stream, hls, m3u8
Freeiptv
FreeIPTV • Watch Free IPTV World Wide
Stars: ✭ 68 (-23.6%)
Mutual labels:  stream, m3u8, iptv
Sjmediacacheserver
A HTTP Media Caching Framework. It can cache FILE or HLS media. 音视频边播边缓存框架, 支持 HLS(m3u8) 和 FILE(mp4, mp3等).
Stars: ✭ 87 (-2.25%)
Mutual labels:  m3u8, player, hls
CBPlayer
一个内置P2P的神奇播放器
Stars: ✭ 60 (-32.58%)
Mutual labels:  player, hls, m3u8
iptv-m3u-player
项目iptv-m3u-maker衍生项目,利用已分析出的数据进行播放的桌面端app
Stars: ✭ 73 (-17.98%)
Mutual labels:  player, m3u8, iptv
p2p-cdn-sdk-android
Free p2p cdn android github sdk to reduce video streaming costs of live and on demand video using webrtc by upto 90% and improve scalability by 6x - 🚀 Vadootv 🚀
Stars: ✭ 39 (-56.18%)
Mutual labels:  player, hls, m3u8
Shardingsphere Elasticjob
Distributed scheduled job framework
Stars: ✭ 7,369 (+8179.78%)
Mutual labels:  middleware, database
Video.js
Video.js - open source HTML5 & Flash video player
Stars: ✭ 32,478 (+36392.13%)
Mutual labels:  player, hls
Free Hls Live
Free live streaming with Free-HLS (Free HLS 直播姬)
Stars: ✭ 47 (-47.19%)
Mutual labels:  stream, hls
Sql Streams
Painless low level jdbc abstraction using the java 8 stream api.
Stars: ✭ 17 (-80.9%)
Mutual labels:  stream, database
Starrysky
🔥A Powerful and Streamline MusicLibrary(一个丰富的音乐播放封装库,支持多种音频格式,完美解决你的问题。)
Stars: ✭ 1,022 (+1048.31%)
Mutual labels:  m3u8, hls
M3u8
Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions
Stars: ✭ 1,064 (+1095.51%)
Mutual labels:  m3u8, hls

alt tag

MAGOWARE is an IPTV/OTT solution for Pay Tv Businesses. The administration portal is build on Sequelize, Express, ng-admin, and Node.js

Installation

Before you start, make sure you have these prerequisites installed:

  • PostgreSQL 9.4 or MySQL, MariaDB, SQLite and MSSQL
  • Redis Server
  • Node.js 10.0.0 and up

Running in Production mode

To run your application with production environment configuration, change the NODE_ENV variable at server.js and star the server with:

$ npm start
  • explore config/env/production.js for production environment configuration options

Starting in development mode

$ npm start

or

$ node server.js

Running with TLS (SSL)

Application will start by default with secure configuration (SSL mode) turned on and listen on port 8443. To run your application in a secure manner you'll need to use OpenSSL and generate a set of self-signed certificates. Unix-based users can use the following command:

$ sh ./scripts/generate-ssl-certs.sh

Database migration

$ sequelize migration:create # Generates a new migration file.

To upgrade the database with the latest changes run the following:

$ sequelize db:migrate
  • explore config/env/production.js for production environment configuration options

Running with TLS (SSL)

Application will start by default with secure configuration (SSL mode) turned on and listen on port 8443. To run your application in a secure manner you'll need to use OpenSSL and generate a set of self-signed certificates. Unix-based users can use the following command:

$ sh ./scripts/generate-ssl-certs.sh

Windows users can follow instructions found here. After you've generated the key and certificate, place them in the config/sslcerts folder.

Finally, execute grunt's prod task grunt prod

  • enable/disable SSL mode in production environment change the secure option in config/env/production.js

API Documentation

Run the following command to generate APIDOC folder

apidoc -i modules/deviceapiv2/server/controllers/ modules/streams/server/controllers/ -o public/apidoc/

License

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].