Thanks for the suggestion. These are the notable things I see in the ADMIN API.
For the out stream stats:
"in_stats": {
"audio_packets": 0,
"audio_bytes": 0,
"audio_bytes_lastsec": 0,
"do_audio_nacks": false,
"video_packets": 0,
"video_bytes": 0,
"video_bytes_lastsec": 0,
"do_video_nacks": true,
"video_nacks": 641,
"video_retransmissions": 0,
"data_packets": 2,
"data_bytes": 815
},
"out_stats": {
"audio_packets": 24194,
"audio_bytes": 653238,
"audio_bytes_lastsec": 1350,
"audio_nacks": 0,
"video_packets": 257289,
"video_bytes": 302276507,
"video_bytes_lastsec": 572350,
"video_nacks": 0,
"data_packets": 3,
"data_bytes": 2033
}
For the in stream stats:
"in_stats": {
"audio_packets": 37820,
"audio_bytes": 869860,
"audio_bytes_lastsec": 1150,
"do_audio_nacks": false,
"video_packets": 384306,
"video_bytes": 447421645,
"video_bytes_lastsec": 10067,
"do_video_nacks": true,
"video_nacks": 0,
"video_retransmissions": 888,
"data_packets": 3,
"data_bytes": 2278
},
"out_stats": {
"audio_packets": 0,
"audio_bytes": 0,
"audio_bytes_lastsec": 0,
"audio_nacks": 0,
"video_packets": 0,
"video_bytes": 0,
"video_bytes_lastsec": 0,
"video_nacks": 891,
"data_packets": 3,
"data_bytes": 2014
}
It seems like there are a decent amount of video retransmissions on the ingest side.