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.
> 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
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
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
* 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