<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>As far as i know, the splayer example has never 
worked on windows.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If you just want to play media files in your 
applications, you can download my directshow filters from <A 
href="http://www.illiminable.com/ogg">www.illiminable.com/ogg</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Once you install them, media player and any 
directshow application will be able to play theora, vorbis speex and flac 
files.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Simple example code of how to use directshow from 
your native application can be found here... <A 
href="http://svn.xiph.org/trunk/oggdsf/src/tools/CLOgg/CLOgg.cpp">http://svn.xiph.org/trunk/oggdsf/src/tools/CLOgg/CLOgg.cpp</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>(Note the hardcoded filename, you'll have to change 
that to whatever you want to play) It says it's an audio player, but it will 
play video too. Very simple to do.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If you re .net inclined, there is a fully 
functional media player class here... <A 
href="http://svn.xiph.org/trunk/oggdsf/src/lib/player/libDSPlayDotNET/">http://svn.xiph.org/trunk/oggdsf/src/lib/player/libDSPlayDotNET/</A>&nbsp;That's 
even easier to use... it will let you load any file, play, pause, seek, stop, 
get audio and video information, capture video frames to .net bitmap objects, 
and let you simply embed video windows into your .net forms by passing in the 
window handle.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>You'll have much more success gtting playback on 
windows with either of these methods. Remember both require that the directshow 
filters linked above are installed, however once they are even windows media 
player will play ogg files.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Zen.</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=nvinacur@fibertel.com.ar 
  href="mailto:nvinacur@fibertel.com.ar">Nicolás Vinacur</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=theora@xiph.org 
  href="mailto:theora@xiph.org">theora@xiph.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, June 17, 2005 12:52 
PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Theora] can't get to work 
  windows player</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>Could anybody run the windows player 
  example?</FONT></DIV>
  <BLOCKQUOTE 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=nvinacur@fibertel.com.ar 
    href="mailto:nvinacur@fibertel.com.ar">Nicolás Vinacur</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A title=theora@xiph.org 
    href="mailto:theora@xiph.org">theora@xiph.org</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, June 16, 2005 2:37 
    AM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> [Theora] can't get to work 
    windows player</DIV>
    <DIV><BR></DIV>
    <DIV>
    <DIV><FONT face=Arial size=2>Hi! I'm having some trouble with theora in 
    windows, I would really appreciate if you could be able to give me a hand 
    with this.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>First, I was not able to build theora in 
    cygwin, because I built vorbis and ogg perfectly, but when I try to run 
    ./configure with theora it can't find the ogg libs, if I use the 
    --using-ogg-path = ... with /usr/local/lib it runs ok, but then it fails to 
    compile when running make.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>When I tried it on Windows, I use C++ .NET . I 
    tried the .tar.gz on theora's page, I built succesfully the library and then 
    I wanted to build the player for windows but splayer.c was not on the 
    package, I got it somewhere from internet but it didn't work. I mean,&nbsp;I 
    could succesfully build it, but when I run it with a theora ogg file, the 
    SDL screen gets with a lot of colors and I can see a that the window shows 
    an error message that must be closed. I then tried on a MS VC++ 6.0 and the 
    same thing happend.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>For last, I downloaded the latest stuff from 
    svn, and was able to build everything in .NET with no other files, but once 
    I try to use splayer.exe program, the same thing detailed above happen. Am I 
    missing something to do?&nbsp; Please help me, I've been 3 days with this 
    and I don't know what else to try.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></DIV>
    <P>
    <HR>

    <P></P>_______________________________________________<BR>Theora mailing 
    list<BR>Theora@xiph.org<BR>http://lists.xiph.org/mailman/listinfo/theora<BR></BLOCKQUOTE>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Theora mailing 
  list<BR>Theora@xiph.org<BR>http://lists.xiph.org/mailman/listinfo/theora<BR></BLOCKQUOTE></BODY></HTML>