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회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠