squidpickles / mpd-to-m3u8

Converts an MPEG-DASH MPD file to an HLS master playlist.
Apache License 2.0
49 stars 17 forks source link

this work with MPD + Key #5

Open cruizg opened 2 years ago

cruizg commented 2 years ago

Hi i need converter MPD to m3u8 but. MPD have to key por example:

KODIPROP:inputstream.adaptive.license_key=https://teudynea.webcindario.com/keyuru.php

EXTINF:-1 ,Canal4

https://edge10-sl.cvattv.com.ar/live/c4eds/Canal4_URU/SA_Live_dash_enc/Canal4_URU.mpd

how converter that t m3u8? thanks

squidpickles commented 2 years ago

Hi @cruizg, it has been a few years since I worked with this stuff. I'm not sure I fully understand your question, but you should just be able to add those lines directly to the beginning of the generated m3u8 file, since there is none of that information in the .mpd source file.