saxon
|
bad68923e6
|
Merge branch 'master' into metadata-refactor
|
2019-02-01 15:11:57 +10:30 |
saxon
|
c44d6bbfd3
|
revid/revid.go: not during time.Duration conversion
|
2019-02-01 10:08:49 +10:30 |
saxon
|
9bddf343f5
|
revid/revid.go: moved revid.mu declaration
. Updated todo owner
|
2019-02-01 10:07:00 +10:30 |
saxon
|
d26aa8643a
|
revid: renamed transcode to processFrom. Using mutex for isRunning flag. Created setIsRunning func to set state of isRunning.
|
2019-02-01 09:47:31 +10:30 |
saxon
|
1f1546a284
|
revid: updated code in senders.go to work with meta changes
|
2019-01-31 21:30:08 +10:30 |
saxon
|
051263c144
|
revid/revid.go: revid.lex to revid.transcode
|
2019-01-31 19:58:25 +10:30 |
saxon
|
1e307fc37b
|
revid/revid.go: made routines named rather than anonymous
|
2019-01-31 19:42:20 +10:30 |
saxon
|
e18b1f51f0
|
revid/revid.go: capture error from r.Start() in error handling routine
|
2019-01-31 15:49:44 +10:30 |
saxon
|
d53eafe215
|
revid/revid.go: not running r.setupInput() as routine - now getting error an returning
|
2019-01-31 15:15:38 +10:30 |
saxon
|
ed4d97f893
|
stream/mts: patch for revid.Start() no exit bug
|
2019-01-31 15:03:50 +10:30 |
Dan Kortschak
|
58102e5587
|
revid: fix http destination assignment
|
2019-01-30 13:19:00 +10:30 |
Dan Kortschak
|
071e6fd0f7
|
revid: honour difference between rtmp dst and others
|
2019-01-29 19:56:02 +10:30 |
Dan Kortschak
|
92ba9c89a2
|
cmd/revid-cli,revid: use a slice for output destination flags
|
2019-01-19 20:01:42 +10:30 |
scruzin
|
fd903b4add
|
rtmp.Session now rtmp.Conn and rtmp.NewSession() and Open() replaced with Dial().
|
2019-01-19 13:10:38 +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
|
ddb8fc1e1c
|
Merged in rtp-ringbuff-bypass (pull request #88)
Rtp ringbuff bypass
Approved-by: Alan Noble <anoble@gmail.com>
Approved-by: kortschak <dan@kortschak.io>
|
2019-01-16 23:22:18 +00:00 |
Saxon Milton
|
a58a784a16
|
Merged in clean-up-revid-consts (pull request #111)
revid: clean up some revid constants
Approved-by: kortschak <dan@kortschak.io>
|
2019-01-16 07:37:07 +00:00 |
saxon
|
95349f461d
|
revid/revid.go: removed unused logging consts
|
2019-01-16 17:52:49 +10:30 |
saxon
|
d3c8f31c08
|
revid/revid.go: actually fixed conflict
|
2019-01-16 17:49:22 +10:30 |
saxon
|
606c1a5885
|
revid/revid.go: fixed conflict
|
2019-01-16 17:47:57 +10:30 |
saxon
|
59024fea79
|
revid/revid.go: further split up miscy consts
|
2019-01-16 17:46:17 +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
|
582f12d157
|
revid/revid.go: in execution of ffmpeg, the device path is replaced by r.config.InputFileName
|
2019-01-16 17:29:56 +10:30 |
saxon
|
e184b091d3
|
revid/revid.go: rtmp connection properties comment changed to RTMP
|
2019-01-16 16:42:37 +10:30 |
saxon
|
59cc2d409a
|
Revert "revid: removed redundant error logging"
This reverts commit eacbfb9ee3 .
|
2019-01-14 16:37:18 +10:30 |
saxon
|
eacbfb9ee3
|
revid: removed redundant error logging
|
2019-01-14 16:31:43 +10:30 |
Saxon Milton
|
ae34ebe368
|
Merged in revid-start-stop-errors (pull request #114)
Return errors from revid.Start and revid.Stop
Approved-by: kortschak <dan@kortschak.io>
|
2019-01-14 04:27:34 +00:00 |
Saxon Milton
|
137943af82
|
Merged in revid-config-safer (pull request #112)
Made revid's Config() func safer
Approved-by: kortschak <dan@kortschak.io>
|
2019-01-13 23:57:27 +00:00 |
saxon
|
5ae1e41e38
|
revid: start and stop now return errors
|
2019-01-13 22:01:04 +10:30 |
saxon
|
ba54974de9
|
revid: removed Config() func from revid because it's not being used
|
2019-01-13 21:50:47 +10:30 |
saxon
|
a0d7681d5f
|
revid: not wrapping webcam args in string to pass to func
|
2019-01-13 20:52:09 +10:30 |
saxon
|
fc06ec235e
|
revid: checking for webcam input in config.go validate()
|
2019-01-13 19:33:07 +10:30 |
saxon
|
07307ed492
|
updating webcam branch
Merge branch 'master' into webcam
|
2019-01-13 19:29:32 +10:30 |
saxon
|
aa5d316816
|
revid: made revid.Config() return copy of revid's config rather than pointer so that mutation isn't possible
|
2019-01-13 19:15:02 +10:30 |
saxon
|
08069e22d1
|
revid: sectioned constants and added some commenting
|
2019-01-13 17:17:35 +10:30 |
saxon
|
9365c4a1de
|
revid: removed unused consts
|
2019-01-13 17:10:17 +10:30 |
saxon
|
bf8d85d0ba
|
revid: removed unused loglevels
|
2019-01-13 17:03:58 +10:30 |
Dan Kortschak
|
7f07c4cb20
|
revid,stream/flv: add back initial header write
|
2019-01-11 13:53:05 +10:30 |
saxon
|
9ca7288622
|
psi: removed conflict with master
|
2019-01-11 13:17:14 +10:30 |
saxon
|
4e62606622
|
updating this branch with master
Merge branch 'master' into psi-pr-cleanup
|
2019-01-11 13:15:23 +10:30 |
saxon
|
0d6aac0247
|
revid: fixed build errors by updating calls to mts.MetaData.SetLocation() and mts.MetaData.SetTimeStamp()
|
2019-01-11 11:53:41 +10:30 |
saxon
|
ebd6d5816d
|
psi: full stop at end of comment, made lastTime belong to packer and moved some vars to a more appropriate location
|
2019-01-08 19:39:22 +10:30 |
scruzin
|
cbe6149c8f
|
Added proper logging.
|
2019-01-07 23:59:41 +10:30 |
saxon
|
703f0a0523
|
revid: cleaned up send logic in httpSender send func
|
2019-01-07 10:45:22 +10:30 |
saxon
|
8878063dc8
|
revid: clean up vars for use in calculation of time between writes to packer
|
2019-01-07 10:43:30 +10:30 |
Dan Kortschak
|
05e0672e89
|
stream/flv: remove unnecessary header write on creation
|
2019-01-05 17:56:55 +10:30 |
saxon
|
26a43d54bb
|
rtp: updated error message to suit new rtpSender.send() function
|
2019-01-03 13:01:35 +10:30 |
saxon
|
5f20086440
|
rtp: removed code in rtpSender relating to chunks - something we're not using anymore in this case
|
2019-01-03 12:57:50 +10:30 |
saxon
|
4da0bddf2f
|
revid: improved error message in rtpSender.send when there is no data provided but also when there is no data in the senders chunk
|
2019-01-03 12:08:41 +10:30 |
saxon
|
a934e02e9a
|
revid: using switch in rtpSender.send logic rather than if-else
|
2019-01-03 12:06:51 +10:30 |