You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm playing with "broadcast" example. When whip connection is established and data from my webcam begin transmitted, I've constantly receive messages in console:
[webrtc_ice::agent::agent_internal] [controlled]: Setting new connection state: Connected
and
[webrtc_ice::agent::agent_internal] [controlled]: Setting new connection state: Disconnected
hovewer video is transmitted fine, I could event receive it without any problems.
So the question is next - is it okay that ice agent constantly disctonnects and conenect again by timeout's?
When agent is disconnect I've got this signal also in on_ice_connection_state_change and on_peer_connection_state_change - so it looks like whole peer is disconnected totally, but I'm still receiving video data.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. I'm playing with "broadcast" example. When whip connection is established and data from my webcam begin transmitted, I've constantly receive messages in console:
[webrtc_ice::agent::agent_internal] [controlled]: Setting new connection state: Connected
and
[webrtc_ice::agent::agent_internal] [controlled]: Setting new connection state: Disconnected
hovewer video is transmitted fine, I could event receive it without any problems.
So the question is next - is it okay that ice agent constantly disctonnects and conenect again by timeout's?
When agent is disconnect I've got this signal also in on_ice_connection_state_change and on_peer_connection_state_change - so it looks like whole peer is disconnected totally, but I'm still receiving video data.
Beta Was this translation helpful? Give feedback.
All reactions