Skip to content

Releases: vzhn/bstreamer

v0.5.1

11 Feb 15:47
Compare
Choose a tag to compare

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

20 Nov 10:31
Compare
Choose a tag to compare

Updates

bserver

  • configurable rtp packet size limit (see streaming.file.conf.max_rtp_size parameter):
  • encoder.profile parameter for live-generated videostream
  • fix NALU packet parsing

bclient

  • client is now capable to detect packet loss

first release: quick and dirty

23 Sep 18:31
Compare
Choose a tag to compare

start server : $ bin/bserver
start client: $ bin/bclient