netbymatt / ws4kp

WeatherStar 4000+
https://weatherstar.netbymatt.com
MIT License
263 stars 44 forks source link

is there a way to turn this into a ffmpeg stream? #37

Closed stoneobscurity closed 5 months ago

stoneobscurity commented 7 months ago

1] is there way to turn the widescreen div area into a ffmpeg stream? something i could open up in VLC as a network stream.

2] how do i pass in the location and checkbox settings to do automated startup? querystring? conf file? docker -e configs?

netbymatt commented 7 months ago
  1. This isn't on my roadmap
  2. This is being worked in on #33
zshall commented 6 months ago

@stoneobscurity I wanted to make a video stream too and figured out a way to get it done, though it requires some setup. Here's how I did it:

image

Caveats

Sonny-Crockett commented 4 months ago

Awesome work @zshall!

Is it possible to use https://github.com/AlexxIT/go2rtc for any part of this? I am already using it for another project and just trying to double up where I can haha.