diff --git a/Makefile b/Makefile
index 693b130..670d437 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ install: $(PROG)
regen:
- tools/make-jpeg-h.py src/data/blank.jpeg src/data/blank.h BLANK 640 480
- tools/make-html-h.py src/data/index.html src/data/html_index.h HTML_INDEX_PAGE
+ tools/make-jpeg-h.py src/data/blank.jpeg src/data/blank_jpeg.h BLANK 640 480
+ tools/make-html-h.py src/data/index.html src/data/index_html.h HTML_INDEX_PAGE
$(PROG): $(OBJECTS)
@@ -57,7 +57,7 @@ push:
git push
git push --tags
-
+clean-all: clean
clean:
rm -f src/*.o src/{jpeg,omx}/*.o vgcore.* $(PROG)
rm -rf pkg src/$(PROG)-* src/v*.tar.gz v*.tar.gz $(PROG)-*.pkg.tar.xz
diff --git a/src/data/blank.h b/src/data/blank_jpeg.h
similarity index 100%
rename from src/data/blank.h
rename to src/data/blank_jpeg.h
diff --git a/src/data/index.html b/src/data/index.html
index 6db51b6..8969dba 100644
--- a/src/data/index.html
+++ b/src/data/index.html
@@ -2,7 +2,7 @@
-
+
uStreamer
@@ -11,35 +11,35 @@
-
- /ping
+ /ping
Get JSON structure with state of the server.
-
- /snapshot
- Get a current actual image from server.
+ /snapshot
+ Get a current actual image from the server.
-
- /stream
+ /stream
Get a live stream. Query params:
-
- extra_headers=1
- Add X-UStreamer-* headers to /stream handle (like on /snapshot).
+ extra_headers=1
+ Add X-UStreamer-* headers to /stream handle (like on /snapshot).
-
- advance_headers=1
+ advance_headers=1
Enable workaround for Chromium/Blink
- Bug #527446.
+ Bug #527446.
-
- dual_final_frames=1
- Enable workaround for Safari/WebKit bug when using option --drop-same-frames.
- Without this option, when the frame series is completed, WebKit-based browser
+ dual_final_frames=1
+ Enable workaround for Safari/WebKit bug when using option --drop-same-frames.
+ Without this option, when the frame series is completed, WebKit-based browsers
renders the last one with a delay.
@@ -48,6 +48,6 @@
- Sources & docs
+ Sources & docs