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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Introduction of reconnect configuration parameter for WHIPClient (Todd Anderson).
This feature allows for graceful reconnect on network loss for publishers.
NOTE: Requires 15.4.0 release of Red5 Server with the resilient-stream plugin enabled.
feat: Introduction of MessageChannel for message communication over a data-channel enabled client (Todd Anderson). There is no underlying media streaming logic in this client.
fix: null pointer on lost ref for setRemoteDescription during SDP exchange (Todd Anderson).