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 Romain Beauxis
I think Debian defaults to `voaacenc` it's not as good as `fdkaac` tho. I might switch the default in the future to make it easier for Debian users (which is usually our main distribution target) -- You are receiving this because you are subscribed to this thread. Reply to this email directly

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

2018-09-23 Thread Romain Beauxis
Use `audio_encoder="voaacenc"` :-) -- 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-423842605___ Savonet-users mailing

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-23 Thread Romain Beauxis
You shouldn't need to recompile for it, just copy paste this in your script: ``` def output.youtube.live(~id="", ~video_bitrate=2000, ~audio_encoder="fdkaacenc", ~audio_bitrate=128000, ~url="rtmp://a.rtmp.youtube.com/live2", ~key, source) = video_pipeline = "videoconvert ! \

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 Romain Beauxis
Happy to report that `output.youtube.live` now works like a charm here with the above commit :-) -- 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 Romain Beauxis
Closed #630 via c458cc5206195d57f7acdc73954224b13b01fcb8. -- 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#event-1862057964___

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

2018-09-21 Thread Romain Beauxis
Thanks for report y'all. I'll try to have a look at it ASAP. -- 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

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

2018-09-20 Thread mustafejen
Doh! I upgraded to 1.3.4 and now I run into the same freeze. -- 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-20 Thread mustafejen
Maybe we have to wait for Romain, but I guess until then you can increase log level and post the full log here or on https://pastebin.com . set("log.file.path","/tmp/test.log") set("log.level",4) I don't think the bug is in your script or in your hardware. -- You are receiving this because

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] liquidsoap/gstreamer freezes on stream start (#630)

2018-09-20 Thread mustafejen
I have from opam: liquidsoap 1.3.3-1 gstreamer 0.2.3 (this is ocaml-gstreamer if I get things right) from repo: libgstreamer1.0-0 (1.14.2-2) libgstreamer1.0-0-dev (1.14.2-2) and gstreamer1.0-plugins* (1.14.2-1) Which operating system are you using? -- You are receiving this because you are

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

2018-09-20 Thread mustafejen
I tried your script on Debian testing and your script works fine for me. I have liquidsoap installed from opam. Regards, Per Gunnarsson -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: