similar to: Seek issue in cortado player

Displaying 20 results from an estimated 1000 matches similar to: "Seek issue in cortado player"

2008 Nov 03
0
No subject
<br> 4) Subtract 1 from the keyframe, then repeat step 3).<br> <br> 5) Begin reading from the frame discovered in step 4. Drop any packets<br> which are output on the first page. Count down until we reach the<br> keyframe, dropping packets until then.<br> <br> 6) Continue counting down until we reach the target frame, we are now<br> decoding each
2008 Nov 03
0
No subject
4) Subtract 1 from the keyframe, then repeat step 3). 5) Begin reading from the frame discovered in step 4. Drop any packets which are output on the first page. Count down until we reach the keyframe, dropping packets until then. 6) Continue counting down until we reach the target frame, we are now decoding each frame/packet. At the target frame produce the YUV output. Steps 4 and 5 are
2010 Apr 29
3
Ogg index and Skeleton 4.0
Hi everybody, I've updated OggIndex to now output Skeleton 4.0 tracks. The differences between Skeleton 3.x and Skeleton 4.0 with OggIndex is: * The fisbone packet now includes a "Radix" field. * The fisbone packet now includes two new compulsory message headers; "Role" and "Name". * The fishead packet no longer includes "start time"
2010 Jun 11
2
Skeleton 4.0 final draft
On 06/10/2010 09:25 PM, Chris Pearce wrote: > I looked at Benjamin's proposal, it does indeed produce much better > compression. However I decided not to use it because I felt it was too > complex. For the record, the Skeleton 4.0, as implemented by OggIndex, currently requires a multi-round iteration to produce. The encoder produces the index, then shifts the file content
2009 Oct 23
2
Cortado yuv thread patch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The attached patch splits Theora decode and YUV2RGB into separate threads. These are by far the two most computationally demanding components of Cortado, so by splitting them we can substantially improve performance on multiprocessor machines. I have verified that the patch does split these into two threads, and performance does appear to improve.
2008 Nov 11
5
further debugging of my ogg/theora decoder
Hi, I am continuing to try to debug my ogg/theora decoder. The issue seems to be that not enough packets are being pulled from the bitstream, here is some sample output from my player with some debugging comments put in: (playback began at first frame, this is from the middle of the clip) get page at 1765027 got packet frame++, skip is 0 frame decoded page processed, kframe=414 : offs=442 get
2010 Jun 11
2
Skeleton 4.0 final draft
On 06/10/2010 08:16 PM, Chris Pearce wrote: > I have no plans to change the 'index' packet format further. I have proposed an alternative formulation of the index packet at http://github.com/bemasc/OggIndex/blob/master/Proposed-modified-spec.txt That repository also contains a working implementation of the alternative formulation. I have reviewed the details with Chris extensively.
2009 Sep 22
5
Indexing Ogg files for faster seeking
I've developed an indexer which embeds a keyframe index track in Ogg files. It embeds the index in its own track, so that players that don't understand or don't want to use the index can just ignore it. Ogg needs this to make seeking over networks faster and more efficient. Currently we must do a bisection search when seeking, which usually takes aound 6 HTTP requests, give or
2010 Oct 13
8
Cortado status controls in IE6
I have need to make an .ogv file available on IE6. I am using cortado_latest.jar to make this happen. Hovering over the playing video causes the status bar to appear as expected. In the status bar the play button, pause button, and stop button all work as expected. However the slider has no effect. I have examined and tried several of the parameters but see nothing that would make the slider
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 sourceand the official binary
It should probably not be necessary in my case to compile a custom version of the Cortado applet-the official binary works fine, and may be advantageous over a locally-compiled version (regarding compatibility with 1.1-era JVMs), as was mentioned in a previous message. My interest was to include the corresponding source code when distributing the official binary (i.e. as would be required for
2010 May 31
1
How to broadcast a live stream programme using Cortado ?
Re: How to broadcast a live stream programme using Cortado ? Hi, anyone know how to broadcast a live stream programme using Cortado? For example, the DW-tv Europe live TV http://www.dw-world.de/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora-dev/attachments/20100531/c47eecff/attachment.htm
2008 Feb 17
2
Is Cortado dead?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I am really interested in an alternative to the widely used flash video-players. itheora does a really good job by integrating cortado in an easy to use framework to allow the user to play the file either in his own media player or the cortado applet. But the actual version of Cortado has a really grave bug that makes playing some videos with java
2009 Oct 27
2
New release of the Cortado java player
Earlier this year, Xiph.org took over maintenance of the Cortado java applet, primarily used as a player for Ogg Vorbis and Ogg Theora files on systems which don't have native support. Originally developed by Fluendo SA and more recently the Wikimedia Foundation, it was hoped and agreed that moving the 'official' hosting for this open source project under the Xiph.org Foundation's
2009 Oct 27
2
New release of the Cortado java player
Earlier this year, Xiph.org took over maintenance of the Cortado java applet, primarily used as a player for Ogg Vorbis and Ogg Theora files on systems which don't have native support. Originally developed by Fluendo SA and more recently the Wikimedia Foundation, it was hoped and agreed that moving the 'official' hosting for this open source project under the Xiph.org Foundation's
2010 Jul 08
1
Cortado patch to optionally zero basetime
This patch adds an applet option to Cortado. The option is off by default, meaning that the default behavior of Cortado should not change at all. If the option is activated, Cortado will display all times relative to the ogg file's basetime (i.e. first granule). This patch was written in response to a request from Se?or Ellery, who noted that files ripped from the middle of a stream do not
2012 Oct 18
1
Old Cortado bug reports
Hi, three years ago Cortado found its new home xiph.org (as per http://lists.xiph.org/pipermail/theora/2009-October/002976.html ). However there are still 13 open bug reports in Wikimedia Bugzilla: https://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&resolution=---&product=Cortado Would you like me to upstream these tickets to
2014 Aug 24
2
Merging Ogg streams whilst updating the Skeleton?
On Sat, 23 Aug 2014, Silvia Pfeiffer wrote: > I would merge them with oggz-merge without skeleton and then add > skeleton using oggindex e.g. > http://git.xiph.org/?p=OggIndex.git;a=summary . (oggindex is also > available from http://firefogg.org/nightly/ ) Ah, that looks like the tool I was looking for! Nearly there now... With a theora+speex file, or a theora+opus file, it
2010 Jun 02
3
Fwd: Skeleton 4.0 draft, help with Dirac fields please!
On 31 May 2010 20:51, Chris Pearce <chris at pearce.org.nz> wrote: > Ok, thanks Silvia. I'll keep working on OggIndex/Skeleton 4.0 without > the new granulepos fields, and if they're ready in time I'll include > them, otherwise they can wait until Skeleton 4.x. I was waiting for Monty so summarize his ideas too, but from the irc discussion, it sounds like the extra
2010 Jan 18
1
Processing library based on Cortado
Hi, I wrote a Processing.org library based on Cortado. Maybe the Cortado developers are interested in it. At the end of November I sent a question to this list asking about the licensing of Cortado and its libraries (see http://lists.xiph.org/pipermail/theora-dev/2009-November/004015.html). As I wanted to create a LGPL library, I rewrote the package com.fluendo.utils, I don't use
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
Of interest to some on the list. Anyone familiar enough with Java to know how we go about detecting/using/incorporating an external Jorbis build into the Cortado jar ? Or are we supposed to download sources into our tree and build the whole ? ---------- Forwarded message ---------- From: Hans de Goede <hdegoede at redhat.com> Date: Thu, 04 Nov 2010 15:31:31 +0100 Subject: Merging jorbis