stackcoder
30e30117a1
Listen on IPv4 and IPv6
2023-03-17 14:32:44 +01:00
Milan Nikolic
fd8152f7a4
Update modules
2023-03-07 11:39:56 +01:00
Milan Nikolic
7dc02de8f4
Update modules
2023-02-21 13:51:25 +01:00
Milan Nikolic
6e046d47d0
Update dependencies
2023-01-24 12:25:03 +01:00
Milan Nikolic
df2f672da6
Update Go version
2022-10-15 21:02:58 +02:00
Milan Nikolic
1ea7956db5
Update dependencies
2022-10-15 21:00:17 +02:00
Milan Nikolic
fa99c12ec1
Add new tags
2022-10-15 20:56:14 +02:00
Milan Nikolic
f58b475549
Use base64 fork
2022-10-15 20:55:52 +02:00
Milan Nikolic
d4ea63f95d
Merge pull request #28 from Bothan-tarot/master
...
Handling IE11
2021-01-28 16:19:03 +01:00
thibault.dupuy
7b60039e66
Handle IE11
2021-01-21 15:51:16 +01:00
thibault.dupuy
89298de3e9
Handle IE11
2021-01-21 15:39:21 +01:00
Milan Nikolic
fc22ce5871
Support for Android, API >= 24, WIP
2020-11-03 19:36:26 +01:00
Milan Nikolic
19ea541157
Add support for Android, API >= 24, WIP
2020-04-14 15:52:33 +02:00
Milan Nikolic
be5863de1d
Add darwin build
2019-10-06 21:46:23 +02:00
Milan Nikolic
7c3fe4be3c
Update README.md
2019-10-06 16:13:52 +02:00
Milan Nikolic
cc5d3ad202
Format imports
2019-10-06 16:13:16 +02:00
Milan Nikolic
cb2f566154
Update README.md
2019-10-06 16:12:18 +02:00
Milan Nikolic
3b86bc0d69
Update Dockerfile
2019-10-06 06:52:35 +02:00
Milan Nikolic
8bfe9c787e
Update README.md
2019-10-06 06:26:26 +02:00
Milan Nikolic
12b5f29452
Update version
1.6
2019-10-06 06:09:06 +02:00
Milan Nikolic
adf2a742e6
Add timestamp option
2019-10-06 05:48:12 +02:00
Milan Nikolic
1c342a67df
Support env vars
2019-10-06 05:14:06 +02:00
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