How to play a soundless video and add a audio file at the same time with M3U or M3U8 file?
Posted: 02 May 2024 16:40
How to play a soundless video and add a audio file at the same time with M3U or M3U8 file?
VLC GUI can play "https://gitee.com/lihuosheng/test/raw/m ... overy.m3u8",
but cannot play "https://gitee.com/lihuosheng/test/raw/master/test.m3u8".
log-file: "https://gitee.com/lihuosheng/test/raw/master/log.txt"
https://gitee.com/lihuosheng/test/raw/master/test.m3u8:
#EXTM3U
#EXT-X-VERSION:4
#EXT-X-INDEPENDENT-SEGMENTS
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio",NAME="English",LANGUAGE="eng",URI="https://gitee.com/lihuosheng/test/raw/master/01.m4a"
#EXT-X-STREAM-INF:BANDWIDTH=878103,CODECS="avc1.64001E,mp4a.40.2",AUDIO="audio"
https://gitee.com/lihuosheng/test/raw/master/01.mp4
VLC command line can play:
vlc "https://gitee.com/lihuosheng/test/raw/master/01.mp4" ":input-slave=https://gitee.com/lihuosheng/test/raw/master/01.m4a"
VLC GUI can play "https://gitee.com/lihuosheng/test/raw/m ... overy.m3u8",
but cannot play "https://gitee.com/lihuosheng/test/raw/master/test.m3u8".
log-file: "https://gitee.com/lihuosheng/test/raw/master/log.txt"
https://gitee.com/lihuosheng/test/raw/master/test.m3u8:
#EXTM3U
#EXT-X-VERSION:4
#EXT-X-INDEPENDENT-SEGMENTS
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio",NAME="English",LANGUAGE="eng",URI="https://gitee.com/lihuosheng/test/raw/master/01.m4a"
#EXT-X-STREAM-INF:BANDWIDTH=878103,CODECS="avc1.64001E,mp4a.40.2",AUDIO="audio"
https://gitee.com/lihuosheng/test/raw/master/01.mp4
VLC command line can play:
vlc "https://gitee.com/lihuosheng/test/raw/master/01.mp4" ":input-slave=https://gitee.com/lihuosheng/test/raw/master/01.m4a"