Skip to content

Instantly share code, notes, and snippets.

@Hugo-Hache
Created April 3, 2018 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hugo-Hache/a60d32303173487b1e123712b714dbe5 to your computer and use it in GitHub Desktop.
Save Hugo-Hache/a60d32303173487b1e123712b714dbe5 to your computer and use it in GitHub Desktop.
HQ Trivia sample response to /shows/now during a show
{
"active": true,
"atCapacity": false,
"showId": 2998,
"showType": "hq",
"startTime": "2018-01-29T20:00:00.000Z",
"nextShowTime": null,
"nextShowPrize": null,
"upcoming": [{
"time": "2018-01-29T21:00:00.000Z",
"prize": "$750"
}, {
"time": "2018-01-30T02:00:00.000Z",
"prize": "$2500"
}, {
"time": "2018-01-30T20:00:00.000Z",
"prize": "$2500"
}, {
"time": "2018-01-31T02:00:00.000Z",
"prize": "$2500"
}],
"prize": 2500,
"broadcast": {
"broadcastId": 43292,
"userId": 38752,
"title": "Wirecast stream",
"status": 1,
"state": "live",
"channelId": 100,
"created": "2018-01-29T19:53:19.000Z",
"started": "2018-01-29T19:53:19.000Z",
"ended": null,
"permalink": "https://hy.pe/b/Dzv",
"thumbnailData": null,
"tags": [],
"socketUrl": "https://ws-quiz.hype.space/ws/43292",
"streams": {
"source": "rtsp://edge-hq.hype.space:1935/live/wirecast_high",
"passthrough": "rtsp://edge-hq.hype.space:1935/live/wirecast_high",
"high": "rtsp://edge-hq.hype.space:1935/live/wirecast_high",
"medium": "rtsp://edge-hq.hype.space:1935/live/wirecast_medium",
"low": "rtsp://edge-hq.hype.space:1935/live/wirecast_low"
},
"streamUrl": "rtsp://edge-hq.hype.space:1935/live/wirecast_high",
"streamKey": "wirecast",
"relativeTimestamp": 793736,
"links": {
"self": "/broadcasts/43292",
"transcript": "/broadcasts/43292/transcript",
"viewers": "/broadcasts/43292/viewers"
}
},
"broadcastFull": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment