Request resolution failed
Opened this issue · 2 comments
cbuctok commented
Hello guys!
I'm using liquidsoap to stream audio for a few years already but now I have a problem with video streaming.
When I try to check video file it says:
$ liquidsoap -r video.avi
Request resolution failed.
I tried everything (I think): I've intalled it from source/ocaml/AUR/apt but this response is the most non-violent so far.
Help me please!
toots commented
You can get more information by doing something like this:
liquidsoap 'set("log.level",5) output.dummy(fallible=true,single("annotate:foo=\"bar\":video.avi"))'
xorinzor commented
Running into this issue as well, tried the debug command that @toots provided, all that told me is that there's no decoder available to play the file with MIME type: video/x-msvideo (who knew!).
Tried some googling on decoding AVI with gstreamer, but that didn't really help me any further.
Any ideas on what decoder / packages would help here?