From 336f24d485fecbe9147bedf24a427519794ac3c5 Mon Sep 17 00:00:00 2001 From: v3d Date: Thu, 3 May 2018 23:04:51 +0000 Subject: [PATCH] Update pivilion manual setup --- pivilion-manual-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pivilion-manual-setup.md b/pivilion-manual-setup.md index deec8c4..950e85b 100644 --- a/pivilion-manual-setup.md +++ b/pivilion-manual-setup.md @@ -263,7 +263,7 @@ Please remember to set the mode properly before each reboot or you might have to After setting everything up, you can find the generator script by entering your Pi's IP address into your browser on port 81. This is only available on your local network, not through Tor - eg. http://192.168.15:81. -The script is very simple - it uses PHP to generate a static HTML site. It can take audio, video and images. The audio and video need to be encoded with certain codecs compatible with HTML5 media reproduction because of , well, patents - but let's not get into that now. [Here](https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats)'s a breakdown on what's supported where. You should test and make sure your media files work. The use of WebM, an open, royalty-free media file format is recommended. [Here](http://wiki.webmproject.org/ffmpeg/vp9-encoding-guide)'s a VP9 encoding guide for video. +The script is very simple - it uses PHP to generate a static HTML site. It can take audio, video and images. The audio and video need to be encoded with certain codecs compatible with HTML5 media reproduction because of patents. [Here](https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats)'s a breakdown on what's supported where. You should test and make sure your media files work. The use of WebM, an open, royalty-free media file format is recommended. [Here](http://wiki.webmproject.org/ffmpeg/vp9-encoding-guide)'s a VP9 encoding guide for video. Keep in mind that Tor is slow and optimize your images, audio and video properly!