2013/2/14 Samuel Mimram <smim...@gmail.com>:
> Hi,
>
> On Thu, Feb 14, 2013 at 10:43 AM, Rob Canning <r...@spc.org> wrote:
>> On 02/14/2013 10:18 AM, Samuel Mimram wrote:
>>
>> Hi,
>>
>> This is described in the new doc, which has not been uploaded on the website
>> yet... You can read it here:
>> https://github.com/savonet/liquidsoap/blob/master/doc/content/gstreamer_encoder.txt
>>
>>
>> thanks sam,
>>
>> tried this based on the docs and a little google:
>>
>> set("log.file.path","tv.log")
>> set("log.stdout",true)
>> set("log.level", 5)
>>
>> source = playlist("playlist.pls")
>>
>> set("decoder.mime_types.gstreamer",["video/x-ms-asf","video/x-msvideo","video/mp4","video3gpp","video/webm"])
>>
>> output.icecast(%gstreamer(audio="vorbisenc",
>>         muxer="webmmux", video="vp8enc",channels=1,
>>         log=5),
>>         host="localhost",
>>         port=8800,
>>         password="xxxxxx",
>>         mount="/tv.webm",
>>         mksafe(source))
>>
>> but i dont know how to set the MIME
>>
>> Invalid value at line 10 char 16 - line 12 char 7:
>>   No format (mime) found, please specify one..
>
> I think that you need to add a parameter format="audio/ogg" (or such)
> to output.icecast (not in the %gstreamer) to solve this.

That's right. However, the correct format (mime) for webm should be:
  format="video/webm"

Romain

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to