Displaying 20 results from an estimated 1600 matches similar to: "Streaming"
2006 Mar 31
5
Best Linux distibution for ruby on rails developement?
Hi,
I am on Kanotix linux since the first distribution was released by Kano.
However I am tired of the "if it can go wrong it will go wrong on
Kanotix" pattern.
Please recommend a distribution that by your experience is best for ruby
on rails development and need no hour-long tweacks for even "simple"
tasks.
Thanks,
Jan Martin
--
Posted via http://www.ruby-forum.com/.
2007 May 02
13
RSpec 0.8.2 pain, missing spec/rails?
Hi. I''m upgrading a project from an 0.8.0 pre-release gem to 0.8.2.
I''ve installed the 0.8.2 gem, and the rspec_on_rails 0.8.2 plugin:
ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/tags/REL_0_8_2/rspec
When I try to run my specs though, I get the below error. It''s as if the
spec_helper cannot find "spec/rails". I''ve noticed that
2008 Jan 10
4
Mocking and stubbing Rails'' association extensions
I''m having a lot of trouble stubbing out an association extension for
some view tests. Example rails code modeling a music album:
class Album < ActiveRecord::Base
has_many :songs do
def streamable
find(:all, :conditions => ''streamable = 1'')
end
end
end
So for a given Album instance (say @album), I need to be able to stub
both
2007 Mar 22
1
Flac encoding of 88.2kHz files -- not streamble?
Hi.
I'm trying to encode some high sample rate music (88.2kHz) into flac.
When trying this with flac 1.1.4 I get the following error:
#####
keithr@eng:~$ work/flac-1.1.4/src/flac/flac Serenissima02.wav
<snip copyright>
Serenissima02.wav: WARNING: legacy WAVE file has format type 1 but
bits-per-sample=24
Serenissima02.wav: WARNING: skipping unknown sub-chunk 'fact'
2011 Jan 30
4
Any roadmap on WebM Support ?
Hello , We are using Icecast for few years in a small french radio
station with great success ! ( hitting 60 simultaneous listeners
sometimes :-) )
http://www.radiogalere.org:8080/
Now we plan to stream the webcam capture of the studio, we 've done a
test with Ogv/theora @128kb video with great sucess although none of
the HTML5 browser wher able to keep on playing the stream after few
2000 Jun 19
7
Streaming Considerations.
Hey, I'm not sure if this should be in -dev or not, so I'll post it here first.
If that's wrong, LMK and I'll post it there.
I have a friend who's running an online radio station, well, group of
stations, actually.
They're stuck in the .ra format, which I personally think sucks rocks. MP3
has a lot of flack surrounding it these days, as well as the problems that
the
2000 Jun 19
7
Streaming Considerations.
Hey, I'm not sure if this should be in -dev or not, so I'll post it here first.
If that's wrong, LMK and I'll post it there.
I have a friend who's running an online radio station, well, group of
stations, actually.
They're stuck in the .ra format, which I personally think sucks rocks. MP3
has a lot of flack surrounding it these days, as well as the problems that
the
2004 Sep 10
1
[Flac-users] Subset and non-Subset files
Josh explained,
> search for "subset" on http://flac.sf.net/format.html
> (I'll make a link in the documentation to it).
That was over my head -- not the post, but the information at that URL.
Does it mean that a non-Subset FLAC file isn't streamable, that a
decoder can't read successive parts of the FLAC file and generate
successive parts of the WAV?
2001 Jan 12
2
Suggestion!
Hey guys,
Keep up the goodwork! I have a suggestion...why not make Ogg Vorbis
streamable through QTSS or Darwin Streaming server. The people at
Apple are willing to incorporate it I'm sure. Would be nice to be able
to stream Ogg Vorbis from with QTSS or Darwin Server!! Lemme know what
you think!
Regards,
Mark
--
Mark de Bokx - Application Engineer
Cistron Internet Services
P.O. Box 297,
2000 Sep 13
3
Hacking up streaming - we want to
Hi,
We would like to stream some of our content as OGG Vorbis.
We've currently managed to hack liveice and icecast to stream over HTTP
and play that with ogg123. But from reading the dev list, I see that's
also been done here, probably in a more elegant way - can anyone point
me at the right place to see the current state of this?
For now we'll probably just be doing this
2005 Feb 01
2
Encoding Options
I have read FLAC's "--help", the man-page, and the HTML documentaion, but
there are a few things that I don't understand.
1. I'll start with the thing I'm most confused about. The --best option is
synonymous with -l 12 -b 4608 -m -e -r 6. Why is that? Is not -l 32 better
that l- 12? And you can have -r 0,8 without using --lax, and -r 0,16 with
--lax.
2. The --lax option
2016 Oct 12
2
RFC: General purpose type-safe formatting library
>> 1. os << format_string("Test"); // writes "test"
>> 2. os << format_string("{0}", 7); // writes "7"
>
>
> The "<< format_string(..." is ... really verbose for me. It also makes me
> strongly feel like this produces a string rather than a streamable entity.
I wonder if we could use UDLs instead?
os
2004 Oct 10
1
best params for safe archiving, 192kHz no-lax and w64 support
Hi Josh,
On Sat, 2004-10-09 at 22:41, Josh Coalson wrote:
> --- Marek Peteraj <marpet@naex.sk> wrote:
> > Hi all,
> >
> > i'd like to ask what the best options are for safe 24bit 96kHz
> > archiving. Currently i'm only using -8 but there are also some other
> > options like block size etc. Can anyone suggest?
>
> I haven't heard of
2008 Jun 06
2
Finding out the duration of an Ogg stream
Hello people!
I'm developing a Java Ogg media player applet and I have encountered a
problem while creating a progress bar. I need to know how long, in
samples or seconds, the Ogg stream that I'm playing is, and I need to
know it before I have downloaded the entire stream. Problem is, I don't
see how I could do that.
I could provide a "duration" argument, but that would
2002 Sep 26
3
RedHat kickstart with PXELINUX [A small change for pxelinux]
It looks like someone else also has the same problem:
http://www.zytor.com/pipermail/syslinux/2002-September/000848.html
I don't know much about Intel i386 asm. Otherwise, I will send a
patch :-).
H.J.
----- Forwarded message from "H. J. Lu" <hjl at lucon.org> -----
I am using pxelinux to do RedHat kickstart install. I ran into a
problem. Both pxelinux and kickstart use
2004 Sep 10
2
Storing FLAC in Matroska
Hello,
I'm looking into storing FLAC audio in Matroska and I have a few
questions.
1. Can I use libflac to extract the compressed frames?
Or will I need to write up a simple file parser?
2. What is required to decode the frames?
From the docs I understand that you need the FRAME and you may need the
METADATA_BLOCK.
Thanks,
Jory Stone
jcsston@toughguy.net
Matroska, the new,
2004 Oct 09
3
best params for safe archiving, 192kHz no-lax and w64 support
Hi all,
i'd like to ask what the best options are for safe 24bit 96kHz
archiving. Currently i'm only using -8 but there are also some other
options like block size etc. Can anyone suggest?
Also i'd like to ask whether a no-lax 192kHz mode is planned in flac,
seems like 192kHz isn't directly supported although flac can compress
such rate in lax mode.
My last question - is there
2004 Nov 11
3
Legal sample rates
On Wed, 10 Nov 2004 16:08:21 -0800 (PST)
Josh Coalson <xflac@yahoo.com> wrote:
> > Is there someway of figuring out if a sample rate is valid?
>
> that's the right way.
But it doesn't tell me that the sample rate is invalid it tells
me FLAC__SEEKABLE_STREAM_ENCODER_STREAM_ENCODER_ERROR or
FLAC__STREAM_ENCODER_NOT_STREAMABLE.
> the reason it's being rejected is
2012 Jun 14
3
flac -- exhaustive model search vs. -A <*>?
"Linda A. Walsh" <flac at tlinx.org> wrote:
> what does the exhaustive model search do?
I am not an expert on the guts of FLAC, but
there is some information about this at:
http://flac.sourceforge.net/documentation_format_overview.html
and scroll down to "MODELING".
> Does it try all of the functions listed under "-A" to find the 'best',
>
2016 Oct 12
2
RFC: General purpose type-safe formatting library
Ahh, UDLs also wouldn't permit non literal format strings, which is a deal
breaker imo
On Wed, Oct 12, 2016 at 7:03 AM Zachary Turner <zturner at google.com> wrote:
> I'm not sure that would work well. The implementation relies on being able
> to index into the parameter pack. How would you do that if each parameter
> is streamed in?
>
> "{0} {1}"_fs(1, 2)