savonet / liquidsoap-full

[DEPRECATED] Former main repository with all in-house bindings
GNU General Public License v2.0
49 stars 26 forks source link

Request resolution failed #22

Open cbuctok opened 7 years ago

cbuctok commented 7 years ago

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 7 years ago

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 7 years ago

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?