nextplayer icon indicating copy to clipboard operation
nextplayer copied to clipboard

Support for Stream Headers

Open aktivx opened this issue 2 years ago • 1 comments

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.

aktivx avatar Dec 10 '23 21:12 aktivx

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"

elyeandre avatar Mar 22 '24 14:03 elyeandre