I’m facing an issue when iOS tries to stream video to janus-gateway, it stops after a few seconds. And I’m trying to figure out if it’s an issue on the client or the server.
janus-gateway emits these logs as the issue happens:
2024-03-05T01:36:14Z: [5126731867349469] Notifying that we are receiving video on mid 0
2024-03-05T01:36:14Z: [5126731867349469] Sending event to transport...
2024-03-05T01:36:19Z: [WARN] [5126731867349469] Didn't receive video for more than 1 second(s)...
2024-03-05T01:36:19Z: [5126731867349469] Notifying that we are NOT receiving video on mid 0
2024-03-05T01:36:19Z: [5126731867349469] Sending event to transport...
Does Notifying that we are NOT receiving video on mid 0
mean janus-gateway refuses
to receive the video, or does it mean janus-gateway is not getting the video data from the client (i.e. the client is not sending the video)?