saxon
|
ed8613a255
|
revid: return any errors from conversion of frame rate to int
|
2018-09-24 16:09:03 +09:30 |
Saxon Milton
|
0cf6014887
|
revid: passing delay corresponding to fps into lexTo - fixing quality issue when streaming from raspivid (not sending stuff too fast)
|
2018-09-24 15:57:00 +09:30 |
Saxon Milton
|
9bf4ee4bf0
|
Merged in raspivid-exec-fix (pull request #63)
revid: used args... in exec rather than strings.join to fix bug
Approved-by: kortschak <dan@kortschak.io>
|
2018-09-24 04:34:09 +00:00 |
saxon
|
8df244891a
|
revid: used args... in exec rather than strings.join to fix bug
|
2018-09-24 13:21:03 +09:30 |
Saxon Milton
|
49e8220a25
|
Merged in av-logging-update (pull request #61)
revid-cli: stopped using config.Verbosity and started using config.LogLevl to fix errors
|
2018-09-22 05:52:02 +00:00 |
saxon
|
3d85a4471a
|
revid-cli: stopped using config.Verbosity and started using config.LogLevl to fix errors
|
2018-09-22 15:20:15 +09:30 |
Saxon Milton
|
be1bf3ef77
|
Merged in av-logging-update (pull request #57)
av-logging-update
Approved-by: kortschak <dan@kortschak.io>
|
2018-09-22 05:40:50 +00:00 |
saxon
|
b210530330
|
revid: change Verbosity to LogLevel in config.go
|
2018-09-22 14:46:54 +09:30 |
saxon
|
8f56a82053
|
revid: fixed log messages in config.go to make easier to understand
|
2018-09-22 14:45:07 +09:30 |
saxon
|
1a2fa72e58
|
revid-cli: removed switch to set config verbosity - netsender already does this
|
2018-09-22 14:35:41 +09:30 |
saxon
|
9c56d608b3
|
revid-cli: passing logger to ns.Init
|
2018-09-21 14:42:50 +09:30 |
saxon
|
45deda6c75
|
revid-cli: using fatal log type if revid doesn't run
|
2018-09-20 11:40:12 +09:30 |
saxon
|
1f68da5bfc
|
revid-cli: removed uppercase and exclamation marks in logging messages within main.go
|
2018-09-20 11:38:08 +09:30 |
saxon
|
535f448375
|
revid-cli: fixed flag description for logging path
|
2018-09-20 11:35:35 +09:30 |
saxon
|
108344f882
|
revid: fixed case and removed exclamation marks in error/logging messages in config.go
|
2018-09-20 11:34:17 +09:30 |
saxon
|
6e773abd4e
|
revid: made logging messages lowercase and removed exclamation marks
|
2018-09-20 11:23:52 +09:30 |
saxon
|
3e2800a18a
|
revid-cli: removed space in pkg name string
|
2018-09-20 11:18:11 +09:30 |
saxon
|
e31678dc9b
|
revid: moved pkg const declaration to revid.go and removed space in pkg string
|
2018-09-20 11:17:08 +09:30 |
saxon
|
0efb2abd6c
|
revid: added pkg to logging messages in senders.go
|
2018-09-20 11:15:27 +09:30 |
saxon
|
35f12e9460
|
revid-cli: removed binary file from staged files
|
2018-09-19 22:38:51 +09:30 |
saxon
|
0f24e19a2a
|
revid: added pkg name to logging messages in revid.go and senders.go
|
2018-09-19 22:35:15 +09:30 |
saxon
|
5c94f556b4
|
revid: added pkg name to logging messages in config.go
|
2018-09-19 22:31:58 +09:30 |
saxon
|
5e186a7941
|
revid-cli: added package name to logging messages
|
2018-09-19 22:29:10 +09:30 |
saxon
|
4d58f45368
|
revid-cli: fixed grammatical error in comment
|
2018-09-19 22:20:48 +09:30 |
saxon
|
03f56dba2c
|
revid-cli: fixed conflict
|
2018-09-19 22:18:45 +09:30 |
saxon
|
534610f6b8
|
revid: removed revid_test.go
|
2018-09-19 22:15:00 +09:30 |
saxon
|
d17f7c87e9
|
revid: fixed raspivid args and logging
|
2018-09-19 22:02:50 +09:30 |
saxon
|
c4d0f2ccbc
|
revid-cli: simplified global var initialisation for configFlags
|
2018-09-15 12:31:20 +09:30 |
saxon
|
d697b4013d
|
revid: cleaned up key value pairs in config.go
|
2018-09-15 12:26:05 +09:30 |
Dan Kortschak
|
ae53aa146e
|
rtmp: remove librtmp
|
2018-09-15 07:27:27 +09:30 |
saxon
|
b3a8f2bca3
|
revid: improved logging key value pairs in revid.go
|
2018-09-14 12:17:29 +09:30 |
Alan Noble
|
515e63802a
|
Ignore unexpected global vars.
|
2018-09-13 22:03:45 +00:00 |
saxon
|
852e714d13
|
revid-cli: added key value paris to log messages
|
2018-09-13 12:14:23 +09:30 |
kortschak
|
2bb8765254
|
Merged in testcleanup (pull request #58)
revid,tools: make tests pass
Approved-by: Saxon Milton <saxon.milton@gmail.com>
|
2018-09-12 21:24:50 +00:00 |
saxon
|
bee7d82247
|
main: fixed profile.go conflict
|
2018-09-12 11:13:47 +09:30 |
saxon
|
9efc215089
|
main: made flags global so that handleFlags can access
|
2018-09-12 11:11:48 +09:30 |
saxon
|
b6ad8adc83
|
main: moved flag.Parse() into handlFlags func to clean things up
|
2018-09-12 11:00:04 +09:30 |
saxon
|
575edd62a2
|
main: fixed errors with logging int revid-cli's main.go
|
2018-09-12 10:57:56 +09:30 |
saxon
|
043ff7779a
|
main: updated logging in h264 file to mpegts file driver for revid
|
2018-09-11 18:40:45 +09:30 |
saxon
|
547e24da7d
|
main: actually used logger in driver for h264 file to flv rtmp
|
2018-09-11 18:39:52 +09:30 |
saxon
|
03eb68d774
|
main: added new logger to revid driver file for h264 file to flv rtmp
|
2018-09-11 18:36:13 +09:30 |
saxon
|
35cb30ccf9
|
revid: updated logging in senders.go
|
2018-09-11 17:15:45 +09:30 |
saxon
|
85ab3a5744
|
revid: updated logging messages in config.go and revid.go to use new logger
|
2018-09-11 16:56:33 +09:30 |
saxon
|
d05132baf3
|
main: adjusted defaultLogPath to /var/log
|
2018-09-11 16:19:02 +09:30 |
saxon
|
501ec544e8
|
main: using new logging for log calls in main.go for revid-cli
|
2018-09-11 10:02:59 +09:30 |
saxon
|
a9ee0eea6d
|
main: modified command line flags for verbosity and added command line flag for logger path. Also created func to handle flags to make things cleaner
|
2018-09-11 08:55:45 +09:30 |
Dan Kortschak
|
57ff89746c
|
revid: remove non-automated tests
|
2018-09-10 21:56:15 +09:30 |
Dan Kortschak
|
9409c3e41b
|
tools: remove package
|
2018-09-10 21:55:32 +09:30 |
kortschak
|
774c826a61
|
Merged in spelling (pull request #56)
Spelling
Approved-by: kortschak <dan@kortschak.io>
|
2018-09-10 11:51:38 +00:00 |
Dan Kortschak
|
c681ec5c85
|
circle: add test invocation and make vet quiet
|
2018-09-10 21:19:16 +09:30 |