Hi Rob, 2013/2/14 Rob Canning <r...@spc.org>: > On 02/14/2013 05:31 PM, Romain Beauxis wrote: >> 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" > > also had to set ice_metadata to false otherwise it complained that it > couldnt guess it > now i have a stream but its very shaky here.. not sure why its so
Hmmm.. > http://kiben.net:8800/tv.webm > cvlc gives lots of > [vp8 @ 0x7f6c54c25bc0] Discarding interframe without a prior keyframe! > mplayer keeps caching > Cache empty, consider increasing -cache and/or -cache-min. [performance > issue] > chrome and firefox browsers try to play it but choke on it same as other > clients It seems to work here with mplayer but the data is not getting in fast enough.. > hmmm.. maybe just too bleeding edge? Or some bug in the data stream... What you can try is to ue ezstream to push a plain webm video file to icecast and see if it works this way. If that is the case, then we should look more into the gstreamer encoder and its use in liquidsoap.. 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