m3u8 file include a line below #EXT-X-KEY:METHOD=AES-128,URI="https://ts-qsg.qinbuyan666.com/20210511/Ql6iBJVB/1100kb/hls/key.key"
i want to change it to local file: #EXT-X-KEY:METHOD=AES-128,URI="file:///home/zhou/key.key" it doesn't work, mplayer complains: [hls,applehttp @ 0xb7791e20]Filename extension of 'file:///home/zhou/key.key' is not a common multimedia extension, blocked for security reasons. If you wish to override this adjust allowed_extensions, you can set it to 'ALL' to allow all Unable to open key file file:///home/zhou/key.key how to solve it?? Thanks!