[Savonet-users] [savonet/liquidsoap] [Suggestion] RTMP Input / Server (#634)

2018-09-23 Thread dhannyz
RTMP is open sourced and used in a multitude of live streaming applications. It would be amazing if liquidsoap could ingest an RTMP stream. -- 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 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] add_protocol issue

2018-09-23 Thread Romain Beauxis
That's strange.. Can you get a request.trace through telnet ? Also, what OS/OCaml version are you using? Le dim. 23 sept. 2018 à 13:23, sébastien dagnicourt < sebastien.dagnico...@gmail.com> a écrit : > Same with 1.3.4 :( > > Issue is somewhere else ... > > 2018/09/23 20:21:04 >>> LOG START >

Re: [Savonet-users] add_protocol issue

2018-09-23 Thread sébastien dagnicourt
Same with 1.3.4 :( Issue is somewhere else ... 2018/09/23 20:21:04 >>> LOG START 2018/09/23 20:21:04 [main:3] Liquidsoap 1.3.4 2018/09/23 20:21:04 [main:3] Using: bytes=[distributed with OCaml 4.02 or above] pcre=7.3.4 dtools=0.4.0 duppy=0.7.1 duppy.syntax=0.7.1 cry=0.6.2 mm=0.4.0 ogg=0.5.2

Re: [Savonet-users] add_protocol issue

2018-09-23 Thread sébastien dagnicourt
Hi, I tested something like your script, and it failed. def nextcloud(~rlog,~maxtime,arg) = [process_uri(extname="txt","echo ./test.mp3 >> $(output)")] end add_protocol("nc",nextcloud,doc="Fetch files from nextcloud", syntax="nc://uri") Salsa = playlist("nc:") output.alsa(fallible=true,Salsa)

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] add_protocol issue

2018-09-23 Thread Romain Beauxis
Hi, Le sam. 22 sept. 2018 à 13:10, sébastien dagnicourt < sebastien.dagnico...@gmail.com> a écrit : > > Hi, > > So new tests: > I create a local "radio.txt" file. > I put in in the playlist function, tracks were discovered and played. > > So, I created a simple bash file that do a "cat radio.txt