mediamtx/internal/core
2023-08-25 18:11:02 +02:00
..
api_defs.go api: add transport to RTSP sessions (#2151) 2023-08-05 17:10:48 +02:00
api_test.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
api.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
authentication.go support publishing, reading, proxying with SRT (#2068) 2023-07-31 21:20:09 +02:00
core_test.go support setting a maximum number of readers per path (#1286) (#2154) 2023-08-05 17:41:54 +02:00
core.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
hls_http_server.go embed hls.js into the server (#2202) (#2236) 2023-08-23 18:37:07 +02:00
hls_index.html embed hls.js into the server (#2202) (#2236) 2023-08-23 18:37:07 +02:00
hls_manager_test.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
hls_manager.go normalize channels and methods (#2127) 2023-07-30 23:53:39 +02:00
hls_muxer.go move units into dedicated package (#2245) 2023-08-25 18:11:02 +02:00
hls_source_test.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
hls_source.go move units into dedicated package (#2245) 2023-08-25 18:11:02 +02:00
hls.min.js bump hls-js to v1.4.10 (#2239) 2023-08-23 18:44:47 +02:00
ip.go hls server: show real client IPs when behind a proxy (#955) 2022-06-21 13:54:19 +02:00
metrics_test.go rtmp: simplify API (#2130) 2023-07-31 19:41:59 +02:00
metrics.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
path_manager_test.go remove 'disable' from names of configuration parameters (#2101) 2023-08-06 21:40:08 +02:00
path_manager.go normalize channels and methods (#2127) 2023-07-30 23:53:39 +02:00
path.go rename disablePublisherOverride into overridePublisher (#2164) 2023-08-06 21:29:16 +02:00
pprof.go fix crash in case of specially-crafted HTTP requests (#2166) (#2169) 2023-08-07 17:16:33 +02:00
publisher.go print track codecs into logs 2022-08-15 16:29:40 +02:00
reader.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
restrict_network.go do not listen on IPv6 when host is 0.0.0.0 (#1665) (#1678) 2023-04-10 22:48:33 +02:00
rpicamera_source.go move units into dedicated package (#2245) 2023-08-25 18:11:02 +02:00
rtmp_conn.go move units into dedicated package (#2245) 2023-08-25 18:11:02 +02:00
rtmp_listener.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
rtmp_server_test.go remove 'disable' from names of configuration parameters (#2101) 2023-08-06 21:40:08 +02:00
rtmp_server.go add rtmp.Reader, rtmp.Writer (#2124) 2023-07-30 23:15:22 +02:00
rtmp_source_test.go support proxying WebRTC streams (#2142) 2023-08-03 23:12:05 +02:00
rtmp_source.go move units into dedicated package (#2245) 2023-08-25 18:11:02 +02:00
rtsp_conn.go update gortsplib (#2138) 2023-08-02 11:39:53 +02:00
rtsp_server_test.go remove 'disable' from names of configuration parameters (#2101) 2023-08-06 21:40:08 +02:00
rtsp_server.go make sure components are closed in a specific order (#2065) 2023-07-17 00:33:34 +02:00
rtsp_session.go api: add transport to RTSP sessions (#2151) 2023-08-05 17:10:48 +02:00
rtsp_source_test.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
rtsp_source.go support proxying WebRTC streams (#2142) 2023-08-03 23:12:05 +02:00
source_redirect.go change repository owner (#1801) 2023-05-16 16:14:20 +02:00
source_static.go support proxying WebRTC streams (#2142) 2023-08-03 23:12:05 +02:00
source.go update dependencies (#1968) 2023-06-21 16:20:21 +02:00
srt_conn.go move units into dedicated package (#2245) 2023-08-25 18:11:02 +02:00
srt_listener.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
srt_server_test.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
srt_server.go srt: support runOnRead (#2152) 2023-08-05 17:18:04 +02:00
srt_source_test.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
srt_source.go move units into dedicated package (#2245) 2023-08-25 18:11:02 +02:00
tls_fingerprint.go join validation of TLS fingerprints (#2071) 2023-07-18 23:39:26 +02:00
udp_source_test.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
udp_source.go move units into dedicated package (#2245) 2023-08-25 18:11:02 +02:00
webrtc_http_server.go embed hls.js into the server (#2202) (#2236) 2023-08-23 18:37:07 +02:00
webrtc_incoming_track.go normalize channels and methods (#2127) 2023-07-30 23:53:39 +02:00
webrtc_manager_test.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
webrtc_manager.go support proxying WebRTC streams (#2142) 2023-08-03 23:12:05 +02:00
webrtc_outgoing_track.go move units into dedicated package (#2245) 2023-08-25 18:11:02 +02:00
webrtc_publish_index.html webrtc: display publish-related errors in web page (#1836) (#2080) 2023-07-19 13:20:05 +02:00
webrtc_read_index.html Add video player options via query string (#2145) 2023-08-07 22:19:15 +02:00
webrtc_session.go api: add transport to RTSP sessions (#2151) 2023-08-05 17:10:48 +02:00
webrtc_source_test.go support proxying WebRTC streams (#2142) 2023-08-03 23:12:05 +02:00
webrtc_source.go support proxying WebRTC streams (#2142) 2023-08-03 23:12:05 +02:00