mdhiggins / radarr-sma

MIT License
24 stars 13 forks source link

Frage zum Thema FFmpeg Vaapi ( Nginx-RTMP) #18

Closed SvensenDE closed 3 years ago

SvensenDE commented 3 years ago

Abend

hätte mal ne frage wäre es möglich auch nach Twitch zu streamen mit Nginx und RTMP? Wenn ja hatten sie das mal getestet?

Viele Grüße

mdhiggins commented 3 years ago

So this definitely shouldn't be a pull request into the master branch since it is specific for a niche hardware Its also a pull request based on @eikowagenknecht branch so it might be more appropriate to merge these requests into their repo. I'm happy with letting them maintain that repo as I do not use or have any experience with synology and no means to test. I'm also not clear what twitch has to do with Radarr and you may be just looking for a docker container with FFMPEG?

Both my build tag and @eikowagenknecht 's build use jrottenberg/ffmpeg docker container to handle building FFMPEG so this would be a more logical container to start with since it seems like Radarr is not part of the goals you are trying to achieve

eikowagenknecht commented 3 years ago

Seems like @SvensenDE just opened a pull request for my master branch - which in fact is not more than your build branch with an updated readme, a vaapi ffmpeg version hardcoded in the Dockerfile and some minor synology related things like paths.

So I completely agree with @mdhiggins here: Your request has nothing to do with radarr it seems. Probably the better way would be to create your own docker image and base that on jrottenberg/ffmpeg. Of course you can use radarr Dockerfile as an example how to do that.