JeffMony / JeffVideoCache

Better than AndroidVideoCache, it supports M3U8 and MP4
Apache License 2.0
290 stars 65 forks source link

怎么支持多音轨切换? #27

Open gengqifu opened 1 year ago

gengqifu commented 1 year ago

比如我的M3U8文件是这样的:

EXTM3U

EXT-X-VERSION:7

EXT-X-STREAM-INF:BANDWIDTH=128000,CODECS="mp4a.40.34"

000_00000.m3u8

EXT-X-STREAM-INF:BANDWIDTH=320000,CODECS="mp4a.40.34"

001_00000.m3u8

这是两个音轨 我如何使用JeffVideoCache在这两个音轨间切换呢?

JeffMony commented 1 year ago

这个例子发一下了