Commit Graph

5 Commits

Author SHA1 Message Date
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
55355ad58a
playback: support serving tracks with any time scale (#3211) 2024-04-08 23:56:27 +02:00
Alessandro Ros
0a8e6263a8
playback: increase sequence number of fMP4 parts (#3200) 2024-04-07 14:23:02 +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