mxcube / mxcubecore

Backend used by MXCuBE
http://mxcube.github.io/mxcube/
GNU Lesser General Public License v3.0
11 stars 52 forks source link

Minor fix and video streaming update #748

Closed marcus-oscarsson closed 1 year ago

marcus-oscarsson commented 1 year ago

This PR contains

Removed the old node.js based stream relay and replaced it with a new python based streamer now available at: video-streamer. It can be customized to our needs and formats can of course be added if needed. It currently supports MPEG1 (via FFMPEG) and MJPEG. It can definitely be improved so don't hesitate to come with ideas and suggestions. (Documentation is on its way)