28 Commits

Author SHA1 Message Date
tacoverflow
1e6eae1e14 Update html.go: use wss if https is used 2025-09-16 05:22:03 -07:00
Milan Nikolic
d84884f26b Update server 2025-06-15 08:34:19 +02:00
Milan Nikolic
7e4e58029a Add some options 2025-06-14 01:45:32 +02:00
Milan Nikolic
f556285ad5 Move reader 2025-06-13 21:20:11 +02:00
Milan Nikolic
933b5eef22 Update handlers 2025-06-13 20:36:55 +02:00
Milan Nikolic
e5ee1a2049 Update url for websocket library 2025-06-13 20:10:12 +02: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
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
b4e1af7729 Change websocket library 2019-10-06 01:52:13 +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
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
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
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
a9c82d2d6e Add option to draw images with WebGL 2017-10-06 10:29:21 +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
3dc3aa1796 Remove CSS and add table 2017-10-05 17:36:20 +02:00
Milan Nikolic
2ad5743f5f Initial commit 2017-10-03 20:50:11 +02:00