Skip to content

v0.1.0

Compare
Choose a tag to compare
@ioppermann ioppermann released this 10 Nov 12:31

Changes from 0.1.0-rc7 to 0.1.0

  • Update FFmpeg to 4.1
  • Update NGINX to 1.14.1
  • Update NGINXRTMP module to 1.2.1
  • Update node.js to 10.13.0
  • Update NPM packages
  • Fix detection of public IP
  • Disable FFmpeg error detection for a VLC-like behaviour
  • Add optional RTMP (RS_TOKEN environment variable) token authentification
  • Add health check to NGINX
  • Allow HTTP/HTTPS (HLS) and RTMPT/RTMPS addresses as video source
  • Add optional autostart for the player
  • Add Spanish translation for the GUI
  • Add aarch64/arm64v8 Dockerfile
  • Reduce docker image size
  • Fix snapshot interval parsing
  • Allow to disable snapshot
  • Remove stream connection retry limits
  • Add stale stream detection with automatic restart
  • Add RS_DEBUG environment variable to store debug output to /debug
  • Add RS_AUDIO environment variable to control audio processing
  • Redesign logging output and logging messages
  • Rename environment variables (old environment variables are still supported but will be deprecated in the future)
    • RS_NODE_PORT to RS_NODEJS_PORT
    • RS_NODE_ENV to RS_NODEJS_ENV
    • RS_LOGGER_LEVEL to RS_LOGLEVEL
    • MODE to RS_MDOE
    • RS_SNAPSHOT_REFRESH_INTERVAL to RS_SNAPSHOT_INTERVAL
  • Add options to control Raspberry Pi cameras (RS_MODE=RASPICAM)
  • Add options to control USB cameras (RS_MODE=USBCAM)

Images on Docker-Hub:

  • amd64: docker pull datarhei/restreamer:0.1.0
  • armhf: docker pull datarhei/restreamer-armv7l:0.1.0 or docker pull datarhei/restreamer-armhf:0.1.0
  • aarch64: docker pull datarhei/restreamer-aarch64:0.1.0

Documentation and Guides

Check out our new page on https://datarhei.github.io/restreamer/