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

asked 2 years ago71 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions