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:

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

[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

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

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:

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:

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:

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: [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:

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

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___