-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for streaming to Twitch or Youtube #67
Comments
It may already work with something like
source https://consultwithgriff.com/streaming-mp4-to-twitch-youtube-with-ffmpeg/ |
Also be careful about bitrate settings |
not sure but this doesn't work for me |
I could not get it to work. However, I still have my daytime job ;-) so I have not invested the right amount of time into this to say for sure if it works or not. |
|
That won't work on my low-end computers. I cannot afford a live transcode. :-) |
oof, I didn't even remember me making this guide, this is a stupid idea anywho. |
So flv is a container not a codec. I let ffmpeg choose a default codec for a given container. All you should have to do to make this work with hw Accel is pass --codec avc |
during my last live stream with |
#75 known issue unfortunately. |
ah, forgot about that issue |
Would it be possible to stream directly to a streaming service like Twitch or Youtube?
Would it be possible with just wl-screenrec or are there any additional tooling required on the client side?
The text was updated successfully, but these errors were encountered: