OggPlay: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Overview ==
OggPlay is a library designed to allow drop-in playback of Xiph.Org media in an application.  OggPlay handles demuxing and decoding, generates timestamps for raw data, maintains synchronisation across multiple streams, and provides a lock-free buffer implementation for easy multithreading.
OggPlay is a library designed to allow drop-in playback of Xiph.Org media in an application.  OggPlay handles demuxing and decoding, generates timestamps for raw data, maintains synchronisation across multiple streams, and provides a lock-free buffer implementation for easy multithreading.


Line 4: Line 5:


OggPlay is currently hosted by [http://www.annodex.net Annodex], although there are plans to move hosting over to the Xiph.Org servers.  SVN access is available through http://svn.annodex.net/liboggplay/trunk.
OggPlay is currently hosted by [http://www.annodex.net Annodex], although there are plans to move hosting over to the Xiph.Org servers.  SVN access is available through http://svn.annodex.net/liboggplay/trunk.
== Plugin Javascript API ==


View the [[OggPlayJavascriptAPI | draft OggPlay plugin Javascript API]]
View the [[OggPlayJavascriptAPI | draft OggPlay plugin Javascript API]]
== Developer's Guide ==
=== Linux ===
=== Windows ===
For detailed instructions how to setup Mozilla plugin development environment and start hacking on OggPlay Mozilla Firefox plugin go to: [ Win32 Development Envrionment Setup]
=== MacOS ===

Revision as of 22:25, 13 June 2007

Overview

OggPlay is a library designed to allow drop-in playback of Xiph.Org media in an application. OggPlay handles demuxing and decoding, generates timestamps for raw data, maintains synchronisation across multiple streams, and provides a lock-free buffer implementation for easy multithreading.

OggPlay is a work in progress: the first release should be availably by mid-2007.

OggPlay is currently hosted by Annodex, although there are plans to move hosting over to the Xiph.Org servers. SVN access is available through http://svn.annodex.net/liboggplay/trunk.

Plugin Javascript API

View the draft OggPlay plugin Javascript API

Developer's Guide

Linux

Windows

For detailed instructions how to setup Mozilla plugin development environment and start hacking on OggPlay Mozilla Firefox plugin go to: [ Win32 Development Envrionment Setup]

MacOS