Skip to main content

13 posts tagged with "open-source"

View All Tags

hls-vod - HTTP Live Streaming with on-the-fly encoding of any video file

· One min read

HTTP Live Streaming with on-the-fly encoding of any video file for Apple TV/iPhone/iPad/iPod and possibly other devices.

hls-vod lets you stream your whole video collection on-demand, regardless of format (as long as VLC can transcode it), to your iOS devices, playable from Safari, working AirPlay as well.

It is built on node.js.

Usage:

npm i -g hls-vod
hls-vod --root-path /path/to/my/videos

libxcomfort, open source Moeller xComfort library

· One min read

libxcomfort is an open source library for controlling Moeller / Eaton's xComfort devices through the CKOZ-00/03 USB dongle. Currently RS232 is not implemented, only the USB protocol. It can currently be used for:

  • Getting/setting the dim value.
  • Starting/stopping gradual up/down dimming
  • Turning actuators/dimmers hard on/off.
  • Some other commands like reporting temperatures/measurements have been partially reverse engineered but not implemented.

Check it out here: https://github.com/mifi/libxcomfort