Skip to content

Commit

Permalink
picamstream page
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahDal committed Dec 19, 2023
1 parent 155dccc commit 42cf6c7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ main:
url: /year-archive/
- title: "Categories"
url: /categories/
- title: "Live Stream"
url: /picam/

2 changes: 1 addition & 1 deletion _includes/twitchStream.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<div class="embed-container">

<iframe src="https://player.twitch.tv/?channel=sarahdal99&parent=sarahdal.github.io" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>
<iframe src="https://player.twitch.tv/?channel=sarahdal99&parent=sarahdal.github.io" frameborder="0" allowfullscreen="true" scrolling="no" height="854" width="480"></iframe>

</div>
2 changes: 2 additions & 0 deletions _posts/2023-12-18-PiCam.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Back in 2020, I was inspired to create a low power, low cost livestreaming natur

![]({{ site.url }}{{ site.baseurl }}/assets/images/battery-sunset.jpg){:width="700px"}

You can see if I am currently streaming with this setup [here](/www/picam/)

## The Streaming

For the streaming itself, you can use the excellent [Restreamer](https://docs.datarhei.com/restreamer/getting-started/quick-start). This runs in Docker, and can be a bit fiddly to set up intially, but [PiMyLifeUP have a great guide to the whole setup here](https://pimylifeup.com/raspberry-pi-restreamer/). Once you've gotten streaming running, there's a couple of options for running a pi remotely..
Expand Down
3 changes: 2 additions & 1 deletion picam.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ twitchId: SarahDal99
twitchDomain: https://sarahdal.github.io/

---
## twitch stream
## Live garden stream

Streaming from a raspberry pi at the bottom of the garden

{% include twitchStream.html id=page.twitchId domain=page.twitchDomain %}

0 comments on commit 42cf6c7

Please sign in to comment.