Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@vzhn vzhn released this 11 Feb 15:47
· 14 commits to master since this release

New feature: #5 possibility to repeat video files:

A new parameter was added to the config file: repeat: true

...
  file:
    class: Filesystem
    conf:
      repeat: true

It could be set globally in config file server.yaml, or locally, overriden just for current connection with GET param, like this:
ffplay -rtsp_transport tcp rtsp://localhost:8554/file?repeat=true

UPDATE: rpm rebuilded: fix missing video file