add support for https to ffmpeg

Issue #828 wontfix
Former user created an issue

Some sites like sites.google.com only support https protocol, so videos stored there do not play in Serviio.

Comments (6)

  1. Petr Nejedly repo owner

    Serviio's ffmpeg already included polarssl library, but itr looks like it's not supported by ffmpeg itself (only by librtmp). I did have a look at bundling openssl or gnutls, but both of these increase the FFmpeg binary by at least 6MB, which is not acceptable for the limited usage. So I think currently it'll be up to the users to replace the bundled FFmpeg with another one on their own rick / performance hit.

  2. Log in to comment