Hello everyone, and a happy new year, I use MLT in combination with icecast to stream videos. It works in principle, but the speed on the server is poor. Locally on my laptop, it runs two to four times faster. Maybe you have a tip for me ;)
LC_NUMERIC=“C.UTF-8” xvfb-run -a melt -silent example.mlt -consumer avformat:icecast://source:p...@example.com:8000/video.webm threads=4 f=webm vcodec=“libvpx” acodec=“libvorbis” ab=“112k” vb=512k in=0 out=100 scale=0.3 * I have to set LC_NUMERIC, otherwise the scale parameter will be ignored, because the separator for floating point numbers in Germany is “,”. * I use xvfb-run because the server does not have a graphical user interface running. What would be the possibilities to increase the performance? My tests show that the streaming itself is not the problem, if I write directly to the file system, the performance is not good either. Greetings, Thomas
_______________________________________________ Mlt-devel mailing list Mlt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mlt-devel