similar to: Ogg Theora Video Player

Displaying 20 results from an estimated 10000 matches similar to: "Ogg Theora Video Player"

2012 Apr 11
3
Ogg Theora files player
Hello, I try to compile player_example.c from http://downloads.xiph.org/releases/theora/libtheora-1.1.1.zip in Visual Studio 2008 on Windows XP. I built and added to the project libogg-1.3.0, libtheora-1.1.1, libvorbis-1.3.2 (http://www.xiph.org/downloads/) and SDL-1.2.15 (http://www.libsdl.org/release/SDL-devel-1.2.15-VC.zip). When I compile player_example.c Visual Studio shows: fatal error
2010 Jan 10
0
libtheoraplayer - a simple to use Theora playback library
Hi everyone, I'd like to present an open-source project I made for use in my company's projects: Theora Playback Library website: http://libtheoraplayer.sourceforge.net It's a multi-threaded library that decodes theora videos, decoding frames in advance (precaching), decodes any syncs audio and provides a very fast YUV->RGB conversion. One of the most important features is that
2006 Oct 20
1
non-threaded Ogg/Vorbis/Theora player implementation(java)
hi, i'm a student of Udine University in Italy. I'm writing a project for Java Micro Edition to send a video stream from pc to phone. The player in that Java Platform doesn't work so I have to write "some" code. I'm looking for a java implementation for h263-mpg codec. Can you help me please? I'was looking for that since 10 days without results very glad for any
2005 Dec 13
0
non-threaded Ogg/Vorbis/Theora player implementation (java)
I develop j2me applications for mobile phones and for fun I tried to port Cortados java player to j2me. Took the source code changed a couple of lines to make it a MIDLET and sudenly, without even thinking it would work, I ended with a pure j2me theora player for my mobile phone. Of course is for very small clips (128x96 @ 10.000 fps ) and no audio. So now I want to implement a full j2me
2005 Sep 27
1
Question about number of frames in ogg/theora video file.
Hello. How can I tell the number of frames in ogg/theora video file, without actually reading the file? Or, how can I tell its playing time (which is basically the same thing). I didn't find the information in THEORA_STATE, THEORA_INFO, but with the codec installed (illuminable oggcodecs), Windows Media Player shows the ogg/theora file playing time, before it starts playing the file.
2005 Jan 05
1
Status of Windows Theora builds
Hi all, Just a heads up to let you know that I've fixed up the Visual C++ project files so that libtheora and the associated experimental programs (dumpvid/encoderwin/splayer/transcoder) builds on Windows again. I also have good news and good news. The bad news is: experimental\splayer doesn't work. It compiles, but segfaults immediately when you try to play any Ogg file. The bug
2008 Jan 11
1
Google Video accepting Ogg Theora files
Hi all, I just noticed that Google Video now accepts uploading of Ogg Theora files, even though they don't mention it on the site. Now if they could just sort out the download side of things... -Phil
2008 Oct 07
3
Theora on iPhone
I posted a while back "complaining" about lack of a theora player on the iPhone. Porting the code for libtheora (and libogg/libvorbis) was (relatively) painless, and appears to be working. I'm up against a tougher challenge now... rendering the video! I tried using the brand-new SOC-funded SDL port to iphone to get the "player_example.c" code up and running, but ran into
2004 Aug 29
2
Building theora
Hello, I'm trying to get theora built. However there is not a page listing what depdencies there are. Would it be possible to have a developers page with the point release tarballs etc? (There is subversion access, but I do not have subversion for my OS). I could not find libtheora release, only an alpha, this wasn't very clear, it has been released now I think. The libogg and
2005 Jan 03
1
Live CD to play OGG Theora video
Hi everyone, For your information, geexbox (http://geexbox.org) is now able to play OGG Theora files. Happy new year -- ZikZak
2007 Nov 10
2
FireFox builds with support for OGG Theora / SVG+Video
Although this is old news actually, for those who are interested there are precompiled builds of FireFox 3 with support for streaming OGG Theora in SVG SMIL. Good news for those who just want to see it work without having to patch and compile from GIT. http://www.double.co.nz/video_test/ And for those who just want to see it work without downloading anything:
2011 Jun 26
0
[Video@Xiph] OGG Theora streaming
> > We are a online media company and are developing a new product that uses > theora for video streaming. We used your free Visonair OGG streamer to test > and it worked perfect. Visionair isn't ours (xiph's) directly. but it does use our libraries somewhere to do the actual encoding stuff. Layers upon layers :-) I know about it and have seen it used, but never worked
2010 Aug 15
2
Beginner Hurdles
Hey everyone, I just got Theora running on my Mac, and ran across several hurdles, that I was wondering if someone could help me with. I do a lot of tech support at work, and get the same questions over and over, so I tried skimming the archives but couldn't find the answers. Maybe these could go in a FAQ of some sort? These are fairly unavoidable issues that should probably be
2005 Jun 15
2
can't get to work windows player
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. 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
2005 Jun 18
0
Fw: can't get to work windows player
----- Original Message ----- From: Nicol?s Vinacur To: illiminable Sent: Saturday, June 18, 2005 11:46 PM Subject: Re: [Theora] can't get to work windows player thanks. Unfortunately, I need to play it on both windows and Mac. So I need something that works a lower level, I was wondering then that I must work with the linux player directly. I am still having problems compiling on cygwin,
2006 Sep 01
1
Problem in devloping basic ogg streaming player for windows-Please help
Hi, I am a newbie and devloping a basic ogg player. I have taken help from this turorial: http://www.devmaster.net/articles/openal-tutorials/lesson8.php Thanks to jesse. It is using openAL and ogg sdk. I am able to compile and execute this sample perfactly fine. And ogg file on disk is playing perfactly fine. This tutorial is using 2 buffers for streaming. My requirement is to play file through
2006 Sep 01
1
Problem in devloping basic ogg streaming player for windows-Please help
Hi, I am a newbie and devloping a basic ogg player. I have taken help from this turorial: http://www.devmaster.net/articles/openal-tutorials/lesson8.php Thanks to jesse. It is using openAL and ogg sdk. I am able to compile and execute this sample perfactly fine. And ogg file on disk is playing perfactly fine. This tutorial is using 2 buffers for streaming. My requirement is to play file through
2006 Oct 20
1
Problem in devloping basic ogg streaming player for windows-Please help
Hi, I am devloping a basic ogg player. I have taken help from this turorial: http://www.devmaster.net/articles/openal-tutorials/lesson8.php Thanks to jesse. It is using openAL and ogg sdk. I am able to compile and execute this sample perfactly fine. And ogg file on disk is playing perfactly fine. This tutorial is using 2 buffers for streaming. My requirement is to play file through URL like
2006 Oct 20
1
Problem in devloping basic ogg streaming player for windows-Please help
Hi, I am devloping a basic ogg player. I have taken help from this turorial: http://www.devmaster.net/articles/openal-tutorials/lesson8.php Thanks to jesse. It is using openAL and ogg sdk. I am able to compile and execute this sample perfactly fine. And ogg file on disk is playing perfactly fine. This tutorial is using 2 buffers for streaming. My requirement is to play file through URL like
2008 Jun 10
1
Portable Theora Player
I would like to find a portable device to watch Theora-encoded videos while commuting on the bus to/from work. In a perfect world it would be similiar in size to the iPhone or some such other device (i.e., not so big that I can't shove it into my pocket when done.) I have been searching on and off for a couple of days now with no success. I can find lots of things for Vorbis. When I turn my