Re: [Savonet-users] [savonet/liquidsoap] Floating point exception (#435)

2018-11-25 Thread MCOfficer
that did the trick, thanks for the quick fix :) -- 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/435#issuecomment-441462342___ Savonet-us

Re: [Savonet-users] [savonet/liquidsoap] Floating point exception (#435)

2018-11-24 Thread MCOfficer
seems like this is still a problem, albeit only with frei0r plugins installed (my guess: frei0r is disabled without plugins, but what do i know). Tested on Ubuntu 18.04, with the `frei0r-plugins` package from source and from the repo. liquidsoap is the latest master (4b2c5d14c2bb9004793cba81006

Re: [Savonet-users] [savonet/liquidsoap] "Failed to prepare track: request not ready" when using annotate. (#636)

2018-09-28 Thread MCOfficer
today i was messing with LS again, and it turns out that using `playlist` (with escaped quotes) works as expected. only `playlist.safe` is running into this error. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://git

Re: [Savonet-users] [savonet/liquidsoap] "Failed to prepare track: request not ready" when using annotate. (#636)

2018-09-24 Thread MCOfficer
pretty sure i tried that... i'm on mobile atm, but i'll check tomorrow, thank you. -- 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/636#issuecomment-424120145__

[Savonet-users] [savonet/liquidsoap] "Failed to prepare track: request not ready" when using annotate. (#636)

2018-09-24 Thread MCOfficer
I'm trying to create a video with a slideshow (sort of). i'm tried to imitate the slideshow script from [here](https://www.liquidsoap.info/doc-dev/on2_part3.html). ``` audio = playlist("some/folder/") # .mp3 files video = playlist.safe(prefix="annotate:duration=3:", "images.txt") # .jpeg/.jpg f

Re: [Savonet-users] [savonet/liquidsoap] liquidsoap/gstreamer freezes on stream start (#630)

2018-09-23 Thread MCOfficer
awesome, it works ^^ perhaps you should, idk, make a fallback for fdkaacenc, or something along those lines before releasing it. -- 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/6

Re: [Savonet-users] [savonet/liquidsoap] liquidsoap/gstreamer freezes on stream start (#630)

2018-09-23 Thread MCOfficer
too late ;) I'm kinda stuck though... gstreamer keeps throwing "no element "fdkaacenc"" at me. gstreamer1.0-plugins-bad is installed, and i already recompiled gstreamer, just in case. for the record, now everything is installed via opam (again), with opam pinning for liquidsoap. -- You are re

Re: [Savonet-users] [savonet/liquidsoap] liquidsoap/gstreamer freezes on stream start (#630)

2018-09-23 Thread MCOfficer
i'll try to build from source & test it as soon as possible, thanks. ~~what could possibly go wrong?~~ -- 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/630#issuecomment-423841328__

Re: [Savonet-users] [savonet/liquidsoap] liquidsoap/gstreamer freezes on stream start (#630)

2018-09-21 Thread MCOfficer
the last lines of the gstreamer debug log are: ``` 0:00:12.545231652 6395 0x7f9e181eede0 LOG rtmp :0:: 0020: ab c4 75 ed d8 91 b9 e1 d9 23 0e b3 7c 82 3e 92 ..u..#..|.>. 0:00:12.545251372 6395 0x7f9e181eede0 LOG rtmp :0:: 0030: 84 2d 65 91 9c

Re: [Savonet-users] [savonet/liquidsoap] liquidsoap/gstreamer freezes on stream start (#630)

2018-09-21 Thread MCOfficer
not sure if that's the same freeze, or if something different is going on with my v1.1.1 - either way, i seem to be rather unlucky with liquidsoup. -- 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/l

Re: [Savonet-users] [savonet/liquidsoap] liquidsoap/gstreamer freezes on stream start (#630)

2018-09-20 Thread MCOfficer
ubuntu 18.04. i use the same packages you got from the repo. -- 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/630#issuecomment-423278303_

Re: [Savonet-users] [savonet/liquidsoap] liquidsoap/gstreamer freezes on stream start (#630)

2018-09-20 Thread MCOfficer
i should've shared my setup. liquidsoap wass v1.3.4, gstreamer v0.3.0 (basically latest versions all across the board - i reinstalled via opam it just a few hours ago). since i don't *need* video.youtube.live (thanks to you), i tried the version from the repo (1.1.1) with . seemed to work fine,

[Savonet-users] [savonet/liquidsoap] liquidsoap/gstreamer freezes on stream start (#630)

2018-09-20 Thread MCOfficer
I'm attempting to use gstreamer for rtmp streaming. I was able to eliminate all errors in the gstreamer log, and am now using this script, based on Per Gunnarson's [last testing video](https://www.youtube.com/watch?v=fTBzSjNU0_4): ``` set("frame.video.width", 1920) set("frame.video.height", 1080

Re: [Savonet-users] [savonet/liquidsoap] input.gstreamer.video is never defined, despite gstreamer being installed (#629)

2018-09-19 Thread MCOfficer
Closed #629. -- 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#event-1854970717___ Savonet-users mailing list Savonet-users@lists.sour

Re: [Savonet-users] [savonet/liquidsoap] input.gstreamer.video is never defined, despite gstreamer being installed (#629)

2018-09-19 Thread MCOfficer
i wiped my entire opam and everything it had installed, then reinstalled everything. this time, it worked. -- 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#issuecomment-4227924

[Savonet-users] [savonet/liquidsoap] input.gstreamer.video is never defined, despite gstreamer being installed (#629)

2018-09-18 Thread MCOfficer
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