You've installed the plugins, but have you installed the codecs?

On 14 December 2014 at 07:08, Marius Flage <[email protected]> wrote:
>
> Hi!
>
> I'm having issues streaming with the codecs ogg and opus. No matter
> which codec I use, I get the following error:
>
> 2014/12/13 21:04:10 [clock.wallclock_main:2] Source stream failed while
> streaming: Ogg.Not_enough_data!
>
> Googling suggests that I'm missing the codecs in question, but I have
> installed both the plugin for opus and for ogg:
>
> ii  liquidsoap 1.1.1-6ubuntu2                           i386
> audio streaming language
> ii  liquidsoap-plugin-faad 1.1.1-6ubuntu2
> i386         audio streaming language -- FAAD plugin
> ii  liquidsoap-plugin-flac 1.1.1-6ubuntu2
> i386         audio streaming language -- FLAC plugin
> ii  liquidsoap-plugin-icecast 1.1.1-6ubuntu2
> i386         audio streaming language -- Icecast plugin
> ii  liquidsoap-plugin-lame 1.1.1-6ubuntu2
> i386         audio streaming language -- Lame plugin
> ii  liquidsoap-plugin-mad 1.1.1-6ubuntu2
> i386         audio streaming language -- Mad plugin
> ii  liquidsoap-plugin-ogg 1.1.1-6ubuntu2
> i386         audio streaming language -- Ogg plugin
> ii  liquidsoap-plugin-opus 1.1.1-6ubuntu2
> i386         audio streaming language -- Opus plugin
> ii  liquidsoap-plugin-pulseaudio
> 1.1.1-6ubuntu2                           i386         audio streaming
> language -- Pulseaudio plugin
> ii  liquidsoap-plugin-samplerate
> 1.1.1-6ubuntu2                           i386         audio streaming
> language -- Samplerate plugin
> ii  liquidsoap-plugin-taglib 1.1.1-6ubuntu2
> i386         audio streaming language -- Taglib plugin
> ii  liquidsoap-plugin-voaacenc 1.1.1-6ubuntu2
> i386         audio streaming language -- Voaacenc plugin
> ii  liquidsoap-plugin-vorbis 1.1.1-6ubuntu2
> i386         audio streaming language -- Vorbis plugin
>
> So what could be the problem here? This is the packages for Liquidsoap
> installed on Ubuntu Trusty 14.04.1. This is my configuration:
>
> #!/usr/bin/liquidsoap
>
> set("log.file.path", "/tmp/basic-radio.log")
> set("server.telnet", true)
> set("server.telnet.bind_addr","0.0.0.0")
>
> source = noise()
>
> output.icecast(%opus(bitrate = "auto"),
>                 host = "host",
>                 port = 8000,
>                 password = "pass",
>                 mount = "mount",
>                 id = "stream",
>                 start = true,
>                 source)
>
> If I do %mp3 this works perfectly.
>
> - Marius
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to