Commit Graph

87 Commits

Author SHA1 Message Date
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
Milan Nikolic
2ad5743f5f Initial commit 1.0 2017-10-03 20:50:11 +02:00