Page 1 of 1

referrer for ffmpeg?

PostPosted: Sat Sep 17, 2016 9:14 am
by programmer
Hi,
Is it possible to specify http referrer in ContentURLContainer or in any other way that ffmpeg should use?
The following radio sites require referrer to work:
http://www.radiotunes.com/
http://www.di.fm/

Re: referrer for ffmpeg?

PostPosted: Sat Sep 17, 2016 6:50 pm
by zip
If it's used to get http responses in the plugin itself, you can use

  Code:
String openURL(URL url, String userAgent, String referer, Map<String, String> cookies)


But you're asking for FFmpeg - no it's not possible. Only user-Agent. If you need Referer, raise a bitbucket ticket.

Re: referrer for ffmpeg?

PostPosted: Fri Sep 23, 2016 1:04 pm
by programmer