-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Supporting live streaming like Manim #91
Comments
The related issue in Manim and how it was added is documented here: 3b1b/manim#335 |
Thanks for opening the issue. What I can see in the nearer future is the following: In general I plan on using an images array instead of saving every frame to an image file as this is what currently slows down Javis. |
Hey @freemin7, just following up here, any updates? I saw a post you made in the Julia Slack asking about
|
It might be interesting to have minimal examples like this:
Both demos should work with OBS. |
I didn't find them a new one in https://wikunia.github.io/Javis.jl/dev/examples/#Examples . https://wikunia.github.io/Javis.jl/dev/workflows/#Live-Streaming shows how to set it up with OBS. However i am unsure how to set up an background as 1:Inf seems dubious. |
I would phrase the comment by @TheCedarPrince a bit differently about the interactive demo. |
Manim has a
python -m manim --livestream
option and even options for Twitchpython -m manim --livestream --to-twitch --with-key [streamkey]
which allow to write the live rendered content to Twitch in real time.It would be cool to be able to the same from Javis. This functionality might be better suited for a package on top of Javis.
As far as i understand ffmpeg provides that functionality.
The text was updated successfully, but these errors were encountered: