I spent the last 2 hours trying to use `output.youtube.live`, and always fail
with a "not defined" error.
I installed Liquidsoup and it's dependencies via OPAM, as described
[here](https://www.liquidsoap.info/download.html). After the installation, i
realized i needed gstreamer, so i installed that, too:
```
$ opam depext gstreamer
$ opam install gstreamer
```
and since i still couldn't use `output.youtube.live`, i checked whether
gstreamer.liq gets included in the first place. it does, but aparently it
doesn't get past the `%ifdef input.gstreamer.video`, because when i comment
that line, i get an error that `input.gstreamer.video` is not defined. i
checked with grep, and indeed it doesn't seem to be anywhere:
```
$ grep -nRw .opam/ -e "input.gstreamer.video"
.opam/system/lib/liquidsoap/lib/liquidsoap/1.3.4/gstreamer.liq:1:%ifdef
input.gstreamer.video
.opam/system/lib/liquidsoap/lib/liquidsoap/1.3.4/gstreamer.liq:9:
input.gstreamer.video(id=id, pipeline=pipeline)
```
**what i tried**:
* check if liquidsoup is the latest version (1.3.4 - it is)
* check if i have any other liquidsoup installations interfering (i don't)
* check wether i import the correct pervasives.liq (i do)
* reinstall liquidsoup via OPAM
i'm out of ideas. any help?
--
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/629
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users