saxon
|
5090056972
|
cmd/revid-cli: send-retry cmd line flag is now retry
|
2019-02-08 18:19:44 +10:30 |
saxon
|
c5d93b53d5
|
Merge branch 'master' into send-retry-flag
|
2019-02-08 18:18:01 +10:30 |
saxon
|
8bdfed9960
|
stream/mts: fixing conflicts
|
2019-02-08 10:13:51 +10:30 |
saxon
|
e2bbc84c1e
|
cmd/revid-cli: using const strings for copyright metadata preamble
|
2019-02-07 08:25:37 +10:30 |
saxon
|
2b7ab27763
|
cmd/revid-cli & stream/mts/meta: added meta.NewWith function that creates a new meta.Data and adds an initial entry. Using meta.NewWith in revid-cli to initialise mts' global meta.Data with some preamble data.
|
2019-02-06 10:19:12 +10:30 |
saxon
|
ea8572a777
|
cmd/revid-cli: catching error in conversion of mp
|
2019-02-05 10:45:15 +10:30 |
saxon
|
4dcbd90449
|
cmd/revid-cli: removed another closed scope condition
|
2019-02-05 10:40:08 +10:30 |
saxon
|
35344402b8
|
cmd/revid-cli/main.go: not using closed scope conditions anymore
|
2019-02-05 10:32:16 +10:30 |
saxon
|
bd2958ba4e
|
cmd/revid-cli & revid: added TODO for the use of Run() instead of send in cmd/revid-cli/main.go. Fixed filename in revid/revid.go file header. Renamed ret to cfg in revid.Config(). Catching error from call to revid.Stop() in revid.Udate()
|
2019-02-04 19:14:02 +10:30 |
saxon
|
1cdbfa2c66
|
cmd/revid-cli: setting mode to paused if ns is in burst mode.
|
2019-02-04 17:14:19 +10:30 |
saxon
|
8978f9edc5
|
cmd/revid-cli & revid: using goto to sleep for monitor period, and using wg.Done() at the end of output routine.
|
2019-02-04 17:12:30 +10:30 |
saxon
|
93e3899725
|
cmd/revid-cli: using ns.Send() rather than ns.Run() to poll
|
2019-02-04 17:04:49 +10:30 |
saxon
|
ee7eb84d26
|
revid-cli: correctly using ns.Mode() and ns.SetMode()
|
2019-02-04 13:25:37 +10:30 |
saxon
|
1010721dd0
|
cmd/revid-cli & revid: Checking revid mode differently - now using ns.Mode(), which should soon be an available feature. Also now using ns.SetMode() - which tells netreceiver that we've changed mode.
|
2019-02-03 23:37:38 +10:30 |
saxon
|
1af4b25030
|
cmd/revid-cli & revid: removed startRevid and stopRevid as shouldn't be required when we have revid.Start() and revid.Stop(). Created revid.Config() which returns copy of config safely using mutex. removed updateRevid in revid-cli and move to fun revid.Update() - as there's no reason why it can't just be a receiver func - even better considering we want to start moving alot of stuff from revid-cli to the revid-api anyways.
|
2019-02-03 21:17:44 +10:30 |
saxon
|
5637d2b015
|
revid-cli: added sendRetry flag so that we can have the option to either keep sending on failure, or just drop data.
|
2019-01-22 15:53:41 +10:30 |
Dan Kortschak
|
92ba9c89a2
|
cmd/revid-cli,revid: use a slice for output destination flags
|
2019-01-19 20:01:42 +10:30 |
Dan Kortschak
|
35d63f664f
|
revid: add v4l properties and fix default device handling
Also fix logging typos found during work.
|
2019-01-17 17:04:59 +10:30 |
Saxon Milton
|
ef6811d3b8
|
Merged in webcam (pull request #86)
revid: addition of webcam input
Approved-by: kortschak <dan@kortschak.io>
|
2019-01-16 07:12:30 +00:00 |
saxon
|
ae792ac11e
|
revid-cli: capturing errors from calls to stopRevid
|
2019-01-13 22:15:30 +10:30 |
saxon
|
19ae6f1ca6
|
revid-cli: dealing with errors in revid-cli from start and stop if they occur
|
2019-01-13 22:04:50 +10:30 |
saxon
|
07307ed492
|
updating webcam branch
Merge branch 'master' into webcam
|
2019-01-13 19:29:32 +10:30 |
Dan Kortschak
|
b46e267983
|
cmd/revid-cli: use sensible default for encoding option
|
2019-01-05 10:33:32 +10:30 |
scruzin
|
04a76e424a
|
Added LogPath and ConfigFile command line flags.
|
2019-01-05 08:48:47 +10:30 |
saxon
|
d4e0fb516b
|
Fixing smartlogger errors
Merge branch 'master' into webcam
|
2019-01-03 10:35:29 +10:30 |
saxon
|
a4c73cf6c5
|
av: updated logging to suit changes made on iot and utils
|
2019-01-02 15:39:47 +10:30 |
saxon
|
7f707288eb
|
revid-cli: webcam to Webcam in revid-cli flag interpretation switch
|
2018-12-29 17:01:50 +10:30 |
Dan Kortschak
|
1e3b4b1ab8
|
cmd/revid-cli,revid: reduce stringly typing in config/flags
|
2018-12-28 13:43:21 +10:30 |
saxon
|
7118f1566c
|
revid: added input flag for webcam input and added func to handle webcam input using ffmpeg
|
2018-12-28 10:44:53 +10:30 |
saxon
|
798add533b
|
revid + mts +psi: wrote func to find pmt in byte slice, wrote func to get gps, changed the way in which psi are insterted, based no of mpgets packets to send on time, i.e. per second
|
2018-12-14 13:35:56 +10:30 |
Dan Kortschak
|
86949813fd
|
cmd/revid-cli: remove global revid var
|
2018-12-09 16:01:47 +10:30 |
Dan Kortschak
|
926763dd74
|
cmd/revid-cli: make config struct function scoped
|
2018-12-06 14:04:55 +10:30 |
Dan Kortschak
|
00216b444b
|
cmd/revid-cli,revid: clean up flags handling
This is a first step in simplifying and cleaning up the logic for config
and flag handling for revid.
|
2018-12-05 19:54:52 +10:30 |
Dan Kortschak
|
d0addcd355
|
cmd/revid-cli: don't decorate directory path
|
2018-12-05 19:14:36 +10:30 |
saxon
|
a421e4cee8
|
revid-cli: moved todo comment to correct position above output1 and output2 flag declarations
|
2018-11-30 22:29:20 +10:30 |
saxon
|
0afaa07c1e
|
revid-cli: added todo in regards to the flag list
|
2018-11-28 15:29:54 +10:30 |
saxon
|
218dcfb8b2
|
revid-cli: removed concept of mpegtsrtp packetization as not needed anymore
|
2018-11-25 23:24:03 +10:30 |
saxon
|
cedc63a0b5
|
revid: got rid of debug prints
|
2018-11-21 18:16:10 +10:30 |
saxon
|
315ba6bd76
|
revid: back to working state
|
2018-11-21 18:14:36 +10:30 |
saxon
|
4c01514b41
|
revid: commiting unstaged stuff
|
2018-11-21 17:30:46 +10:30 |
saxon
|
589ec15259
|
revid-cli: made -Output=Rtp to mean rtp over udp
|
2018-11-21 17:30:46 +10:30 |
saxon
|
fce0937810
|
rtp: wrote some code so that config validated udp and rtp stuff as well
|
2018-11-21 17:30:46 +10:30 |
saxon
|
c0e6ba2a5b
|
rtp: checking for udp output and rtp packetisation in revid such that the right sender and encoder is selected
|
2018-11-21 17:30:46 +10:30 |
saxon
|
f82c26ee62
|
rtp: added udp output and rtp packetisation options to revid-cli
|
2018-11-21 17:30:19 +10: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
|
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 |