Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support per-stream proxies in HLS streams (attempt 5) #9421

Merged
merged 8 commits into from Mar 22, 2016

Commits on Mar 22, 2016

  1. CPlayListM3U: Convert GetBestBandwidthStream to CURL

    Formatting the CURL as a string, then parsing it back to a CURL
    is redundant, and has the effect of stripping any additional CURL
    object metadata.
    jhol committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    ad392a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51e914f View commit details
    Browse the repository at this point in the history
  3. CCurlFile: Tidied proxy methods

    jhol committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    5cfb488 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60b2197 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba079dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7e9304 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47a3bdb View commit details
    Browse the repository at this point in the history
  8. CDVDDemuxFFmpeg: Support HTTP proxies with the new http_proxy option

    Since v3.0, FFmpeg has supported the http_proxy option for the HTTP
    protocol.
    
    Previously, CDVDDemuxFFmpeg would pass Kodi httpproxy CURL protocol
    option through as a HTTP header, which the server would (hopefully)
    ignore. With this change, if Kodi is built with an older version of
    FFmpeg, FFmpeg will simply ignore the option - which is an
    improvement over sending spurious HTTP headers.
    jhol committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    ce7b199 View commit details
    Browse the repository at this point in the history