search for: streamability

Displaying 20 results from an estimated 86 matches for "streamability".

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'
2006 Oct 30
0
Streaming WAV / Converting WAV to a streamable format on the fly
Hi, I am trying to implement a web application that allows the user to playback WAV files inside a web browser. __________ Background __________ - The file server stores audio files as GSM 6.10 or TrueSpeech encoded WAV files. - The web server (most probably ASP.NET on IIS) offers the client the ability to search audio files on the file server (a different machine). - The client will be
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
2004 Aug 06
3
lowest streamable bitrate?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey Gang, I figured this is a frequently asked question, however it is not in the faq. i am wondering the lowest possible bit-rate to stream ogg at. is this an ogg limitation or is this dependent on the streaming server. Thanks in advance, (please reply to me too as i am not on the list.) <p>- -------------------------------------- Jeff
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
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?
2011 Jan 31
0
Any roadmap on WebM Support ?
Le dimanche 30 janvier 2011 03:54:10, michel memeteau a ?crit : > Is there some evolution on Webm support, does it need a lot of changes > in Libshout for example ? or does the code structure of icecast makes > it easy to add new containers/codecs ? Well the interesting question is: "Is webm streamable?". I don't know much about it nut webm is wrapped into a matroska-based
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
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,
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
2000 Sep 20
2
Streaming
Hi, I have been browins through the archives for a bit now, however I cannot seem to find any direct answer to a question I have. What streaming tools are/will be available for ogg vorbis? I found this quote on vorbis.com: "What about streaming in Ogg Vorbis format? Streaming is an important component of Vorbis. The format has been designed from the ground-up to be easily streamable. The
2005 Feb 01
0
Encoding Options
for the "best" compression: --super-secret-totally-impractical-compression-level takes forever on my system (athlon 2500+) and sometimes results in larger files. so i just stick with -8 -V --lax --no-padding. -V to ensure the encode was vail --no-padding to save a few more bytes, as "The encoder writes a PADDING block of 4096 bytes by default." though 4kb over 3000 tracks
2012 Jun 17
0
flac -- exhaustive model search vs. -A <*>?
Martin Leese wrote: > > At: > http://flac.sourceforge.net/documentation_tools_flac.html#flac_options_exhaustive_model_search > > it states, "If the max LPC order is high this > can significantly increase the encode time." > This suggest that if the max LPC order is low > then using -e will not be slow. > ---- That brings up another question then... What
2011 Jan 31
0
Any roadmap on WebM Support ?
Sorry I replied in private ... 2011/1/31 Quentin Drouet <kent1 at arscenic.info> > > > 2011/1/31 Romain Beauxis <toots at rastageeks.org> > > Le dimanche 30 janvier 2011 03:54:10, michel memeteau a ?crit : >> > Is there some evolution on Webm support, does it need a lot of changes >> > in Libshout for example ? or does the code structure of icecast
2011 Jan 31
1
Any roadmap on WebM Support ?
Hi ! 2011/1/31 Romain Beauxis <toots at rastageeks.org>: > Well the interesting question is: "Is webm streamable?". Well it seems to ma that Google made Webm especially for streaming and I've even read that it should be easier to stream webm than ogg for various reasons. > Alternatively, there seems to be a ogg mapping for vp8 floating around: >
2010 Jan 04
1
super-low 19.5KB/s theora videos
I am only able to get streamable videos at 19.5KB/s (156kb/s) due the transcoding and streaming from the mythtv setup over 900Km away the videos on the mythtv setup are 352x288 interlaced at 25fps at 524KB/s and the audio is 48000 stereo at 128KB/s What are the best setting for 19.5KB/s (156kb/s) theroa video stream? tom_a_sparks
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