-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there,
Is there a possibility to stream the fluxus window to an icecast2 server for remote screening? I tried to do a trick using `recordmydesktop` (see script below, which kind of works) but It'd be better to somehow get raw video from fluxus and pipe it directly to an ogg/vorbis/theora encoder. Any thoughts? TIA, robin - ----------------8<--------------- #!/bin/sh cd /tmp mkfifo test.ogv cat /tmp/test.ogv | oggfwd icecastserver 8000 pass /test & recordmydesktop --overwrite -fps 10 --no-sound --on-the-fly-encoding -o test - ----------------8<--------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkpI51QACgkQeVUk8U+VK0Jg4gCdHfy3ECrdDowX2/Oyk7Y8cX0+ 82AAn14GasicyaoOkjVHwi6qEuGLQR6t =nPyE -----END PGP SIGNATURE-----
