0
votes

I am trying to create MPEG-DASH content. I found code to combine .m4s files in mp4parser. Please someone guide me to create such .m4s files and .mpd file.

2

2 Answers

1
votes

One simple solution would be to use a third party service, like Bitmovin, which offers an API and provides running Java examples, which you can easily integrate in your application.

1
votes

It sounds like you are looking for a Java based utility that you can run on your own infrastructure or own cloud to create DASH files.

If so then the following fits the bill (I have not used it personally so can't comment on how easy/hard/good etc it is):