Displaying 20 results from an estimated 5000 matches similar to: "Multimedia support"
2015 Mar 10
0
Icecast Digest, Vol 129, Issue 6
Great, I think this will be cool
On Mar 9, 2015 8:00 PM, <icecast-request at xiph.org> wrote:
> Send Icecast mailing list submissions to
> icecast at xiph.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xiph.org/mailman/listinfo/icecast
> or, via email, send a message with subject or body 'help' to
>
2015 Mar 11
1
ICeS Installation
Hi,
Am trying to build the source but am having this libshout dependency issue.
I have downloaded libshout3 but each time i try to run the configure, it
still says 'libshout not found'. Is there any config file for the route of
this libshout dependency?
Thanks
--
*Akah Larry N.H*
*Lead Software Engineer @ GiftedMom*
*Software Engineer @ IceTech Inc*
*Web And Mobile Software Developer*
2010 May 19
5
Guess everyone saw this already?
Google has opened up VP8, and has lined up about 40
companies/organizations (including xiph) in a coordinated launch:
http://www.webmproject.org/
Anyone know where there are quality comparisons between H.264, Theora,
and VP8?
-SteveK
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
2017 Nov 08
4
Gapless concatenation of Opus frames
Hi!
Short version of my question: How to produce Opus frames which can be
safely concatenated and how to embed them into a WebM file?
Long version:
I'm currently implementing a web-based audio player which streams
audio as opus/WebM using the HTML5 media source extensions. Currently,
the server decodes a set of input files to a fixed RAW audio format
(stereo, 48000 kHz) and encodes the
2017 Nov 13
3
Gapless concatenation of Opus frames
Hi Jean-Mark,
thank you for your answer!
Yes, you understood my question correctly. I was just about to compose
a reply to my original question, where I described how I solved my
problem. As you've already suggested, I've switched to Ogg/Opus, which
is better supported, but does not work with the Media Source Extensions.
I'll have a look whether disabling prediction will help with
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 29
3
Theora and WeBM support in Firefox and Opera
I did some tests:
### Theora support in Firefox 3.7a (missnamed as "Minefield"):
Same as since 3.5 (plays, no controls if Javascript off, no thorough
retest of buffering issues).
http://lists.xiph.org/pipermail/theora/2010-January/003369.html
http://bugzilla.mozilla.org/show_bug.cgi?id=449358
### WeBM support in Firefox 3.7a
Seems to play (controls bug of course also there) and
2012 Jun 17
3
Opus and WebM support have landed
On Sun 17 Jun 2012 01:44:32 PM PDT, Parisson wrote:
> A few months ago, when you released libshout 2.3.0, you talked about a hacked
> version of shout2send plugin for GStreamer. As I also use GStreamer to stream
> live, could you please share your patch so that I can test it against Icecast
> trunk and some webm streams?
The webm support for shout2send landed in gstreamer git some
2017 Nov 16
2
Gapless concatenation of Opus frames
Hi all,
I finally understand how lipopusenc is capable of producing chainable
Opus files (in contrast to my program), and I managed to successfully
implement the method [1].
Essentially, the last frame of a file is marked as a "keyframe" by
disabling prediction for this frame in libopus. This encoded keyframe
frame is then copied in verbatim to the next file, with the pre-skip
set to
2011 May 07
5
Ogg Vorbis for internet explorer 9
Hello,
I would like to know if there is a plugin for internet explorer 9 so
that it supports playback of Ogg Vorbis files.
In fact, I'm devellop a media site, and I use the tag <audio>. Since I
want to promote ogg vorbis, I will require users to post their music in
this format.
For versions of Internet Explorer less than 9, I'll use a flash drive
that can play ogg files. His name
2017 Nov 15
2
Gapless concatenation of Opus frames
Hi Jean-Marc (and everyone else who replied),
> Considering you're switching to Ogg, I think you should give libopusenc> a try. It does a really good job at getting rid of *all*
discontinuities> -- to the point where you can chop a song into files
less than one> millisecond each and it still sounds good. It's also
pretty simple to> use. You just feed it audio and tell it
2014 Jun 24
4
Webm streaming.
Hello,
I?m new to icecast, after installing and configuring audio, I want to stream some webm videos in web browsers, so I have a few questions (I can?t find the answers in the docs) :
- Which source client should I use ?
- I want to stream an already encoded video, does it require a source client ?
- How can I embed that in a browser ?
Thanks by advance for your help.
Olivier BATARD
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 May 22
4
[OT-ish] WebM/Ogg VP8 streaming
Hi all,
Sorry for the VP8 question on the Theora list, but I think all the
relevant people are here :)
I'm using Icecast to distribute some Ogg Theora streams at the moment
with a view to adding VP8 along side these in future. Ideally I'd just
use Ogg VP8+Vorbis, I know there is a mapping for this already but how
much support from the browsers can I expect for this configuration?
2012 Jun 19
1
flac-dev Digest, Vol 91, Issue 4
Perhaps update the codec to handle 32 bit files while remaining the same
otherwise?
Dennis Brunnenmeyer
FULL FIDELITY MUSIC
------------------------------------------------------------------------
On 6/19/2012 12:00 PM, flac-dev-request at xiph.org wrote:
> Send flac-dev mailing list submissions to
> flac-dev at xiph.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
2000 Jun 13
3
putting the video into ogg multimedia
With both vorbis and libmng nearing stable status, I've been thinking
about combining the two to make a real multimedia format. What would be
involved in embedding mng in an ogg bitstream? From what I've read of the
documentation, there doesn't seem to be any codec-enumeration system. Do
we just interleave the packets and let the player guess based on the
headers which codec to try? I
2019 May 01
4
Webm files written without duration in header
Dear all
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?
Should icecast be writing the duration into the header or should this
somehow be passed from ffmpeg?
The requirement is really to determine the duration of the streamed