1
0
Fork 0
forked from External/mediamtx
mediamtx/internal/protocols/webrtc
Alessandro Ros a1dc9f45f5
webrtc: support publishing H265 tracks (#3435) (#3492)
IMPORTANT NOTE: this doesn't allow to read H265 tracks with WebRTC,
just to publish them. The inability to read H265 tracks with WebRTC is
not in any way related to the server but depends on browsers and on the
fact that they are not legally entitled to embed a H265 decoder inside
them.
2024-06-19 21:02:08 +02:00
..
ice_fragment.go webrtc: fix crash when marshaling ICE fragments (#3231) 2024-04-13 10:47:26 +02:00
ice_fragment_test.go move protocol-related code into internal/protocols (#2572) 2023-10-26 21:46:18 +02:00
incoming_track.go webrtc: support publishing H265 tracks (#3435) (#3492) 2024-06-19 21:02:08 +02:00
link_header.go move protocol-related code into internal/protocols (#2572) 2023-10-26 21:46:18 +02:00
link_header_test.go move protocol-related code into internal/protocols (#2572) 2023-10-26 21:46:18 +02:00
outgoing_track.go webrtc: support publishing H265 tracks (#3435) (#3492) 2024-06-19 21:02:08 +02:00
peer_connection.go webrtc: fix error "Failed to setup RTCP mux" on some readers (#3381) (#3449) 2024-06-10 15:43:52 +02:00
peer_connection_test.go webrtc: support publishing H265 tracks (#3435) (#3492) 2024-06-19 21:02:08 +02:00
track_wrapper.go move static sources into dedicated package (#2616) 2023-10-31 14:19:04 +01:00
tracks_to_medias.go webrtc: support publishing H265 tracks (#3435) (#3492) 2024-06-19 21:02:08 +02:00
webrtc.go move protocol-related code into internal/protocols (#2572) 2023-10-26 21:46:18 +02:00
whip_client.go webrtc: speed up gathering of incoming tracks (#3441) 2024-06-09 22:58:40 +02:00