Displaying 20 results from an estimated 7000 matches similar to: "syncing a live stream"
2008 Jun 22
1
current_granulepos-first_granulepos ?
Hi,
Is it correct to assume that after I get the headers of a stream like theora or vorbis the packet time can be computed as
current_granulepos-first_granulepos ?
This would give me the difference between the first media packet that is not a
header and the current packet I decoded most recently. In a live stream I would have a
clock from this calculation starting at zero.
Thanks
2020 Jul 12
4
Linux source-client that can push AAC to icecast2?
Hi all, I set up ezstream to read a playlist.m3u file containing only MP3 encoded songs (to shuffle continuously) and push this to icecast2. This works, and I can also reencode to a lower bitrate.
I would like to know if there is a way to reencode these MP3s into AAC-LC 128kpbs and then push the stream to icecast2. I'm doing this on a VM with only terminal access and no audio hardware, so
2014 May 21
2
Icecast2, ezstream and reverse proxy
Hello
Ezstream is working well locally with Icecast2 on port 8000 on a Debian Wheezy platform. However, I use a reverse proxy (Pound) to pass all requests from the Internet for x.mysite.com to backend localhost:8000 i.e. my Icecast2 server. This works fine, i.e. x.mysite.com brings up the Icecast2 Status page. My problem is with the ezstream xml configuration <url></url> setting which
2008 Feb 15
2
Seeking to granules in discontinuous streams
On 15-Feb-08, at 6:44 AM, ogg.k.ogg.k@googlemail.com wrote:
> Well, it doesn't quite work because the second part of the gpos is
> an offset,
> rather than absolute, and the precision we shed on one, we need to
> recover
> on the other one, to keep the ability to timestamp events at the
> correct
> granularity. It would have worked if the second part was absolute
2004 Aug 06
3
Update ezstream playlist 'on the fly'
Hi,
I'm using ezstream to stream a list of mp3 files to my icecast2 server
which works great. I'm using a m3u playlist file which ezstream reads
when it starts and rereads when it loops. The problem is that this
playlist is quite long and I would like to be able to inject a song
last minute some where in the playlist. I have two options at the
moment to do this:
- restart ezstream
-
2007 Sep 05
5
static noise while streaming
Hi all,
I'm very new to audio streaming, so please excuse my ignorance.
I'm using icecast2 server and muse source client on gentoo linux. Some
mp3 files that I'm streaming exhibit severe static noise, in fact, the
noise is present always but is most noticeable for the records that
are currently playing,
http://24.57.213.147:8000/aha.m3u
(I'll keep this alive for a while)
I
2014 May 23
3
Icecast2, ezstream and reverse proxy
Hello,
Correct me if I'm wrong, but what you get from Icecast *is* HTTP.
Anyway, we use proxying because on our server, some of our clients
cannot connect to port 8000 without bypassing their company firewall,
and we don't have the possibility to add another public IP. So with
Apache, here is what we do :
########################################################################
#
#
2008 Feb 19
4
non-decreasing granulepos
Hi all,
something which came up recently in relation to the design of Kate's
granulepos was whether or not the granulepos of successive Ogg pages
is allowed to be the same, ie. whether or not granulepos must be
strictly increasing.
As this question is more generally about Ogg granulepos, how about we
answer it first and then get back to the discussion of Kate's
granulepos ...
Here is
2010 Sep 24
2
ezstream for video
> Nicecast is really nice but I don't like spending $$$ when perfectly
> suitable
> stuff is free. LadioCast if you want to go GUI, or grab ezstream from
> MacPorts
> and run it under the hood. The latter is what I prefer. I use a mix of
> icecast2,
> ezstream, and streamripper run off of at jobs.
Thanks for the ezstream tip. The good thing for me is that it looks like
2008 Feb 12
2
Seeking to granules in discontinuous streams
Ups! Maybe it's time somebody corrected that statement then - the wiki seems
the right place to put the correct algorithm, IMHO.
Cheers,
Silvia.
On Feb 13, 2008 10:06 AM, Ralph Giles <ralph.giles@artifex.com> wrote:
>
> On 12-Feb-08, at 2:57 PM, Ralph Giles wrote:
>
>
> http://wiki.xiph.org/index.php/GranulePosAndSeeking
>
> I'm not sure it's helpful to
2010 Nov 01
4
Camera MJPEG to Icecast
Dear All ...
I have AXIS camera with output mjpeg format.
I try to relay it to outside world using ffmpeg and it work
The recipe is taken from
http://www.daantje.nl/2007/05/07/convert-axis-webcam-stream-to-flash-swfflv/
Now .. I want to do it the otherway with Icecast
I try with wget -nv -O - http://root:root at 192.168.10.234/mjpg/video.mjpg
| ffmpeg2theora -a 0 -f mjpeg -o /dev/stdout |
2005 Dec 12
1
Ezstream
Greetings,
I'm currently working on a program which utilizes Ezstream and
Icecast2 (http://r404.sf.net).
This project operates off a binary file generating the next file to be
played, eztream had the funcalitiy required (mp3 -> ogg support on the
fly) and seemed simple enough so I'm writing the modifications to
ezstream to support getting the path off of a binary.
My question, who
2006 Jun 25
4
converting mp3's to aac+ or ogg
Hello,
I've got a FreeBSD 6 machine running icecast2 and ices0streaming four
different streams of mp3's. Now i have a need to stream the same content as
either aac+ or ogg vorbis whichever would be easiest to set up and give the
best quality. I want these new streams to handle both broadband and dialup
users without sacrificing quality. My problem is i really really do not want
to
2005 Nov 24
1
playlist streaming
is it true it's not possible to start or stop indvidual streams using icecast2+icegenerator(liveice,ezstream) combination?
i've tried mp3 directory streaming as well as playlist streaming - it works, but with no possibility to see full mp3 file listing and play control (like choosing a song, starting, stopping play). Icecast can't even diferentiate /dev/dsp input from playlist input.
2004 Aug 06
2
mp3-streaming client for icecast2
At 05:45 PM 2/10/2004, you wrote:
>On Wed, Feb 11, 2004 at 12:36:55AM +0100, Frank Schubert wrote:
> > Hi!
> >
> > I'm looking for a streaming client for the icecast2-server. It should
> > just feed mp3-files from a playlist to the icecast2-server. The old
> > shout doesn't work:
> >
> > shout -P a -e 8000 -x -p /big/m3u/list.m3u
>
>
2014 May 23
1
Icecast2, ezstream and reverse proxy
Hi,
I use a rule in iptables and solves
iptables -A PREROUTING -t nat -p tcp -d 192.168.2.32 --dport 80 -j
REDIRECT --to-port 8000
iptables-save > /etc/iptables.up.rules
echo 'pre-up iptables-restore < /etc/iptables.up.rules' >>
/etc/network/interfaces
Regards,
Rafael Gomes
Em 2014-05-23 07:44, Thomas B. R?cker escreveu:
> Hi,
>
> On 05/23/2014 09:34 AM,
2008 May 18
1
a/v sync problem
Hi,
I'm new to Ogg/Theora/Vorbis and would like to know how to get good a/v sync between theora and vorbis in an Ogg stream. Can someone point me in the right direction for help or assist me with this? I'm using the demo from the Ogg web site.
Thanks,
Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Sep 24
1
ezstream for video
>> Thanks for the ezstream tip. The good thing for me is that it looks like
>> it
>> streams ogg vorbis, for streaming video through icecast2. Any tips from
>> anyone on how to pipe streaming video into ezstream on a windows machine?
>
> If you're not trying to, say, get it to pick up on the output of some
> video
> player, then just make a playlist and
2004 Aug 06
3
new utility - ezstream
Just wanted to let everyone know that I've released a new streaming utility
called (appropriately enough) ezstream.
ezstream will read in mp3/vorbis files and send them (without reencoding)
to an icecast2 server. It can also take in input from stdin. We used to
have a utility like this (called shout) but shout had horrible timing
issues and didn't work well at all. This version
2015 Oct 07
4
EZStream: Can it stream a URL?
Got'ny good ideas for doing that then? I want to connect to a stream
for restreaming, for lack of a better term.
On Mon, 5 Oct 2015 14:41:08 +0100 (BST), you wrote:
>On Mon, 5 Oct 2015, Steve Matzura wrote:
>
>> If I put a URL in the M3U file, will EZStream stream it through
>> Icecast?
>
>No. EZStream is meant to be pretty basic.
>
>Geoff.
>