PI code for weather idle screen for when the tv is not in use#111
PI code for weather idle screen for when the tv is not in use#111plsdoant wants to merge 6 commits into
Conversation
|
Could you provide some screenshots of this? Would be great to see the results of the implementation. |
It's a little hard to provide screenshots as the PI code doesn't show a visual on macOS but it still provides audio. I tested this by hearing the audio switch between the weather channel and the queued video. I could record a video showing that maybe? |
|
Do you know how to setup VLC to display what the PI would see and run the server locally? |
From my understanding it's starting the server locally with docker, putting in the rtmp URL into VLC, then running the code for the PI but when I do this VLC only pops up with a visual for the playing video not the weather video. |
|
That is correct. I might have time tmr to see if it works on my side. Will let you know. |
|
We have a |
|
Checked in with Evan, he says if it's possible we should commit it and change the readme to show "see file_name for how the raspberry pi is run" instead of the python code that runs on the pi. |
Creates a receive.py client which switches the pi to play a weather channel when the tv is idle.
in order for the weather stream to play make sure to loop a video using ffmpeg:
ffmpeg -re -stream_loop -1 -i videos/VIDEO_PATH.mp4 -c copy -f flv rtmp://localhost:1935/live/weather