arcticfox1919/vlc-flutter

network Headers

Closed this issue · 2 comments

applying headers to play function

to pass Referer: key

from my research i found it can be added like this ./vlc.exe --http-referrer='http://example.com'
should i just put it in vlc controller constructor?

i was able to add referrer using this code
tmp=VLCController(args:["-vvv","--http-referrer=${VARIABLE FOR THE REFERRER LINK}"]);

thanks