Ok here is my test.liq file

source = single("test.avi")

output.icecast(
        %ogg(%theora(quality=25,width=320,height=240),%vorbis),
        host="localhost",
        port=8000,
        password="hackme",
        mount="/videostream",
        source)

When I trying running it using liquidsoap test.liq I get a message saying 
Invalid value at line 1, char 17-26:
  Could not get a valid media file of kind {audio=2;video=1;midi=0} from 
"test.avi".

I uploaded a test.avi video to the same directory as test.liq (etc/liquidsoap). 
Is that the correct directory or should the video be in a different directory?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/602#issuecomment-414083125
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to