Closed stoneobscurity closed 7 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:
ws4kp
running as a Docker image on the port of your choosingrtmp://localhost
with stream key weather
. Note that you need to install OBS from the PPA source (instructions in that link), not through the default apt
package for the next steps to work properly.ws4kp
instance, e.g. http://localhost:8080
http://[vm-hostname]/weather.mp4
, assuming that you have Monaserver bridged to port 80.Caveats
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.
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?