curl --request GET \
--url https://daydream.live/api/streams/{STREAM_ID}/status
"success": true,
"error": null,
"data": {
"gateway_status": {
"ingest_metrics": {
"stats": {
"peer_conn_stats": {
"ID": "iceTransport",
"BytesReceived": 22203387,
"BytesSent": 7529
},
"track_stats": [
{
"type": "video",
"jitter": 2.873503556337132,
"packets_lost": 0,
"packets_received": 22077,
"packet_loss_pct": 0,
"rtt": 0
},
{
"type": "audio",
"jitter": 20.1801438931071,
"packets_lost": 0,
"packets_received": 3272,
"packet_loss_pct": 0,
"rtt": 0
}
Check the status of your stream
curl --request GET \
--url https://daydream.live/api/streams/{STREAM_ID}/status
"success": true,
"error": null,
"data": {
"gateway_status": {
"ingest_metrics": {
"stats": {
"peer_conn_stats": {
"ID": "iceTransport",
"BytesReceived": 22203387,
"BytesSent": 7529
},
"track_stats": [
{
"type": "video",
"jitter": 2.873503556337132,
"packets_lost": 0,
"packets_received": 22077,
"packet_loss_pct": 0,
"rtt": 0
},
{
"type": "audio",
"jitter": 20.1801438931071,
"packets_lost": 0,
"packets_received": 3272,
"packet_loss_pct": 0,
"rtt": 0
}
https://daydream.live/api/streams/{STREAM_ID}/status
curl --request GET \
--url https://daydream.live/api/streams/{STREAM_ID}/status
"success": true,
"error": null,
"data": {
"gateway_status": {
"ingest_metrics": {
"stats": {
"peer_conn_stats": {
"ID": "iceTransport",
"BytesReceived": 22203387,
"BytesSent": 7529
},
"track_stats": [
{
"type": "video",
"jitter": 2.873503556337132,
"packets_lost": 0,
"packets_received": 22077,
"packet_loss_pct": 0,
"rtt": 0
},
{
"type": "audio",
"jitter": 20.1801438931071,
"packets_lost": 0,
"packets_received": 3272,
"packet_loss_pct": 0,
"rtt": 0
}
Was this page helpful?