Displaying 20 results from an estimated 5000 matches similar to: "Re: [vorbis-dev] Semi-off-topic ramblings"
2000 May 15
1
Re: [vorbis-dev] Semi-off-topic ramblings
Tony Arcieri wrote :
> I'm curious if anyone else is at all fed up with the current
> state-of-affairs of media support under *IX. As things stand it's rather
> a pain to add support for a new codec/framing format to an application,
> and it seems like were someone to step up and design a system which
> abstracts media support from end-user applications and
2000 May 13
1
Semi-off-topic ramblings
I'm curious if anyone else is at all fed up with the current
state-of-affairs of media support under *IX. As things stand it's rather
a pain to add support for a new codec/framing format to an application,
and it seems like were someone to step up and design a system which
abstracts media support from end-user applications and supports drop-in
modules for framing formats and codecs, it
2004 Aug 06
2
Please 30 second to look a my code
Hi
i'm developing a sort of VoIP application
for my ipaq using speex...
I'm still at beginning and i have many problems encoding and decoding my
wav files....output is only noise! Why?
I'm using
Libspeex 1.1.3,
Embedded VisualC++ 3.0,
Ipaq 3850(206 MHz IntelĀ® Strong ARM 32-bit RISC Processor) PocketPC 2002 (Windows CE 3.0).
Libspeex is complied with the definition of
2007 Nov 04
3
WaveIn/WaveOut and Speex
Hello,
I know my question has been asked before because I spent the last week
searching the web for how to use Speex in combination with
WaveIn/WaveOut and I ran into a few posts, but none of them answer the
question. There is still a lot of confusion how to use WaveIn/WaveOut
and Speex by junior developers such as myself. Even after examining code
for SpeexDec and SpeexEnc, I cannot get clear
2004 Sep 10
2
Error initializing flac stream decoder.
I've cross-compiled flac for the armv4l processor (rio receiver), and
i'm trying to start up a decode thread :
#include <FLAC/stream_decoder.h>
....
FLAC__StreamDecoder *flac = NULL;
flac = FLAC__stream_decoder_new();
if (flac == NULL) {
printf("[DECODE] Unable to initalize flac object\n");
2007 Nov 04
2
WaveIn/WaveOut and Speex
Thank you for such a quick response.
The only reason I started with Char buffers is because WaveIn and WaveOut on Windows XP accept/emit WAVEHDR structures, which store audio data in LPSTR, which is Char*.
typedef struct {
LPSTR lpData;
DWORD dwBufferLength;
...
} WAVEHDR;
When I was going from Char to float and back looked very wrong to me as well, but I was just not
2016 Jan 15
1
Attn Packagers: Dependency change from gstreamer-0.10 to gstreamer >= 1.0
Thank you for the hint.
Setting PKG_CONFIG_PATH=/usr/lib/pkgconfig before ./configure works for me.
On 01/15/2016 10:12 PM, Andrew Eikum wrote:
> The problem here is glib and gstreamer have different header files for
> 32- and 64-bit, but pkgconfig doesn't have a mechanism to specify
> which you should get. In your setup, it is returning the 64-bit
> headers, which are wrong for
2014 Aug 29
0
CEEA-2014:1105 CentOS 6 gstreamer-plugins-bad-free Update
CentOS Errata and Enhancement Advisory 2014:1105
Upstream details at : https://rhn.redhat.com/errata/RHEA-2014-1105.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
8350f4e81bfce7fdd537f4d23066564e983f427600b5858d03487674d6ea67cb gstreamer-plugins-bad-free-0.10.19-3.el6_5.i686.rpm
2016 Dec 21
0
CESA-2016:2974 Important CentOS 6 gstreamer-plugins-bad-free Security Update
CentOS Errata and Security Advisory 2016:2974 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-2974.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
134c13f30ed4597dd42f5e5b917dfd365d7c8b43c7b1afa956c5e421506ac53a gstreamer-plugins-bad-free-0.10.19-5.el6_8.i686.rpm
2009 Feb 06
1
CentOS-announce Digest, Vol 48, Issue 4
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2011 Nov 13
1
gstreamer-0.10 development libraries not found on Fedora 16
Hello all,
I try to compile 32 bit Wine (latest wine-git) on 64 bit Fedora 16 with gstreamer support, but after ./configure command I always get that my libraries are missing.
I did following to get all dependencies for building wine:
Building Wine on Fedora 14 x86_64 (http://wiki.winehq.org/WineOn64bit)
install-wine-deps.sh (http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh)
2016 Dec 22
0
CentOS-announce Digest, Vol 142, Issue 9
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2017 Sep 26
0
MP4/H.264 codec for Firefox?
On 26/09/17 20:26, Roman Kennke wrote:
> Hello,
>
> I am trying to get MP4/H.264 playback in Firefox to work on my CentOS
> laptop (for vimeo).
>
> I installed the gstreamer plugins as described here:
>
> https://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS7
>
> (No, I did not install Flash, VLC and all the other stuff. I only want
> HTML5 MP4 playback..)
2013 Nov 04
2
What the heck is a "text/html decoder"
My phone service provider offers a way to check my voicemail via a webpage. However, when I go to that webpage with Firefox and try to play back a saved message, a window pops up that says this:
"The following plugin is required: text/html decoder"
What is it looking for and how can I install it? I already have these totem rpms:
totem-nautilus-2.28.6-2.el6.x86_64
2015 Sep 11
2
C6 firefox esr h.264 support on youtube
On 09/11/2015 08:11 AM, Robert Arkiletian wrote:
> On Tue, Sep 8, 2015 at 3:46 PM, Richard <lists-centos at listmail.innovate.net>
> wrote:
<snip>
>
>
> does anyone running C6 have h.264 check box on www.youtube.com/html5 ?
>
> if yes, can you please post the output of
>
> rpm -qa | grep -i 'gst\|libva'
Yes I do in seamonkey, the browser I use.
2009 Feb 07
0
CentOS-announce Digest, Vol 48, Issue 5
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2010 Jan 12
7
Rhythmbox won't play mp3 files
Hi all;
I'm actually running RHEL 5.4
I installed the rpmforge centos repo (and disabled it). Then I installed the
following:
yum --enablerepo=rpmforge install libdvdcss libdvdread libdvdplay libdvdnav
lsdvd mplayerplug-in mplayer mplayer-gui compat-libstdc++-33 flash-plugin
gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg libquicktime
yum --enablerepo=rpmforge
2012 Nov 22
0
CEEA-2012:1473 CentOS 6 gstreamer-plugins-base FASTTRACK Update
CentOS Errata and Enhancement Advisory 2012:1473
Upstream details at : https://rhn.redhat.com/errata/RHEA-2012-1473.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
1640b8e258cb7b99eb1bf55b2cf8252d5516baff47ab0224956c294b397a4e55 gstreamer-plugins-base-0.10.29-2.el6.i686.rpm
2006 Jan 26
2
semi-on topic -- textmate question
Apologies in advance.
I have been using textmate and am getting to like it more and more.
The feature that is turning my crank and frothing my coffee right now
is "snippets". Wow! Is this ever cool! And if you aren''t using
Textmate, give it a try.
Anyhow, my snippets are saving me so much time and so utterly
wonderful that like other things in my life that are in
2015 Jan 09
0
SEMI OFF-TOPIC - Fail2ban
On 01/08/2015 11:37 PM, ricky gutierrez wrote:
> Hi list , someone on the list has seen this type of connection
> attempts in asterisk, fail2ban does not stop
>
> 2015-01-08 14:59:47] SECURITY[21515] res_security_log.c:
>