feelfreelinux/kast

Fix HTTPFileServer audio-only in few cases

Closed this issue · 2 comments

When you try to stream local file to bubbleUPnP via kast, it will only play audio. But, it works well from apache2. Propably missing header, or something missing in server logic.

I made small research. There can be few causes of this issue:

  • HTTP HEAD headers are not handled, but are used for video detection in many players
  • Missing few headers

The problem was missing HTTP HEAD support. Closed :)