Python Forum

Full Version: How to output Python in Spout or any other video sharing network?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I've been new to Python and I've created something that I would like to stream in Spout so I can output it in touchdesigner/MadMapper. In the past I've always use Spout for Processing with succes but it brings difficulties using Python instead. Does someone know how to do this or have any useful guides to realize this? I can't find anything online.

If there are other software that can help me out streaming my Python scrips please let me know! It would be such a great help. Thank you Thumbs Up
you can use scikit-video, see: http://www.scikit-video.org/stable/
more specifically for your application: http://www.scikit-video.org/stable/io.html
(Jan-09-2022, 10:26 PM)Larz60+ Wrote: [ -> ]you can use scikit-video, see: http://www.scikit-video.org/stable/
more specifically for your application: http://www.scikit-video.org/stable/io.html

Thank you for your help. But does this make me able to stream the script live on another platform like MadMapper? Because it seems like this make video's of my output but not actually stream it live.
buzzdarkyear Wrote:Thank you for your help. But does this make me able to stream the script live on another platform like MadMapper? Because it seems like this make video's of my output but not actually stream it live.
does madmapper handle mp4 format? if so the answer should be yes.
(Jan-11-2022, 02:08 AM)Larz60+ Wrote: [ -> ]
buzzdarkyear Wrote:Thank you for your help. But does this make me able to stream the script live on another platform like MadMapper? Because it seems like this make video's of my output but not actually stream it live.
does madmapper handle mp4 format? if so the answer should be yes.

Thank you for your help I'll try it out!