X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=15913a180ecce80f881a1d9da8739a2a8b072864;hb=3a1d58dee269fdca9cab7f482e4e8695b3fb2ffd;hp=e9520d3aec889da9e53f9bad82f69352024080c3;hpb=581694ded2a2de99cad7383f04a0ee1fb588f27d;p=cubemap diff --git a/README b/README index e9520d3..15913a1 100644 --- a/README +++ b/README @@ -43,6 +43,15 @@ compile and start cubemap. Nageru, my free video mixer, can also produce Metacube streams natively. See the manual at https://nageru.sesse.net/doc/ for more information. +If you feel very adventurous, you can use LD_PRELOAD to load +ffmpeg_metacube_hack.so into an FFmpeg-using binary. (This is +experimental; native Metacube support is vastly preferred.) +For instance, here's one way you can use the ffmpeg(1) binary +to serve your webcam to Cubemap: + + LD_PRELOAD=ffmpeg_metacube_hack.so ffmpeg -i /dev/video0 -f mpegts -listen 1 'http://[::]:9095' + + To upgrade cubemap (after you've compiled a new binary), or to pick up new config: