You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-07-25-A-real-use-case-with-OVOS-and-Hivemind.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,11 @@ I'm using an OVOS server with Hivemind satellites, which allows me to adapt the
26
26
27
27
Looking ahead, the next step is integrating a personal AI assistant directly into the voice assistant. This enables a private, fully offline solution—something that’s becoming increasingly important for privacy, reliability, and autonomy.
28
28
29
-
<videosrc="https://www.youtube.com/shorts/C_xS87EbsiM"controlstitle="Start coffee machine with voice"></video>
29
+
<iframewidth="560"height="315"src="https://www.youtube.com/embed/C_xS87EbsiM"title="Start coffee machine with voice"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
30
30
31
-
<videosrc="https://www.youtube.com/watch?v=PRzGxmTCFb0"controlstitle="Talk with the GenAI assistant"></video>
31
+
<br/>
32
+
33
+
<iframewidth="560"height="315"src="https://www.youtube.com/embed/PRzGxmTCFb0"title="Talk with the GenAI assistant"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
32
34
33
35
### How did I built a Smarter Living with OVOS, Hivemind, and Raspberry Pi Satellites
34
36
@@ -49,10 +51,10 @@ OVOS has key features for controlling the house:
Replace <codeclassName="bg-mono-100 px-2 py-1 rounded dark:bg-mono-800 dark:text-mono-200">VIDEO_ID</code> with the ID of your YouTube video (found in the YouTube URL after "v=").
{'<video width="100%" controls>\n <source src="https://your-domain.com/path/to/your-video.mp4" type="video/mp4">\n Your browser does not support the video tag.\n</video>'}
153
+
</code>
154
+
</pre>
155
+
<h4className="text-lg font-medium mb-2">Video Best Practices</h4>
156
+
<ulclassName="list-disc pl-6 space-y-2">
157
+
<li>Keep videos concise and relevant to your content</li>
158
+
<li>For self-hosted videos, compress videos to reduce file size (aim for less than 10MB)</li>
159
+
<li>Use MP4 format with H.264 encoding for maximum compatibility</li>
160
+
<li>Add captions or transcripts when possible for accessibility</li>
161
+
<li>Ensure videos have a 16:9 aspect ratio for proper display</li>
<strong>IMPORTANT:</strong> DO NOT add video files directly to this repository as it will drastically increase its size. Always use external hosting services like YouTube or other video platforms and embed them using the methods described above.
0 commit comments