Re: Krad Cam Alpha Test Release
Ralph Giles <[email protected]>
| Newsgroups | gmane.comp.audio.icecast.devel,gmane.comp.audio.icecast.general |
|---|---|
| Message-ID | <CAEW_Rkvn3O9EkXUab57OPiccEHF2c2f9XFuJ-TNDeJZb4d76+A@mail.gmail.com> |
On 8 February 2012 13:19, Krad Radio <[email protected]> wrote: > https://github.com/krad-radio/krad_ebml_experimental I've also been experimenting with using gstreamer as a source client for the patched icecast. If you build gst-plugins-good from git master as of today (commit 8b2ca70124d9) against libshout-2.3.0 (http://downloads.xiph.org/releases/libshout/libshout-2.3.0.tar.gz) you can feed icecast with a pipeline like: gst-launch v4l2src ! video/x-raw-yuv,width=640,height=360 ! videorate force-fps=24/1 ! queue ! vp8enc bitrate=700000 ! webmmux streamable=true name =mux ! queue ! shout2send mount=cam.webm ip=deimos.kradradio.com port=8080 password=secretkode pulsesrc ! queue ! vorbisenc ! mux. This works for a few minutes sending to my local icecast, then playback hangs with a corrupt stream. It doesn't work at all sending to a remote icecast, like Krad's above. -r