Script for MPEG-DASH playlist (audio) #2724
Closed
DigiBC
started this conversation in
User Support
Replies: 1 comment
-
After some trial and error, I've finally found a solution:
Unfortunately, Liquidsoap doesn't have built-in support for MPEG-DASH yet (?), but this script seems to work quite well so far. The similar Liquidsoap functions So, I can close this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setting up HLS streams with Liquidsoap (ffmpeg) for adaptive streaming is quite well documented and I’ve implemented it successfully.
I use
output.file.hls
with 4 HLS AAC audio streams (Liquidsoap 2.1.2):I would prefer a similar setup for MPEG-DASH. I know that Liquidsoap can output an MPEG-DASH playlist (
output.file.dash
/output.file.dash.ffmpeg
), but so far, I haven’t found any script or real-world example of how it works.Any assistance would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions