Re: [PATCH] gnu: icecat: Add ffmpeg support.

2017-01-10 Thread Mark H Weaver
Mathieu OTHACEHE writes: >> Have you tried installing 'gst-libav' in your profile? That's what I >> do, and I'm able to watch videos in icecat that use those codecs. > > Yes I tried but I'm still not able to read videos from dailymotion or > vimeo for instance. With this patch, it seems to work.

Re: [PATCH] gnu: icecat: Add ffmpeg support.

2017-01-10 Thread Mathieu OTHACEHE
> Have you tried installing 'gst-libav' in your profile? That's what I > do, and I'm able to watch videos in icecat that use those codecs. Yes I tried but I'm still not able to read videos from dailymotion or vimeo for instance. With this patch, it seems to work. Youtube also report support for

Re: [PATCH] gnu: icecat: Add ffmpeg support.

2017-01-09 Thread Mark H Weaver
Mathieu OTHACEHE writes: > * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add ffmpeg. > [libxul-linked-libraries]: Add avcodec and avutil libraries (provided by > ffmpeg). icecat is already configured to use 'gstreamer', and we have the 'gst-libav' package that provides access to ffmpeg codec via

Re: [PATCH] gnu: icecat: Add ffmpeg support.

2017-01-09 Thread Danny Milosavljevic
Hi, On Mon, 9 Jan 2017 22:28:39 +0100 Mathieu OTHACEHE wrote: > * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add ffmpeg. > [libxul-linked-libraries]: Add avcodec and avutil libraries (provided by > ffmpeg). What advantage does using both gstreamer and ffmpeg in the same program bring to just

[PATCH] gnu: icecat: Add ffmpeg support.

2017-01-09 Thread Mathieu OTHACEHE
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add ffmpeg. [libxul-linked-libraries]: Add avcodec and avutil libraries (provided by ffmpeg). Signed-off-by: Mathieu OTHACEHE --- Hi, Thanks to this patch, icecat is able to use ffmpeg to decode various codecs previously unhandled. Mathieu gnu/pa