Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Releases: intel/AVBStreamHandler

Release 4/11/2019

12 Apr 00:22
7288fbc
Compare
Choose a tag to compare

Major release. Includes

  • Video streaming capabilities
  • IPC socket to dynamically configure AVB StreamHandler.
  • Licensing additions.
  • New build flags.

sha256 - 9972904f224f2ffd300a1f31619f005285c60f6f06cad2b70eb440fdfd0db836

Release 12/20/2018

21 Dec 05:10
Compare
Choose a tag to compare

fix for gptp segmentation fault on rpm pkg

Release 12/18/2018

18 Dec 22:26
Compare
Choose a tag to compare

igb_avb update

Release 12/05/2018

06 Dec 01:06
Compare
Choose a tag to compare

License/Attribute audio samples
fix path for libasound_module_pcm_smartx.so in smartx conf
Watchdog feature

Release 11/06/2018

07 Nov 02:03
12aa6df
Compare
Choose a tag to compare

removed dependency of "unset CXXFLAGS"

Build steps are as follow in ClearLinux env.

mkdir build & cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib64 -DIAS_IS_HOST_BUILD=1 ../
make
sudo make install

Release 11/2/2018

02 Nov 07:17
78d0903
Compare
Choose a tag to compare

This requires below settings before running make in ClearLinux env

unset CXXFLAGS
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib64 -DIAS_IS_HOST_BUILD=1 ../
make
sudo make install

Initial Release for AVBStreamHandler

29 Oct 06:43
f7054be
Compare
Choose a tag to compare

This is the first version of AVBStreamHandler