mediamtx/internal/core
Jordy84 596765c14c
Allow sending Range header to RTSP sources (#1780)
* Enable Range headers using path config

* Use enum instead of strings

* Comments added to new code

* Wrong comment format

* Made CreateRangeHeader func private

* reorder configuration

* handle errors inside createRangeHeader()

* add tests

* update API docs

---------

Co-authored-by: Jordy Boezaard <jordy@boezaard.com>
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2023-05-14 17:02:03 +02:00
..
api.go allow setting rpiCameraSaturation to 0 (#1651) (#1772) 2023-05-06 23:00:42 +02:00
api_test.go update dependencies (#1698) 2023-04-13 18:15:13 +02:00
authentication.go unify authentication mechanisms (#1775) 2023-05-08 17:04:14 +02:00
core.go unify authentication mechanisms (#1775) 2023-05-08 17:04:14 +02:00
core_test.go update gortsplib (#1671) 2023-04-09 17:11:54 +02:00
hls_index.html update dependencies (#1698) 2023-04-13 18:15:13 +02:00
hls_muxer.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
hls_server.go print warning in case no key frames are being received (#1763) 2023-05-04 20:16:41 +02:00
hls_server_test.go update dependencies (#1698) 2023-04-13 18:15:13 +02:00
hls_source.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
hls_source_test.go fix race condition in tests (#1781) 2023-05-09 16:29:19 +02:00
http_logger.go print warning in case no key frames are being received (#1763) 2023-05-04 20:16:41 +02:00
http_requestpool.go webrtc muxer: fix multiple race conditions 2023-01-08 13:36:55 +01:00
http_serverheader.go add remote port to HTTP requests in logs (#1663) 2023-04-09 17:12:50 +02:00
http_set_trusted_proxies.go metrics: log HTTP requests when logLevel is debug (#1687) 2023-04-11 20:42:40 +02:00
ip.go hls server: show real client IPs when behind a proxy (#955) 2022-06-21 13:54:19 +02:00
metrics.go fix: metrics listener address sanitization (#1774) 2023-05-08 10:27:43 +02:00
metrics_test.go update dependencies (#1698) 2023-04-13 18:15:13 +02:00
path.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
path_manager.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
pprof.go print warning in case no key frames are being received (#1763) 2023-05-04 20:16:41 +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 support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
rtmp_conn.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
rtmp_server.go unify authentication mechanisms (#1775) 2023-05-08 17:04:14 +02:00
rtmp_server_test.go support publishing H265 and AV1 tracks with Enhanced RTMP (#1393) (#1446) (#1621) (#1756) 2023-05-04 20:37:25 +02:00
rtmp_source.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
rtmp_source_test.go support publishing H265 and AV1 tracks with Enhanced RTMP (#1393) (#1446) (#1621) (#1756) 2023-05-04 20:37:25 +02:00
rtsp_conn.go unify authentication mechanisms (#1775) 2023-05-08 17:04:14 +02:00
rtsp_server.go unify authentication mechanisms (#1775) 2023-05-08 17:04:14 +02:00
rtsp_server_test.go unify authentication mechanisms (#1775) 2023-05-08 17:04:14 +02:00
rtsp_session.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
rtsp_source.go Allow sending Range header to RTSP sources (#1780) 2023-05-14 17:02:03 +02:00
rtsp_source_test.go Allow sending Range header to RTSP sources (#1780) 2023-05-14 17:02:03 +02:00
source.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
source_redirect.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
source_static.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
stream.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
stream_format.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
stream_media.go print warning in case no key frames are being received (#1763) 2023-05-04 20:16:41 +02:00
udp_source.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
webrtc_candidate_reader.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
webrtc_conn.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
webrtc_incoming_track.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
webrtc_outgoing_track.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
webrtc_pc.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
webrtc_publish_index.html support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
webrtc_read_index.html support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
webrtc_server.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00
webrtc_server_test.go support publishing with WebRTC (#1659) (#1786) 2023-05-14 14:18:03 +02:00