[theora] example sources

Charles Iliya Krempeaux supercanadian at gmail.com
Tue May 1 08:58:23 PDT 2007


Hello,

You could always look at VLC.  It (also) runs on MS Windows, and plays Ogg
Theora files.

http://getvlc.com/


See ya

On 5/1/07, Kostas Kostiadis <kos at climaxgroup.com> wrote:
>
> Am I right to assume that there is no example player for win32 yet?
> I've noticed the example player sources have things like:
>
> #if defined(__FreeBSD__)
> #include <machine/soundcard.h>
> #define AUDIO_DEVICE "/dev/audio"
> #elif defined(__NetBSD__) || defined(__OpenBSD__)
> #include <soundcard.h>
> #define AUDIO_DEVICE "/dev/audio"
> #else
> #include <sys/soundcard.h>
> #define AUDIO_DEVICE "/dev/dsp"
> #endif
>
> Which won't work on win32.
> Is there no way to use SDL_mixer to do all the audio device
> open/close/init
> stuff in a cross-platform way?
>
> Cheers,
> Kos
>
>
> > -----Original Message-----
> > From: conrad.parker at gmail.com
> > [mailto:conrad.parker at gmail.com] On Behalf Of Conrad Parker
> > Sent: 27 April 2007 07:35
> > To: Kostas Kostiadis
> > Cc: theora at xiph.org
> > Subject: Re: [theora] example sources
> >
> > On 26/04/07, Kostas Kostiadis <kos at climaxgroup.com> wrote:
> > > Other than the API reference I haven't found any example code,
> > > e.g. the sources for theora_player_example. Are these
> > available anywhere?
> >
> > Hi,
> >
> > the source for player_example is in the libtheora source tarball, in
> > th examples/ directory.
> >
> > The link to the libtheora source is on www.theora.org.
> >
> > cheers,
> >
> > Conrad.
> >
> _______________________________________________
>
>

-- 
    Charles Iliya Krempeaux, B.Sc.

    charles @ reptile.ca
    supercanadian @ gmail.com

    developer weblog: http://ChangeLog.ca/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/theora/attachments/20070501/820a3180/attachment.html


More information about the theora mailing list