Displaying 20 results from an estimated 3000 matches similar to: "Request - Javascript player using Media Source Extensions"
2015 Jul 31
1
Request for Icecast-libshout 2.3.2 Release Date
(Resending because previous message got scrubbed)
Hi,
I was wondering if we have an approximate release date/horizon for Icecast-libshout 2.3.2. The last release was 2.3.1 on 20120525 and the 2.3.2 release would contain some very useful features (https://git.xiph.org/?p=icecast-libshout.git;a=blob;f=NEWS).
In case this is the incorrect list for this question, I apologize.
Thanks,
ab
2005 Jun 15
1
cannot coerce class "matchit" into a data.frame"
Greetings fellow humans,
I am attempting to export a text file after using the MatchIt package to match control with treatment subjects. I attempted to write.table and used the following syntax:
"write.table(social,"shaka.txt",sep=" ",quote=FALSE,row.names=FALSE,col.names= FALSE)"
But received the following error message:
"Error in
2020 Feb 06
2
Call for testing: OpenSSH 8.2
On Wed, 5 Feb 2020, Phil Pennock wrote:
> On 2020-02-06 at 10:29 +1100, Damien Miller wrote:
> > * sshd(8): allow the UpdateHostKeys feature to function when
> > multiple known_hosts files are in use. When updating host keys,
> > ssh will now search subsequent known_hosts files, but will add
> > updated host keys to the first specified file only. bz2738
>
2006 Jun 07
6
I want to stick my models in a module
I''ve got enough models now that I''d like to separate them into
modules. For example, I have the class Player that I want to stick in
the Trainer module. I''ve changed the definition to
class Trainer::Player
I''ve created a models/trainer dir, test/unit/trainer, and
test/fixtures/trainer. Change the PlayerTest class to be
Trainer::PlayerTest. I get the
2018 Dec 03
2
Character encodings in ICY metadata
Good morning,
On Sat, 2018-12-01 at 16:20 -0800, Greg Ogonowski wrote:
> UTF-8 is now the universal standard.
(ICY context:) Expect if you are in Asia. Or in central Europe. Or maybe
in Africa. I'm not aware of servers on the poles, maybe they use..., ...
> It supports ALL character sets.
As long as "ALL" is defined as what English people need plus all emoji
in all skin
2006 Apr 03
2
problems testing on 1.1 and postgresql
Hi,
I get errors doing this:
1) createdb myapp_test
2) rake db:test:clone_structure
3) rake test:units
rake aborted!
PGError: ERROR: relation "matches" already exists
I''m using the :sql schema format because there are some problems with
postgres and the :ruby schema format
config.active_record.schema_format = :sql
It seems rake test:units is trying to create the tables
2006 Mar 19
4
Trouble with composed_of
I''m trying to use composed_of within my model. I have a field in my
database named ''card1'', which is simply a string. I have this in my
model
class Player < ActiveRecord::Base
composed_of :card1, :class_name => ''Card''
end
class Card
attr_reader :value, :suit
def initialize(s)
@value = s[0].chr
@suit = s[1].chr
end
end
The
2010 May 05
2
linux media player as default media player for WINE
Hi,
First post, so please be nice ; )
I am trying to set my linux vlc as default media player for wine. I am
trying to do that because i use a software called TVAnts to tune tv
channels and I would like to skip one step of the process which is
starting vlc or any other media player and point it to the address of
the stream. something like:
$ vlc http://localhost:16900/1.asf
As I understand
2012 May 07
3
[PATCH] Optionally, allow distros to use openssl for MD5 verification
El 07/05/12 06:23, Miroslav Lichvar escribi?:
> On Sat, May 05, 2012 at 05:34:31PM -0400, Cristian Rodr?guez wrote:
>> This has the advantage of being more efficient than the included
>> routines and allows distros to centralize crypto mainteniance on
>> a few libraries.
>
> Isn't the OpenSSL license incompatible with GPL? IANAL, but I think
> the flac and
2011 Nov 01
3
CrossOver license
Hey guys,
I have a question about CrossOver and the LGPL license. I'm looking into licensing some software of my own and I'm not sure if I can.
>From what I've read the LGPL license doesn't allow any product to be sold if it's based on LGPL protected software, unless it uses the software simply as a plug-in:
> A program that contains no derivative of any portion of the
2003 Oct 07
1
Ogg support in Windows Media Player 9 and WMP Media Library
Greetings all,
I've got some questions and news (I think) regarding the Ogg
DirectShow filter, and Ogg support in Windows Media Player
and the WMP Media Library.
The OggDS that's in CVS -- is there any reason it's only
at the 0.9.9.3 level and not the 0.9.9.5 level that's on
Tobias's webpage?
After downloading the 0.995 version and digging through the
Windows Media
2003 Oct 07
1
Ogg support in Windows Media Player 9 and WMP Media Library
Greetings all,
I've got some questions and news (I think) regarding the Ogg
DirectShow filter, and Ogg support in Windows Media Player
and the WMP Media Library.
The OggDS that's in CVS -- is there any reason it's only
at the 0.9.9.3 level and not the 0.9.9.5 level that's on
Tobias's webpage?
After downloading the 0.995 version and digging through the
Windows Media
2008 May 02
0
[Bug 15800] New: FLV Javascript player doesn't work
http://bugs.freedesktop.org/show_bug.cgi?id=15800
Summary: FLV Javascript player doesn't work
Product: swfdec
Version: git
Platform: x86-64 (AMD64)
URL: http://flv-player.net/players/js/
OS/Version: Linux (All)
Status: NEW
Severity: enhancement
Priority: medium
Component: plugin
2008 Nov 01
1
Announce: OMTK Javascript Vorbis player
Hi again,
well, it's not really true that I can present a pure Javascript Vorbis
player, but I've been playing along with a few ideas I had to put back
last year as it showed that I was not really able to get a proper Vorbis
player working with Flash 9. Now, with Flash 10 and the performance
optimizations I've been able to achieve, it seemed as a good idea to go
on. Basically,
2006 Sep 17
1
R-base licensing question
It is my understanding that R is licensed under the GPL with the
exception of a few header files for the purposes of linking binary code
with R under non-GPL licenses.
However, the R-base package itself is licensed under the GPL, as are
many (but not all) packages in CRAN. Furthermore, basically any R
script will use functionality from R-base. As I understand it, the
situation isn't
2014 Mar 05
2
[LLVMdev] [cfe-dev] C++11 reverse iterators (was C++11 is here)
On 2014 Mar 2, at 22:27, Chandler Carruth <chandlerc at google.com> wrote:
>
> On Sun, Mar 2, 2014 at 10:13 PM, Saleem Abdulrasool <compnerd at compnerd.org> wrote:
> On Sun, Mar 2, 2014 at 9:26 PM, Chris Lattner <sabre at nondot.org> wrote:
>
> On Mar 2, 2014, at 8:53 PM, Renato Golin <renato.golin at linaro.org> wrote:
>
> > On 3 March 2014
2008 Jan 11
1
How do I change the default media player from Totem to <anything-else>?
On CentOS 5.1 (and before), the default player for CD and DVD media is
Totem, despite the fact (?) that it doesn't handle a whole bunch of media
very well (i.e., can't play them at all) by default.
Unfortunately, this is not one of the preferred applications controllable
from that applet (it only does browser, email and terminal emulator.
I'd like to change what plays the CDs and
2007 Sep 25
1
MP3 plugin for XMMS media player - CentOS 4.4
Where can I find the best XMMS player plugin for MP3 files please,
compatible with CentOS 4.4?
Thanks,
Andy
2006 Mar 12
1
beep media player
Hi,
I was using xmms for a whie but it is inconvenience so i want to switch
to beep media player. However, i can not find this media player in
centos and dag repo. Dag has bmp-mp3.i386 but not the program. Anybody
know where to get this for centos? Building from source requires gtk+
2.8 but the current version available on centos is 1.2!!! Hope anone
can help
Thai
2007 Mar 23
0
Streaming ogg vorbis to windows media player
Hi,
I have been struggling with streaming ogg vorbis audio to windows
media player for a couple of days now with no success. I would really
appreciate if someone could provide more insight into this. Please do
let me know if there is any other mailing list which would be
appropriate for a question like this. I posted this to vorbis mailing list.
However this issue could not be resolved.