Milan Nikolic
9e6d20863a
Move main files to cmd
2019-10-06 03:29:40 +02:00
Milan Nikolic
3844a46486
Move options to file
2019-10-06 03:14:07 +02:00
Milan Nikolic
2628bbefbf
Allow HEAD
2019-10-06 02:48:39 +02:00
Milan Nikolic
3b0b066cc1
Move context
2019-10-06 02:43:58 +02:00
Milan Nikolic
277d6c5b48
Add index
2019-10-06 02:41:34 +02:00
Milan Nikolic
1baf0deb39
Protect websocket when htpasswd is used
2019-10-06 02:06:27 +02:00
Milan Nikolic
50f28f57db
Fix build tags
2019-10-06 02:00:31 +02:00
Milan Nikolic
b4e1af7729
Change websocket library
2019-10-06 01:52:13 +02:00
Milan Nikolic
1c8347fee8
Rename cv3 -> cv4
2019-10-05 23:00:52 +02:00
Milan Nikolic
63dd32115c
Update go-opencv
2019-10-05 22:53:13 +02:00
Milan Nikolic
773b8920b0
Merge pull request #19 from RandomErrorMessage/master
...
bugfix + cleanup
2019-09-29 13:36:14 +02:00
RandomErrorMessage
01b9c564ac
re-added goost after fixing upstream amd64 build bug
2019-09-28 18:41:23 -07:00
RandomErrorMessage
f1df08acc7
encoding/base64 is stdlib, re-ordered
2019-09-27 02:38:31 -07:00
RandomErrorMessage
5b7d51a9ac
updated go modules, removed goost base64 dependency
2019-09-27 02:31:01 -07:00
RandomErrorMessage
6b28dfec25
removed unused function parameter
2019-09-27 02:30:44 -07:00
RandomErrorMessage
ff09bbeff4
bugfix: missing string addition in javascript
2019-09-27 02:30:29 -07:00
Milan Nikolic
4d73010019
Merge pull request #14 from iDigitalFlame/patch-1
...
Remove the string replacement of the bind address/port
2018-11-30 23:25:40 +01:00
iDigitalFlame
13385ba650
Remove the string replacement of the bind address/port
...
Removes the bind address in favor of using JS to auto detect the location and use instead. "window.location.host" will point to the proper endpoint.
If the server is at "10.10.10.10", 'new WebSocket("ws://" + window.location.host + "/socket");' would be created at "ws://10.10.10.10". The "window.location.host" property also includes the port number as well.
This should fix the current open issue with websockets on HTML not rendering properly when the "-bind" option is omitted.
2018-11-30 21:42:03 +00:00
Milan Nikolic
09932a978c
Update README.md
2018-11-17 21:18:31 +01:00
Milan Nikolic
fb1388a10a
Add Dockerfile and image
2018-11-17 18:04:51 +01:00
Milan Nikolic
8ebd729dcd
Add support for go modules
2018-11-17 18:00:29 +01:00
Milan Nikolic
309f6d339f
Use fork with pkgconfig
2018-11-17 17:59:39 +01:00
Milan Nikolic
3d617687fa
Update README.md
2018-10-29 16:38:26 +01:00
Milan Nikolic
d5870110d9
Add support for native VFW implementation on Windows
1.5
2018-10-29 16:27:46 +01:00
Milan Nikolic
72f12931da
Update README.md
2018-10-28 16:43:55 +01:00
Milan Nikolic
bb676e4e44
New release
2018-10-28 14:37:20 +01:00
Milan Nikolic
ec60387edf
Add support for native V4L implementation on Linux/RPi
2018-10-28 14:23:04 +01:00
Milan Nikolic
0503355005
Use asm implementation of base64 on amd64
2018-10-28 13:44:47 +01:00
Milan Nikolic
c9d77f03e7
Add rotate option
1.4
2018-10-10 04:32:00 +02:00
Milan Nikolic
37b19fcfe8
Update README.md
2018-09-08 20:17:32 +02:00
Milan Nikolic
5006c48690
Update README.md
2018-09-08 20:16:18 +02:00
Milan Nikolic
d340fa2dc3
Allow use of native image/jpeg
2018-07-17 14:51:18 +02:00
Milan Nikolic
fa5233255e
Fix cv3 build
2018-07-02 17:31:12 +02:00
Milan Nikolic
ac555cbf7b
Update README.md
2018-04-17 13:56:23 +02:00
Milan Nikolic
e1f03b55a1
Reuse frame
2018-03-14 14:33:01 +01:00
Milan Nikolic
3c0c949f31
Add support for OpenCV 3
2018-03-14 13:45:38 +01:00
Milan Nikolic
8a740337ab
Update README.md
2018-01-29 21:39:17 +01:00
Milan Nikolic
cbc7d21b23
Shorten options
1.3
2018-01-27 03:50:50 +01:00
Milan Nikolic
45ca5bdedb
New release
2018-01-27 03:28:09 +01:00
Milan Nikolic
173deebc88
Add video file reader
2018-01-27 03:22:33 +01:00
Milan Nikolic
7392d8d9b8
WebGL is now default
2018-01-27 01:59:46 +01:00
Milan Nikolic
1c9dfcb84c
Move encoder
2018-01-27 01:47:04 +01:00
Milan Nikolic
f65a7cf1aa
Fix golibjpegturbo missing repo
2018-01-10 11:39:04 +01:00
Milan Nikolic
a9c82d2d6e
Add option to draw images with WebGL
1.2
2017-10-06 10:29:21 +02:00
Milan Nikolic
f36a47b9a2
update README.md
1.1
2017-10-05 21:49:41 +02:00
Milan Nikolic
29e9f6a562
Format HTML
2017-10-05 21:44:19 +02:00
Milan Nikolic
24fffe2c3f
Format HTML, improve performance a bit
2017-10-05 20:40:33 +02:00
Milan Nikolic
04492f988a
Update README.md
2017-10-05 19:57:03 +02:00
Milan Nikolic
3dc3aa1796
Remove CSS and add table
2017-10-05 17:36:20 +02:00
Milan Nikolic
f0e85361bc
Add Android build
2017-10-04 03:17:00 +02:00