similar to: problem encoding webm audio content over network stream

Displaying 20 results from an estimated 1000 matches similar to: "problem encoding webm audio content over network stream"

2010 Jan 09
1
libvorbis 1.2.3 not generating 96kHz ogg file
Hi, I'm trying to get ffmpeg (linked with libvorbis 1.2.3) to generate a 96kHz ogg file, but I seem to be limited to 50kHz . The command is ffmpeg -i t16bit96kHz.wav -acodec libvorbis test.ogg and I get the error message [libvorbis @ 0x2051460]oggvorbis_encode_init: init_encoder failedError while opening codec for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width
2013 Apr 16
2
Krad Pipe To
https://gist.github.com/oneman/5394332 This is a little hack for sending -live encoded- WebM streams to Icecast from STDIN. An example (I was using libav from git, params likely different between libav, ffmpeg etc programs) avconv -v debug -f video4linux2 -s 320x240 -r 10 -i /dev/video0 -vcodec libvpx -threads 2 -vb 128k -r 10 -f webm pipe:1 | krad_pipe2 europa.kradradio.com 8008
2010 Jul 20
1
OpenCodecs release 0.84.17338
OpenCodecs release 0.84.17338 ----------------------------- OpenCodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex, Theora, FLAC, and WebM files in Windows Media Player and other players. This release added WebM support (using versioned snapshots provided by The WebM Project), which determined the change of project's name from "Ogg Codecs" to "Open
2010 Jul 20
1
OpenCodecs release 0.84.17338
OpenCodecs release 0.84.17338 ----------------------------- OpenCodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex, Theora, FLAC, and WebM files in Windows Media Player and other players. This release added WebM support (using versioned snapshots provided by The WebM Project), which determined the change of project's name from "Ogg Codecs" to "Open
2010 Jul 20
1
OpenCodecs release 0.84.17338
OpenCodecs release 0.84.17338 ----------------------------- OpenCodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex, Theora, FLAC, and WebM files in Windows Media Player and other players. This release added WebM support (using versioned snapshots provided by The WebM Project), which determined the change of project's name from "Ogg Codecs" to "Open
2010 Jun 30
0
OpenCodecs release 0.84.17315
OpenCodecs release 0.84.17315 ----------------------------- OpenCodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex, Theora, FLAC, and WebM files in Windows Media Player and other players. This release added WebM support (using versioned snapshots provided by The WebM Project), which determined the change of project's name from "Ogg Codecs" to "Open
2010 Jun 30
0
OpenCodecs release 0.84.17315
OpenCodecs release 0.84.17315 ----------------------------- OpenCodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex, Theora, FLAC, and WebM files in Windows Media Player and other players. This release added WebM support (using versioned snapshots provided by The WebM Project), which determined the change of project's name from "Ogg Codecs" to "Open
2010 Jun 30
0
OpenCodecs release 0.84.17315
OpenCodecs release 0.84.17315 ----------------------------- OpenCodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex, Theora, FLAC, and WebM files in Windows Media Player and other players. This release added WebM support (using versioned snapshots provided by The WebM Project), which determined the change of project's name from "Ogg Codecs" to "Open
2010 Aug 03
0
OpenCodecs release 0.84.17359
OpenCodecs release 0.84.17359 ----------------------------- OpenCodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex, Theora, FLAC, and WebM files in Windows Media Player and other players. This release adds decoding support for Windows Mobile 5.0 - 6.5. Seeking is disabled for Ogg Vorbis, Theora and Speex. WebM/VP8 is not supported, and, there are no arm assembly optimizations
2010 Aug 03
0
OpenCodecs release 0.84.17359
OpenCodecs release 0.84.17359 ----------------------------- OpenCodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex, Theora, FLAC, and WebM files in Windows Media Player and other players. This release adds decoding support for Windows Mobile 5.0 - 6.5. Seeking is disabled for Ogg Vorbis, Theora and Speex. WebM/VP8 is not supported, and, there are no arm assembly optimizations
2010 Aug 03
0
OpenCodecs release 0.84.17359
OpenCodecs release 0.84.17359 ----------------------------- OpenCodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex, Theora, FLAC, and WebM files in Windows Media Player and other players. This release adds decoding support for Windows Mobile 5.0 - 6.5. Seeking is disabled for Ogg Vorbis, Theora and Speex. WebM/VP8 is not supported, and, there are no arm assembly optimizations
2013 Apr 16
0
Krad Pipe To
David, Does this work with already-existing WebM files, as in, does it parse them to only output at the appropriate rate? Or, is this meant only for realtime sources that are already appropriately rate-limited by their nature? On 04/16/2013 07:20 AM, Krad Radio wrote: > https://gist.github.com/oneman/5394332 > > This is a little hack for sending -live encoded- WebM streams to >
2014 Apr 17
2
[LLVMdev] multithreaded performance disaster with -fprofile-instr-generate (contention on profile counters)
On Thu, Apr 17, 2014 at 6:10 PM, Yaron Keren <yaron.keren at gmail.com> wrote: > If accuracy is not critical, incrementing the counters without any guards > might be good enough. > No. Contention on the counters leads to 5x-10x slowdown. This is never good enough. --kcc Hot areas will still be hot and cold areas will not be affected. > > Yaron > > > >
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: >
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
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
2012 Feb 07
0
Icecast WebM support patch
Attached is a patch for adding webm streaming support to icecast svn. Also available is my git tree: https://github.com/krad-radio/icecast-oneman/tree/format_ebml_internal My git tree is behind the svn version a little bit, I will update it soon, the webm code is identical. Please note the following: 1) This version has no external dependencies, the EBML parsing is built into the format_ebml
2014 Jun 27
1
Webm streaming.
Hi, After a few experiments I found how it works. - the easiest way is to declare a path statement in the config. - you can now copy webm files (webm streams are now supported) in the previous path - now, each files are considered as mount. BEWARE : you can't use chrome or safari or opera to open the url directly, the file will be downloaded instead of read. Works with Firefox by the way.
2019 May 01
0
Webm files written without duration in header
Hi, On 5/1/19 9:58 AM, Sytze Visser wrote: > I am streaming live with webm with ffmpeg to icecast 2.4.2. After the > stream ends, I am unable to determine the duration of the file using > ffprobe or mediainfo. Not sure but it seems that this has to do with > headers? It's a fundamental limitation of this type of streaming that the duration can not be determined beforehand and
2010 May 22
0
The new WebM codec
On Sat, May 22, 2010 at 12:06:15PM +0300, Alexandru Ardelean wrote: > Hey everyone. > > If you haven't seen this already, last week was Google I/O the third > edition. > The event page is : http://code.google.com/events/io/2010/ > The youtube channel with the keynotes is : > http://www.youtube.com/googledevelopers > One of the most interesting things at that conference