Commit Graph

8 Commits

Author SHA1 Message Date
Alessandro Ros
1c135fb62e test: add MP4 playback tests (#3245) 2024-04-15 11:39:49 +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
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
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
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