On Fri Jun 15 03:29:56 2012, Parisson wrote:> src/Makefile.am:5: required directory src/avl does not exist > src/Makefile.am:5: required directory src/thread does not exist > src/Makefile.am:5: required directory src/httpp does not exist > src/Makefile.am:5: required directory src/net does not exist > src/Makefile.am:5: required directory src/log does not exist > src/Makefile.am:5: required directory src/timing does not existDo these directories exist in your checkout? They should be populated from the svn:externals property, and you won't get them if you did a checkout with --ignore-externals or used wget, etc. -r
On 15/06/2012 21:52, Ralph Giles wrote:> On Fri Jun 15 03:29:56 2012, Parisson wrote: > >> src/Makefile.am:5: required directory src/avl does not exist >> src/Makefile.am:5: required directory src/thread does not exist >> src/Makefile.am:5: required directory src/httpp does not exist >> src/Makefile.am:5: required directory src/net does not exist >> src/Makefile.am:5: required directory src/log does not exist >> src/Makefile.am:5: required directory src/timing does not exist > > Do these directories exist in your checkout? They should be populated > from the svn:externals property, and you won't get them if you did a > checkout with --ignore-externals or used wget, etc. >Indeed, I did a "git svn clone" which was a bad idea! All right now. Thanks Ralph ;) My webm test review to come soon.. Yomguy
Ralph, A few months ago, when you released libshout 2.3.0, you talked about a hacked version of shout2send plugin for GStreamer. As I also use GStreamer to stream live, could you please share your patch so that I can test it against Icecast trunk and some webm streams? Thanks again for your work and help. Cheers, Yomguy
On Sun 17 Jun 2012 01:44:32 PM PDT, Parisson wrote:> A few months ago, when you released libshout 2.3.0, you talked about a hacked > version of shout2send plugin for GStreamer. As I also use GStreamer to stream > live, could you please share your patch so that I can test it against Icecast > trunk and some webm streams?The webm support for shout2send landed in gstreamer git some time ago. I'm not sure if it's made it into a release yet, but if you build recent gstreamer against libshout 2.3.x you should get webm support. -r