Saxon Nelson-Milton
7b00f00e16
added README.md files to top level packages
2021-04-11 11:19:37 +09:30
Trek H
ccd9c7345c
treatment: addressing PR comments
2021-03-04 11:50:05 +10:30
Trek H
78cc2a6ca8
treatment: add support for digital volume control
2021-03-03 21:42:01 +10:30
Trek H
d14766d512
treatment: use levelled logging functions
2021-02-15 11:03:37 +10:30
Trek H
e3f8af1e78
treatment: restart audio when path changed
2021-02-11 13:25:04 +10:30
Trek H
8b4e28a944
treatment: create and check audiofilepath variable
2021-02-11 09:53:35 +10:30
Trek H
1d67ab65a4
alsa: refactor DataSize function
2020-12-24 10:55:44 +10:30
Saxon Nelson-Milton
1a4ba41322
cmd/looper: added build & run utilities including .service file for robust execution
2020-12-19 13:00:41 +10:30
trekhopton
b0e3240ebc
treat: make default audio path non relative
2020-10-19 19:32:54 +10:30
Trek H
45e36a6c09
treat: makefile, service and .sh scripts for installing
2020-09-29 16:35:55 +09:30
Trek H
a989cd69e0
treat: use aplay not omxplayer
2020-09-14 16:09:24 +09:30
Trek H
52e7881b62
treat: removed debug by default
2020-09-14 11:22:11 +09:30
Trek H
0646c36491
treat: nil read pin and add debug logging
2020-09-10 13:06:22 +09:30
Trek H
5b035a6e77
treatment: included rpi support, renew cmd
2020-08-21 21:21:13 +09:30
Trek H
e5e9c31ffb
treatment: modify tags, check err on flag
2020-08-19 12:43:56 +09:30
Saxon
9329c30928
cmd/treatment/main.go: fixed file header indentation
2020-08-14 17:26:47 +09:30
Saxon
94825f3db9
cmd/treatment: wrote driver to handle audio playback and recording for sound check
2020-08-14 15:40:22 +09:30
Trek H
3265f7c195
soundcheck: builds
2020-08-11 21:17:21 +09:30
Trek H
73e1007edd
soundcheck: add basic structure of sound check procedure
2020-08-08 14:19:25 +09:30
Trek Hopton
82e7ed29d7
rv: initialise variable map
2020-05-19 06:46:47 +00:00
Saxon Milton
ce50b5fbd1
Merged in nicer-update-func (pull request #411 )
...
revid/config: variables struct providing names, types, update and validation
Approved-by: Trek Hopton <trek.hopton@gmail.com>
2020-05-19 06:02:02 +00:00
Trek H
683feb5df1
looper: modify rc.local path to reflect new location
2020-05-14 19:50:50 +09:30
Trek H
6e080b2522
audio-player: moving to vidgrind repo
2020-05-07 00:49:43 +09:30
Saxon Milton
4cf155bbc2
Merged in correct-config-types (pull request #401 )
...
Correct types of fields in revid/config/config.go Config struct
2020-05-02 03:55:13 +00:00
Saxon
b057ea5c10
cmd/looper: remove binary
2020-04-27 19:52:36 +09:30
Saxon
d3b7a7ed5a
cmd/audio-player/looper => cmd/looper
2020-04-27 19:37:35 +09:30
Ella Pietraroia
890f142fb9
Merged in godoc (pull request #387 )
...
Package level comments
Approved-by: Saxon Milton <saxon.milton@gmail.com>
2020-04-23 05:35:23 +00:00
Ella Pietraroia
2f95c3836c
checking godoc on localhost and making edits
2020-04-23 13:13:37 +09:30
Saxon Nelson-Milton
10908a1749
cmd/rv/main.go: added delay before running stuff
...
We were getting problems with connection to RTSP device when revid was started from boot.
It seemed like system networking things were not given enough time to establish themselves
before we tried to use them. A delay before running revid fixes this, but is a bit of a
hacky solution. Better solution would be appreciated.
2020-04-10 17:33:24 +01:00
Saxon Milton
0fa50d1a46
Merged in improve-logging (pull request #389 )
...
Improve debug and info logging quality and frequency
* cmd/rv: added some more debug and info logging
* revid: improving logging in revid.go
* revid: improved logging in senders.go
* revid: don't need to set log level as netsender does it
* added some extract log messages
Approved-by: Trek Hopton <trek.hopton@gmail.com>
2020-03-27 12:20:51 +00:00
Saxon Milton
19cbcfb08a
Merged in audio-looper-netsender (pull request #386 )
...
* cmd/audio-player/looper: integrating netsender client in to audio-looper to allow for sending of logs to cloud
* cmd/audio-player/looper: added netsender.conf file for copying when making
Approved-by: Trek Hopton <trek.hopton@gmail.com>
2020-03-09 04:46:17 +00:00
Saxon
94a7c0cb5a
cmd/audio-player/looper: don't need to deal with stdout to file anymore in rc.local now that we're using the lumberjack logger
2020-03-06 18:00:18 +10:30
Saxon
0d761deed3
cmd/audio-player/looper: fixed indentation of file headers
2020-03-06 17:55:13 +10:30
Saxon
bb22272804
cmd/audio-player/looper: general clean up of main file
...
No longer doing multiwriter that stdout and stderr to stdout and stderr again and buffs. Now only buffs so that we can log anything in stdout or stderr.
2020-03-06 17:50:21 +10:30
Saxon
170a18830e
cmd/audio-player/looper: updated package level comment
2020-03-06 16:11:27 +10:30
Saxon
adbbd4d458
cmd/audio-player/looper: wrote wrapper for lookPath calls to simplify code
2020-03-06 16:10:01 +10:30
Saxon
d0646f73bc
cmd/audio-player/looper: general clean up of pi0.go
2020-03-06 15:53:11 +10:30
Saxon
a8dc1f78df
cmd/audio-player/looper: added missing file headers
2020-03-06 15:26:35 +10:30
Saxon
e97745c0df
cmd/audio-player/looper: cleaned up README.md file
2020-03-06 14:27:22 +10:30
Ella Pietraroia
6968b973bd
looper: rc.local adding path, main.go letting finish the play to find stderr before fatal
2020-03-02 18:32:28 +10:30
Ella Pietraroia
4690209fd5
audio-player: error checking
2020-03-02 12:33:01 +10:30
Scott
c5fb58e70c
cmd/audio-player/looper: use a command line flag for choosing audio file path
2020-02-28 16:28:02 +10:30
Scott
8cbc7e700c
makefile and rc.local fix
2020-02-28 16:06:46 +10:30
Scott
0399051e0e
cmd/audio-player/looper: added make file
2020-02-28 15:55:30 +10:30
Scott
17c7ef857e
cmd/audio-player/looper: use same logger as revid
2020-02-28 14:30:55 +10:30
Scott
89691e9689
cmd/audio-player/looper: make minor formatting changes
2020-02-28 13:57:58 +10:30
Scott
fe983b123c
cmd/audio-player/looper: build successfully on circleci
2020-02-28 13:39:04 +10:30
Scott
081efe24d7
cmd/audio-player/looper: created combined audio looper for pi 0 and pi 3
2020-02-28 13:25:07 +10:30
Scott
27082b2070
cmd/audio-player: PR fixes
2020-02-28 11:58:12 +10:30
Ella Pietraroia
5e576c3906
audio-player: spelling
2020-02-28 10:01:24 +10:30
Ella Pietraroia
b041ae43c5
audio-player: changing files to be README.md for better viewing
2020-02-28 09:59:32 +10:30
Ella Pietraroia
a5410511fa
looper0: fixing build error
2020-02-28 09:25:52 +10:30
Ella Pietraroia
db773444d3
looper: commenting
2020-02-27 14:29:45 +10:30
Ella Pietraroia
9faa1940a8
splitting into different main.go files for pi0 and pi3
2020-02-27 09:35:58 +10:30
Ella Pietraroia
53f4de6d5b
looper: looper verisons for pi3 and for pi0
2020-02-26 16:05:03 +10:30
Ella Pietraroia
39dcf84e39
moved comments to README
2020-02-26 13:40:35 +10:30
Ella Pietraroia
a1c856e567
adding conts and comments
2020-02-26 12:30:34 +10:30
Ella Pietraroia
5edb9a08e6
will loop audio on pi at boot until power off
2020-02-25 17:16:16 +10:30
Trek H
cbf8c98c87
remove cmd/mjpeg-player from av to add to vidgrind repo
2020-02-06 17:37:14 +10:30
Scott Barnard
9b8f0dc887
Merged in burst-mode (pull request #364 )
...
revid: make burst mode part of revid API
Approved-by: Saxon Milton <saxon.milton@gmail.com>
2020-01-31 04:19:47 +00:00
Scott
5502eea661
revid: remove Burst method's duration parameter
2020-01-31 14:31:17 +10:30
Ella Pietraroia
7f44c96abe
changed revid start warning to error
2020-01-30 15:54:42 +10:30
Scott
054f0a5e77
revid: add Burst method to revid
2020-01-30 13:20:44 +10:30
Trek H
dea8d7ae91
mjpeg-player: naming
2020-01-29 14:04:21 +10:30
Trek H
2201261fe4
Merge branch 'master' into m3u-frag
2020-01-29 13:31:02 +10:30
Trek H
abe0ad485c
mjpeg-player: naming
2020-01-29 13:30:50 +10:30
Trek H
1243a8606e
mjpeg-player: naming
2020-01-29 13:22:06 +10:30
Trek H
c10a6f7bb1
mjpeg-player: comments
2020-01-29 13:16:43 +10:30
Trek H
1e474695ab
Merge branch 'master' into m3u-live-minor
2020-01-29 13:14:59 +10:30
Saxon
adb210f6e9
cmd: remove revid-cli
2020-01-29 08:54:29 +10:30
Saxon Milton
a1a1734cfd
Merged in rv (pull request #355 )
...
cmd/rv: created revid client that only offers control via netsender
Approved-by: Scott Barnard <scott@ausocean.org>
Approved-by: Trek Hopton <trek.hopton@gmail.com>
2020-01-28 09:03:21 +00:00
Saxon Milton
043e5b004a
cmd/rv/main.go: fixed package comment
2020-01-28 08:49:51 +00:00
Saxon Milton
3362410798
cmd/rv/main.go: fixed file header
2020-01-28 08:46:15 +00:00
Trek H
be7a70cf51
Merge branch 'master' into m3u-frag
2020-01-28 18:23:02 +10:30
Trek H
73b3e56a99
Merge branch 'master' into m3u-live-minor
2020-01-28 18:04:00 +10:30
Trek H
902472f26a
Merge branch 'master' into mtsdemuxer-change-2
2020-01-28 17:16:22 +10:30
Trek H
606a51cdae
Merge branch 'master' into m3u-loader-correction-2
2020-01-28 16:27:02 +10:30
Trek H
5a1bb31093
mjpeg-player: comments and logging
2020-01-28 16:26:25 +10:30
Trek H
48ee2410dc
Merge branch 'master' into m3u-minor-2
2020-01-28 16:18:54 +10:30
Trek H
8af11ab4de
Merge branch 'master' into m3u-ts-2
2020-01-28 16:16:08 +10:30
Trek Hopton
4bbfa9ee6a
Merged in m3u-update (pull request #342 )
...
mjpeg-player: updated player for m3u changes
Approved-by: Saxon Milton
Approved-by: Scott Barnard
2020-01-28 05:11:52 +00:00
Trek H
88d1ccfe36
Merge branch 'master' into m3u-loader-correction-2
2020-01-28 15:40:42 +10:30
Trek H
0dae15a2c5
Merge branch 'master' into m3u-reduc
2020-01-28 15:38:18 +10:30
Trek H
ba9d9a4e7c
Merge branch 'master' into m3u-reduction-2
2020-01-28 15:14:10 +10:30
Trek H
d10a59631b
mjpeg-player: reduced more config variables
2020-01-28 15:12:30 +10:30
Trek H
902bf74871
mjpeg-player: comments and simplification
2020-01-28 14:32:45 +10:30
Trek H
fd5425659d
mjpeg-player: simplified main.js's load function
2020-01-28 14:26:06 +10:30
Trek H
09c254e1f0
mjpeg-player: removed bootstrap classes, updated copyright year
2020-01-28 13:29:17 +10:30
Trek H
c5e965c14c
Merge branch 'master' into m3u-update
2020-01-28 13:14:24 +10:30
Saxon
63e2b24c90
cmd/rv: fixed profile.go and main.go file heaers including USAGE section in main.go
2020-01-28 11:51:05 +10:30
Saxon
86f804cf53
cmd/rv/main.go: moved initialisation of revid to above run call
2020-01-28 10:49:42 +10:30
Saxon
10a8c70e6d
cmd/rv/main.go: sleeping at end of complete iteration in main loop
2020-01-28 10:29:40 +10:30
Saxon
d5b28f20c8
cmd/rv: updated package name string used for logging
2020-01-28 10:28:16 +10:30
Saxon
ed626e02ab
cmd/rv: did some cleaning and commenting
...
Modified profile.go file header. Updated binary name in run.sh.
2020-01-27 15:50:24 +10:30
Saxon
7033d62cc6
cmd/rv: created new revid binary that is only netsender client, not CLI as well
2020-01-27 13:55:09 +10:30
Saxon Milton
89ca5d6052
Merged in loop-mode (pull request #354 )
...
revid: add input source loop mode
Approved-by: Alan Noble <anoble@gmail.com>
2020-01-24 23:24:58 +00:00
Saxon
dcafcbf69e
cmd/revid-cli: fixed build error
2020-01-25 09:53:21 +10:30
Saxon
f82ab42246
revid & cmd/revid-cli: InputFPS field now FileFPS and added check so that only used with File input
2020-01-25 09:39:42 +10:30
Trek H
e8766ce5cb
mjpeg-player: matched order of functions to simplify PR diff
2020-01-24 21:45:03 +10:30
Saxon
0e14c0a056
cmd/revid-cli: improved commentfor Loop flag description
2020-01-24 20:24:23 +10:30