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

已提问 2 年前72 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则