nextplayer
nextplayer copied to clipboard
Support for Stream Headers
It would be perfect if it could support sending header for streams similar to mxplayer stream link followed by : | header_name=header_content
https://example.com/x.m3u8 | Referer=xxx.yyy https://example.com/x.m3u8 | User-Agent=xxx.yyy https://example.com/x.m3u8 | Z-header=zzzzz
i can provide a working link if needed.
Any updates on this enhancement, @anilbeesetti ?
As @aktivx mentioned, it would be nice if we could pass headers for streams, as some streams require specific headers to play.
In mpv-android, you can pass headers using the following format:
--http-header-fields "Accept-Language: en-GB\,en;q=0.5"