mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-26 04:52:00 -08:00
* fix: whep gathering failure leaks peer connections * fix: failure to create whep client leaks when read fails, client is not closed * fix: close idle connection with whip client * fix: no link check on early whip client close * move http.Client.CloseIdleConnections() outside WHIPClient * automatically call WHEPClient.Close() in case of errors during WHEPClient.Read() or WHEPClient.Publish() --------- Co-authored-by: Jonathan Martin <jonathan.martin@marss.com> Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| api.go | ||
| ice_fragment.go | ||
| ice_fragment_test.go | ||
| incoming_track.go | ||
| link_header.go | ||
| link_header_test.go | ||
| outgoing_track.go | ||
| peer_connection.go | ||
| peer_connection_test.go | ||
| track_count.go | ||
| track_wrapper.go | ||
| tracks_to_medias.go | ||
| webrtc.go | ||
| whip_client.go | ||
| whip_delete_session.go | ||
| whip_options_ice_servers.go | ||
| whip_patch_candidate.go | ||
| whip_post_offer.go | ||