Rune Warhuus
434d1e1f24
Fixed 3rd party directory checks
2021-11-07 18:47:18 +01:00
Andrea Bondavalli
b2a582a14a
Fix for #51 : added inclusion of map header to rtsp_client.hpp
2021-10-05 19:19:41 +02:00
Andrea Bondavalli
e12d160aa9
Merge branch 'issue-50'
2021-09-30 19:10:56 +02:00
Andrea Bondavalli
4381260ffa
Updated daemon version to 1.3
2021-09-30 19:08:32 +02:00
Andrea Bondavalli
52f6990a7a
Fix issue-50: don't update the browser record in case we receive multiple annoucements packets from a SAP source in a period shorter than 1 second
2021-09-30 19:03:45 +02:00
Andrea Bondavalli
c7d3f56c1e
Fix for #50 :
...
skip setting a source announce period to 0 in case we receive multiple aanoucements packets from a SAP source in a period shorter than 1 second
2021-09-30 12:46:09 +02:00
Andrea Bondavalli
248af78f77
Patches to use webui/dist folder instead of webui/build folder
2021-05-29 11:49:23 +02:00
Andrea Bondavalli
245e04f6c6
Added removal of WebUI tarball from webui folder in cleanup.sh script
2021-05-29 11:28:53 +02:00
Andrea Bondavalli
73454073cd
Merge pull request #43 from bondagit/vite
...
feat: use vite as bundler
2021-05-29 11:22:55 +02:00
Anton Bracke
117bf83c34
Merge remote-tracking branch 'upstream/master' into vite
2021-05-29 08:55:06 +02:00
Andrea Bondavalli
5bccc19e84
chore: update dependencies
2021-05-28 20:49:52 +02:00
Andrea Bondavalli
76abb1bc1a
build.sh script builds the WebUI locally in case the release WebUI is not avaiable
2021-05-28 18:40:58 +02:00
Andrea Bondavalli
54c83c1076
Revert to commit 6b0d0e1b20567a102037901fe28f7ef46891e623
2021-05-28 18:32:36 +02:00
Andrea Bondavalli
3472cb944d
Fix to uncompress release WebUI tarball in case this exists
2021-05-28 17:37:53 +02:00
Andrea Bondavalli
185dd36452
build.sh script switches to local WebUI build in case release tarball is not available
2021-05-28 17:27:06 +02:00
Andrea Bondavalli
49949b1f74
Merge pull request #44 from bondagit/update-packages
...
chore: update dependencies
2021-05-28 17:15:23 +02:00
Anton Bracke
29d573b3e3
Revert "feat: add pr preview ci"
...
This reverts commit 0c740538617742949db137cf523dcc7a631eb1bd.
2021-05-28 14:52:07 +02:00
Anton Bracke
0c74053861
feat: add pr preview ci
2021-05-28 14:50:28 +02:00
Anton Bracke
d1dc6eb800
chore: update dependencies
2021-05-28 14:42:46 +02:00
Anton Bracke
924063f8ef
chore: update dependencies
2021-05-28 10:16:51 +02:00
Anton Bracke
deec2460af
fix: use correct import path
2021-05-28 10:09:44 +02:00
Anton Bracke
ec92c36f82
chore: add required node version
2021-05-28 10:09:26 +02:00
Andrea Bondavalli
6b0d0e1b20
Merge pull request #42 from bondagit/release-webui
...
Add release workflow for webui
2021-05-27 20:59:44 +02:00
Anton Bracke
b64ae40dcf
feat: use vite as bundler
2021-05-27 09:23:01 +02:00
Anton Bracke
62fe35b94a
docs: remove unused requirements
2021-05-27 08:50:54 +02:00
Anton Bracke
c8b0dfa1a4
feat: use new webui release
2021-05-27 08:48:35 +02:00
Anton Bracke
2a90764e9c
feat: add release workflow
2021-05-27 08:31:49 +02:00
Andrea Bondavalli
35f7772cbb
Added to the WebUI the possibility to configure the following additional TIC frame size: 64, 128.
...
Updated daemon documentation with info on the new driver patch to remove unsupported non-interleved access that enables compatibility with JACK audio.
Changed default daemon configuration file to use a TIC frame size of 64 to enable configuring an ALSA period compatible with JACk audio.
Updated daemon version to 1.2.
2021-05-18 19:23:54 +02:00
Andrea Bondavalli
88dff95fe0
Merge branch 'master' of https://github.com/bondagit/aes67-linux-daemon
2021-05-12 14:12:14 +02:00
Andrea Bondavalli
e2db12537c
Added execution permission to create_test_files.sh script
2021-05-12 14:11:36 +02:00
Andrea Bondavalli
faa6a246aa
Removed some wavplay AM824 test files that can be easily re-created using soc with create_test_files.sh script.
...
See issue #39
2021-05-12 14:08:38 +02:00
Andrea Bondavalli
480be2577b
Update README.md
2021-03-31 11:49:40 +02:00
Andrea Bondavalli
588358f2ea
Fix to status.json file used by platform tests
2021-03-12 19:50:18 +01:00
Andrea Bondavalli
27b23f616c
Updated README.md with changes in release v1.1
2021-03-11 18:04:23 +01:00
Andrea Bondavalli
f6d7799ec7
Changed daemon version to v1.1
2021-03-11 18:01:46 +01:00
Andrea Bondavalli
e72285b7e8
Restored default daemon.conf
2021-03-11 18:01:08 +01:00
Andrea Bondavalli
1af74dcbf0
Added support for unicast RTP stream address to daemon and WebUI, see #30
...
- added address field to Source struct definition to contain the destination address. If this field is left empty the default multicast address is used.
- if a unicast address is provided when creating a new Source the daemon looks in the ARP cache to retrieve the corresponding MAC address.
If this is not found the daemon tries to connect to echo TCP service of the destination host and looks into the ARP cache up to 3 times and then returns and error.
- added RTP address field in the Source creating form of the WebUI. If this field is left empty the default multicast address is used instead.
- updated documentation and regression test suite
2021-03-04 18:31:34 +01:00
Andrea Bondavalli
399e22216a
- added command line option -v to daemon to return current version
...
- set current daemon version to bondagit-1.0
- added HTTP API to return current daemon version and updated documentation
- added diplay of current daemon version in WebUI Config page
2021-02-25 18:00:01 +01:00
Andrea Bondavalli
0cda7c7ad3
Update README.md
2021-02-17 20:42:43 +01:00
Andrea Bondavalli
3e2b439193
Merge branch 'master' of https://github.com/bondagit/aes67-linux-daemon
2021-02-17 20:41:06 +01:00
Andrea Bondavalli
6f1868f1b7
Updated README.md file with recent changes to the repositories
2021-02-17 20:36:46 +01:00
Andrea Bondavalli
8e12abcc0e
Re-added fix to check tool: check fails if the recorded file contains silence only
2021-02-17 20:35:02 +01:00
Andrea Bondavalli
0ba03dda75
Update README.md
2021-02-16 21:51:45 +01:00
Andrea Bondavalli
b2cc16de89
Update README.md
2021-02-16 21:17:50 +01:00
Andrea Bondavalli
fe3ff1aabd
- build.sh uses the branch aes67-daemon of the new github repo https://github.com/bondagit/ravenna-alsa-lkm.git
...
This repo is a fork of the original one with the bondagit patches applied to the aes67-daemon branch
- removed ravenna-alsa-lkm driver patches from the repo
2021-02-16 21:09:50 +01:00
Andrea Bondavalli
330b1cf4db
Fix to test/.gitignore
2021-02-16 21:01:33 +01:00
Andrea Bondavalli
7621beb83c
- added platform compatiblity test used to test issue #17
...
- removed demo
- updated documentation with info about the platform compatiblity test
2021-02-16 20:57:31 +01:00
Andrea Bondavalli
723b410704
Removed test suite from master branch
2021-02-12 16:49:44 +01:00
Andrea Bondavalli
8a5600638b
Reworked driver PCM interface to simplify and unify handling of memory mapped and read-write interleaved modes.
...
Removed driver copy_user(), copy_kernel() and fill_silence() ops.
Removed user space buffer transfer handling mode from playback and capture copy_internal() functions.
2021-02-12 16:35:07 +01:00
Andrea Bondavalli
db3a9520e7
Merge branch 'master' into test_issue_17
2021-02-05 12:33:32 +01:00