When audio only and video description will be supported?

0

I would like to know when the DV will be supported (with CHARACTERISTICS="public.accessibility" tag in HLS manifest) AND When can we add in our smil an audio file only to add the track in the manifest? To make something like this :

<?xml version="1.0" encoding="utf-8"?>
<smil>
    <body>
    <switch>
      <video name="file_HD.mp4" systemLanguage="fra" audioName="Fr" includeAudio="true"/>
      <video name="file_SD.mp4" systemLanguage="fra" audioName="Fr" includeAudio="false"/>
      <audio name="file_audioCorr.mp4" systemLanguage="eng" audioName="English" includeAudio="true"/> <= Audio file
    </switch> 
</body>
</smil>

These are basic features not included

preguntada hace 2 años72 visualizaciones
No hay respuestas

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas