Commit graph

30 commits

Author SHA1 Message Date
Alessandro Ros
f4b7f147a5
api, playback: add CORS headers on non-existing pages too (#1792) (#3410) 2024-05-30 14:29:05 +02:00
Alessandro Ros
425b7fa4fb
move pmp4 package into mediacommon (#3367) 2024-05-18 11:27:39 +02:00
Alessandro Ros
0c86dca71a
fix 'no segments found' error message (#3323) 2024-05-05 11:43:41 +02:00
Alessandro Ros
1204f76eb7
update golangci-lint (#3300) 2024-04-28 18:20:08 +02:00
Alessandro Ros
85dd81698b
support HTTPS, Allow-Origin and trusted proxies in API, playback server, metrics server and pprof server (#2658) (#2491) (#3235) (#3280) 2024-04-21 17:10:35 +02:00
Rafael Scheidt
2bd8ac7e19
fix support for JWT authentication in API, metrics, playback, pprof (#3253)
Co-authored-by: Rafael Scheidt <rafaelscheidt@Rafaels-MacBook-Air.local>
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2024-04-18 23:55:48 +02:00
Alessandro Ros
3a968118db
playback: improve precision when splitting fMP4 parts (#3250) 2024-04-15 17:45:11 +02:00
Alessandro Ros
1c135fb62e
test: add MP4 playback tests (#3245) 2024-04-15 11:39:49 +02:00
Alessandro Ros
4157f490fa
playback: support serving streams in standard MP4 format (#3213)
* playback: support serving streams in standard MP4 format

* sort samples by DTS

* update readme
2024-04-14 19:29:29 +02:00
Alessandro Ros
0b5519d30c
deprecate path.playback parameter (#3217)
this has become useless after the introduction of the new
authentication system, that already allows to select which paths are
available for playback
2024-04-09 10:04:12 +02:00
Alessandro Ros
a50642c669
improve record tests (#3216) 2024-04-09 09:36:38 +02:00
Alessandro Ros
55355ad58a
playback: support serving tracks with any time scale (#3211) 2024-04-08 23:56:27 +02:00
Alessandro Ros
14bf7f4cc5
playback: fix bug that messed up duration of last sample of each track (#3210) 2024-04-08 23:01:23 +02:00
Alessandro Ros
b5b44f4534
playback: improve performance when reading big segments (#3209) 2024-04-08 21:35:23 +02:00
Alessandro Ros
d5a18bf78f
playaback: use a fixed fMP4 part duration (#3203) 2024-04-07 22:33:49 +02:00
Alessandro Ros
3144b31185
playback: adjust speed to compensate discrepancies between NTP and DTS (#3202) 2024-04-07 20:29:46 +02:00
Alessandro Ros
0a8e6263a8
playback: increase sequence number of fMP4 parts (#3200) 2024-04-07 14:23:02 +02:00
Alessandro Ros
b64e082253
playback: decrease concatenation tolerance to 0.5 secs (#3199) 2024-04-07 13:51:23 +02:00
Alessandro Ros
c263fc6f7b
playback: fix concatenation of segments with multiple tracks (#3198)
the duration of segments was computed erroneously, since it was taking
into consideration the last track only. Now the duration of a segment
corresponds to the maximum duration among all tracks.
2024-04-07 12:48:47 +02:00
Alessandro Ros
50322fc14e
playback: do not concatenate segments with different tracks (#3197) 2024-04-06 20:01:23 +02:00
Alessandro Ros
9c6ba7e2c7
New authentication system (#1341) (#1992) (#2205) (#3081)
This is a new authentication system that covers all the features exposed by the server, including playback, API, metrics and PPROF, improves internal authentication by adding permissions, improves HTTP-based authentication by adding the ability to exclude certain actions from being authenticated, adds an additional method (JWT-based authentication).
2024-03-04 14:20:34 +01:00
Alessandro Ros
1ae3240b91
hls: fix crash when muxer is being recreated, improve performance (#3017) 2024-02-13 23:32:15 +01:00
Alessandro Ros
b6eaa6bc18
move test utilities into 'test' (#3016)
* move test utilities into 'test'

* rename newEmptyTimer into emptyTimer
2024-02-13 18:49:27 +01:00
Alessandro Ros
3161e73a58
rename httpserv into httpp (#3014) 2024-02-13 13:04:56 +01:00
Alessandro Ros
fcf649cdaf
tests: make sure that dates with decimal seconds can be parsed correctly (#3007) 2024-02-12 00:20:35 +01:00
Alessandro Ros
0332ba59a0
api: add endpoints for recording management (#2901) (#2988) 2024-02-04 23:51:51 +01:00
Alessandro Ros
695e327a03
playback: make 'format' parameter optional (#2980) 2024-02-03 16:11:09 +01:00
Alessandro Ros
ff70f9022e
playback: accept durations written in seconds (#2979) 2024-02-03 16:05:39 +01:00
Alessandro Ros
e6bf095a05
playback: add /list endpoint to list available timespans (#2978) 2024-02-03 15:54:07 +01:00
Alessandro Ros
57c2d5aecb
add playback server (#2452) (#2906)
* add playback server

* add playback switch

* update readme
2024-01-23 20:52:05 +01:00