├── README.md ├── adminCode ├── config.json ├── download.html ├── favicon.ico ├── index.html ├── js ├── main.js ├── player.js └── xstreampro.js ├── play.html └── workers.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soulXvirus/XStreamPro-Player/HEAD/README.md -------------------------------------------------------------------------------- /adminCode: -------------------------------------------------------------------------------- 1 | c360f6ccdec0625e -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soulXvirus/XStreamPro-Player/HEAD/config.json -------------------------------------------------------------------------------- /download.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soulXvirus/XStreamPro-Player/HEAD/download.html -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soulXvirus/XStreamPro-Player/HEAD/favicon.ico -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soulXvirus/XStreamPro-Player/HEAD/index.html -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soulXvirus/XStreamPro-Player/HEAD/js/main.js -------------------------------------------------------------------------------- /js/player.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soulXvirus/XStreamPro-Player/HEAD/js/player.js -------------------------------------------------------------------------------- /js/xstreampro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soulXvirus/XStreamPro-Player/HEAD/js/xstreampro.js -------------------------------------------------------------------------------- /play.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soulXvirus/XStreamPro-Player/HEAD/play.html -------------------------------------------------------------------------------- /workers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soulXvirus/XStreamPro-Player/HEAD/workers.js --------------------------------------------------------------------------------