Skip to content

Pre-release 2.0-1

Pre-release
Pre-release

Choose a tag to compare

@MrCreativ3001 MrCreativ3001 released this 03 Dec 14:02
· 11 commits to v2 since this release

** Major Changes **

  • changed the path used when proxying:
    • change all instances of ProxyPass ${MOONLIGHT_SUBPATH}/ http://${MOONLIGHT_STREAMER}/
      to ProxyPass ${MOONLIGHT_SUBPATH}/ http://${MOONLIGHT_STREAMER}${MOONLIGHT_SUBPATH}/
    • README

** Changes **

  • added basic stats: #37
  • config.json now allows for comments and trailing commas
  • removed press enter to exit
  • added authentication via proxy headers: README
  • implemented fix 400 error response code on Vidaa Hisense TV: #31
  • added option to overwrite controller send interval
  • remembering submenu on page reload
  • added the option to make a host accessible to any user when you're an admin
  • fixed issue with controllers and mouse latency increasing when being connected for long times
  • added cli and environment variables as arguments to overwrite the config.json making it easier for use in docker
  • fixed issue where webrtc peer disconnect and reconnect caused stream to close by implementing a 10sec timeout and removing the log modal when the peer reconnected: #35

Docs