Displaying 20 results from an estimated 60 matches for "fluendo".
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 source and the official binary
...nvoking "ant applet stripped" at the command line. This produced a number of jar files, including a "cortado-ov-stripped-0.6.0.jar" file, as expected. Examining the insides of the cortado-ov-stripped-0.6.0.jar file revealed a number of files in the following layout:
./com
./com/fluendo
./com/fluendo/jst
./com/fluendo/jst/Buffer.class
./com/fluendo/jst/Bus.class
./com/fluendo/jst/BusHandler.class
./com/fluendo/jst/BusSyncHandler.class
./com/fluendo/jst/Caps.class
./com/fluendo/jst/CapsListener.class
./com/fluendo/jst/Clock$ClockID.class
./com/fluendo/jst/Clock.class
./com/fluendo/...
2009 Nov 20
1
Licenses GPL and LGPL
...f my Java applets using the Theora decoder. I would like to write a LGPL library to use the decoders in Processing (see processing.org).
I prefer LGPL over GPL because it allows a wider usage of the library. The core libraries of Processing are released under LGPL as well.
I would like to use com.fluendo.plugin and com.fluendo.jheora which are LGPL, but the problem is that they use some classes from com.fluendo.jst and com.fluendo.utils that have a GPL license at the beginning of the file. I think that if you need a single GPL file to compile a LGPL library, the whole must be released under the GPL...
2010 Oct 13
2
total newbie issue with Cortado player using new java 1.6.0_22
...tentLength: 5929
[INFO] server contentType: text/plain
[INFO] [Message]: Pad: httpsrc:src type: STREAM_STATUS, start, reason: ok,
activating
[WARN] server contentType: text/plain disagrees with our typeFind:
application/ogg
[INFO] using typefind contentType: application/ogg
[INFO] Ogg payload com.fluendo.plugin.TheoraDec found
[INFO] Ogg payload com.fluendo.plugin.VorbisDec found
[INFO] Ogg payload com.fluendo.plugin.KateDec found
blah blah
[INFO] [Message]: Pad: buffer:src type: STREAM_STATUS, stop, reason:
wrong-state, stopping
[INFO] [Message]: Pad: httpsrc:src type: STREAM_STATUS, stop, reason...
2004 Oct 19
2
First public release of Flumotion Streaming Media Server
Hey everyone,
we finally bit the bullet and threw out our firstborn for public
consumption. For those not yet in the know, Flumotion is a streaming
media server based on GStreamer and Twisted under development by
Fluendo.
This release gives users access to the basic features of the server and
demonstrates its distributed capabilities. We will follow up with a
release within a couple of weeks to address some of the remaining issues
and fix items that our users discover.
Yes, there will be bugs. Feel free to repor...
2004 Oct 04
0
relaying http://mirror.fluendo.com:8800/
Hi all,
Thanks to Fluendo test stream at http://mirror.fluendo.com:8800/,
I have done some quick hacks on my streaming server JRoar
(http://www.jcraft.com/jroar/) and, now it can relay OggTheora streams.
If you are interested in it, you can try
http://jroar.jcraft.com:8800/test.ogg
If you are interested in relaying OggT...
2004 Dec 02
0
Re: [Theora-dev] Fluendo sample stream and artifacts
...llo!
As I have got no answer on theora-dev, may be the question
belongs more to this list, I'm retrying here:
----- Forwarded message from Ivan Popov <pin@medic.chalmers.se> -----
Date: Thu, 18 Nov 2004 21:50:15 +0100
From: Ivan Popov <pin@medic.chalmers.se>
Subject: [Theora-dev] Fluendo sample stream and artifacts
To: theora-dev@xiph.org
Hello,
I am looking at http://mirror.fluendo.com:8800/ and see the mostly
static test picture, while there are visible artifacts, remarkable e.g.
at the upper border of the violet rectangle (near its upper right corner),
third rectangle from the...
2010 Jan 18
1
Processing library based on Cortado
...ybe 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 com.fluendo.jst and I use just some parts of com.fluendo.plugin.
For now, I use only the video (not the audio), but you can already do many interesting effects with Processing. You can see the examples and download it from http://www.fotosdelpais.com/octavi/pogg
Let me know...
2016 Sep 21
3
PHP vulnerability CVE-2016-4073
On 2016-Sep-21 14:35, Adrian Sevcenco wrote:
> On 09/21/2016 02:02 PM, ?????? wrote:
> > Hello,
> >
> > My server with CentOS 6.8 just failed PCI scan, so I'm looking into
> > vulnerable packages. PHP 5.3.3 have multiple vulnerabilities, some of
> > them are fixed/patched or have some kind of workaround. But I can't find
> > a way to fix this one.
2012 Sep 09
2
VLC Equivalent for CentOS 6.3
Hey All,
Is there anything available in the CentOS 6.3 software catalog that can
play a DVD? I am loath to install software from external repositories.
That only leads to headaches.
--
_
?v?
/(_)\
^ ^ Mark LaPierre
Registerd Linux user No #267004
www.counter.li.org
****
2006 Oct 26
2
RELEASE: Cortado 0.2.2 'Really Tested Verily Exceptionally'
This mail announces the release of Cortado 0.2.2 'Really Tested Verily Exceptionally'.
This is Cortado, a multimedia framework for Java written by Fluendo.
It contains:
- JST, a port of the GStreamer 0.10 design to Java
- jcraft, a copy of the JCraft JOgg/Jorbis code
- jheora, an implementation of Theora in Java
- codecs (currently only containing the Smoke codec, a variant on Jpeg)
- JST plugins for:
- HTTP source element
- Ogg and Multipart de...
2015 Dec 18
5
playing DVDs on C7
Hi all!
I'm trying to finish setting up my newly upgraded C7 system.
It's on the same hardware I ran C6 on for several years. on C6 I had no
trouble playing DVDs (after installing tons of packages and libdvdcss).
Well, on C7, I've got totem (videos) and all its plugins I can find
via yum, VLC (from nux) all the gstreamer and gstreamer1 packages I
can find, everything with
2008 Jun 06
3
How Ogg mappings translate into the codecs parameter in Ogg media types
Hi all,
I am trying to set up the codecs table in the wiki and we have played
a bit with Dirac to find out what existing tools write into the
header.
The Schroedinger implementation by Fluendo uses (or used to use)
"KW-DIRAC" as the identifier in the Ogg header.
"BBCD" is the identifier of each of the Dirac data packages.
More recently, I read that the Dirac Sequence header will be used as
the Ogg BOS packet directly.
I'm not sure this is the best solution and I...
2016 Sep 21
0
PHP vulnerability CVE-2016-4073
...with
CentOS 7 and the PHP is so outdated that it causes problems when using
third party projects because the developers of those projects aren't
using anything that old anymore. And for the TLS stack, mobile really
benefits from chacha20 ciphers.
With respect to multimedia, there's the fluendo codec pack but
interestingly FireFox won't play mp3 with the fluendo codec pack, it
wants the libmad plugin.
And even more bizarre, maybe they have fixed it, but GStreamer 1.x in
CentOS 7 when it shipped was not capable of decoding the VP9 codec used
in WebM2. CentOS 7 came with tools to e...
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
2017 Feb 21
2
movie player vs. mp3
...urce, and
> so on, but installing mplayer from the nux repos is probably the easiest
> workaround. Or mpv if it's available, I'm not sure if it is.)
>
Fedora apparently now allows mp3 decoders but not encoders.
If movie player is totem - it is GStreamer based and you can buy the
fluendo plugins and they works well and are fairly cheap.
2011 Jul 09
6
Celebrating Centos 6.0 Day World-wide
Saturday, 9 July 2011 in England.
This afternoon I was very enthusiastically telling staff in a large US
owned stationary and computers chain store (with often too high prices),
Staples, about the joys and benefits of using Linux, specifically
Centos, over M$ Windoze.
May I suggest that all us very grateful users of Centos make 6 copies of
Centos 6.0 (either i386 or/and X64) and hand then out
2005 Sep 07
1
encoder settings
...bytes
5.889 sec. read 4362 bytes
6.849 sec. read 4211 bytes
7.858 sec. read 4305 bytes
8.767 sec. read 4337 bytes
10.216 sec. read 4153 bytes
11.488 sec. read 4352 bytes
I'm not sure why but this makes the playback not very smooth. I have one
"reference" Theora stream (http://stream.fluendo.com:8810) and this one
works just fine, the player displays it without any delays etc. Here is the
timing for this stream:
0.0 sec. read 1448 bytes
0.022 sec. read 1448 bytes
0.07 sec. read 1448 bytes
0.183 sec. read 1448 bytes
0.206 sec. read 1448 bytes
0.209 sec. read 1448 bytes
0.222 sec. read...
2015 Dec 18
2
playing DVDs on C7
...VLC successfully on my
> CentOS 7 system using the nux package stack, incidentally, but there
> are several DVD's in my collection that will not play with the VLC
> in nux dextop. But I also purchased (the very first version a
> number of years ago) and keep support updated for the Fluendo
> OnePlay DVD player (fully legal, licensed, DVD playback) and it both
> works perfectly on CentOS 7 and plays those titles that VLC has
> trouble with (like the DVD copy included in the Bluray edition of
> Titanic).
I don't play a LOT of DVDs, but on, e.g., C6 on the same hardware...
2010 Dec 01
10
centos 5.5 - using mp3
Good day,
Been googling about this matter.
Afraid I am now confused.
Too many options..: for/against/whatever.
Some is years ago.
Kindly please a step x step manner in which to accomplish to enable mp3
please.
Thanks
Johan
2008 Apr 25
0
RELEASE: Flumotion 0.5.2 'Can Tomas'
...l manager process to control the complete network; one
or more worker processes distributed over machines to run actual streaming
components; and one or more admin clients connecting to the manager to control
it.
For more information, see http://www.flumotion.net/
To file bugs, go to https://code.fluendo.com/flumotion/trac/newticket?component=flumotion
-------------- next part --------------
Release notes for Flumotion 0.5.2 "Can Tomas"
The Flumotion team proudly announces
a new release of the development 0.5 branch
of the Flumotion Streaming Server.
Flumotion is a streaming media serve...