Releases: vzhn/bstreamer
Releases · vzhn/bstreamer
v0.5.1
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
v0.5
first release: quick and dirty
start server : $ bin/bserver
start client: $ bin/bclient