1
0
Fork 0
mirror of https://gitlab.com/Shinobi-Systems/ShinobiCE.git synced 2025-03-09 15:40:15 +00:00

Teenage Turtle

This commit is contained in:
Moe 2018-08-23 14:13:06 -07:00
parent a80c1e4e97
commit 157bf6feb0
14 changed files with 1530 additions and 563 deletions

View file

@ -248,11 +248,15 @@
"info": [
{
"name": "detail=stream_type",
"field": "Stream Type",
"field": "Stream Type",
"description": "The method that will used to consume the video stream.",
"default": "HLS",
"example": "",
"possible": [
{
"name": "Poseidon",
"info": "Simulates a streaming MP4 file but using the data of a live stream. Includes Audio. Some browsers can play it like a regular MP4 file. Streams over HTTP or WebSocket."
},
{
"name": "MJPEG",
"info": "Standard Motion JPEG image. No audio."