similar to: seek, pause etc using icecast ?

Displaying 20 results from an estimated 11000 matches similar to: "seek, pause etc using icecast ?"

2004 Aug 06
3
seek, pause etc using icecast ?
On Wed, Sep 03, 2003 at 12:16:53PM +1000, Michael Smith wrote: > On Wednesday 03 September 2003 04:35, Hirendra Hindocha wrote: > > Hello, > > > > I have an icecast2 server streaming some mp3 files and am using > > winamp to listen to the stream, however I couldn't figure out if > > there is a way to seek or rewind. Is there a way to seek/fast > >
2004 Aug 06
3
seek, pause etc using icecast ?
On Wed, 2003-09-03 at 21:58, Erlend Simonsen wrote: > Hirendra Hindocha <hiren_hindocha@comcast.net> writes: > >> > >> > >> No. icecast2 is a streaming server, so it... streams. > >> > > > > Good point. I wonder how the other servers (Real Server ,Quicktime etc) do it. > > Any inputs on any other streaming servers that lets a
2004 Aug 06
0
seek, pause etc using icecast ?
On Wednesday 03 September 2003 04:35, Hirendra Hindocha wrote: > Hello, > > I have an icecast2 server streaming some mp3 files and am using > winamp to listen to the stream, however I couldn't figure out if > there is a way to seek or rewind. Is there a way to seek/fast > forward/rewind/pause using icecast2 ? <p>No. icecast2 is a streaming server, so it... streams.
2016 Sep 05
3
11.0 stuck on high network load
On 09/05/16 at 12:57P, Slawa Olhovchenkov wrote: > I am try using 11.0 on Dual E5-2620 (no X2APIC). > Under high network load and may be addtional conditional system go to > unresponsible state -- no reaction to network and console (USB IPMI > emulation). INVARIANTS give to high overhad. Is this exist some way to > debug this? Can you panic it from console to get to db> to get
2007 Dec 19
1
unexpected behavior from gzfile and unz
I get unexpected behavior from "readLines()" and "scan()" depending on how the file is opened with "gzfile" or "unz". More specifically: > file <- gzfile("file.gz") > readLines(file,1) [1] "a\tb\tc" > readLines(file,1) [1] "a\tb\tc" > close(file) It seems that the stream is rewound between calls to readLines.
2005 Feb 06
1
Seeking in a static served file
Hello. Is it possible to configure the Icecast server to seek in a static served file ? To use e.g. the slider of Winamp to forward and rewind inside a static served MP3 file from the Icecast server. Cheers - Johann ---------------------------------------------------- Netlantic GmbH | phone +49 89 960570-0 Johann Soukup | fax +49 89 960570-79
2010 Dec 02
0
[LLVMdev] Alternative exception handling proposal
Two amendments: > The semantics of the invoke instruction are slightly modified: if an exception > unwinds and it doesn't match anything in the list of catches and filters, > and there is no cleanup, then control doesn't branch to the unwind label, > unwinding simply continues out of the function. in fact the new semantics would be that if an exception doesn't match then
2011 Jun 14
3
Questions about setup
I have worked in IT for several years and programming or anything related to this is not exactly one of my strengths. I need help creating a vesamenu.. Im trying to setup up so I can access my Acronis backup and disaster recovery 10 server, knoppix live cd, hardware diagnostics - pcdoctor and maybe a hiren type boot cd. I checked the Linux irc channel which I guess is now abandoned. If anyone
2010 Dec 02
5
[LLVMdev] Alternative exception handling proposal
On Dec 2, 2010, at 1:40 AM, Duncan Sands wrote: > Two amendments: > >> The semantics of the invoke instruction are slightly modified: if an exception >> unwinds and it doesn't match anything in the list of catches and filters, >> and there is no cleanup, then control doesn't branch to the unwind label, >> unwinding simply continues out of the function. >
2018 Jul 21
4
bad text under KDE and C7
On Fri, 2018-07-20 at 10:10 -0500, Michael Hennebry wrote: > On Tue, 17 Jul 2018, Pete Biggs wrote: > > > Check your hardware - all these things might well be symptomatic of an > > hardware issue. > > I'm not at all sure how. > If it means opening the case, > hardware issues are likely to occur. > > Is there a way to tell whether the video > player is
2011 May 30
1
ControlPlayback's options
Hi List, Asterisk 's *ControlPlayback* will used for play any recorded file as an audio player. Is it possible that we can use it for multiple forward and rewind ? ex:- original: ControlPlayback(filename,skipms,ff,rew,stop,pause) expected ControlPlayback(filename,skip1,skip2,skip3,forward1,rewind1,forward2,rewind2,forward3,rewind3,stop,pause) : ----- Thanks and regards Virendra Bhati
2006 Jul 26
1
Seek Error ?
anyone ever got this error ? [Wed Jul 26 17:36:25 2006] [error] [client 192.168.11.100] (eval):21:in `seek'', referer: http://rf.mathieu.mv.sha/diary.cgi/edit/1?someting=true [Wed Jul 26 17:36:25 2006] [error] [client 192.168.11.100] : , referer: http://rf.mathieu.mv.sha/diary.cgi/edit/1?someting=true [Wed Jul 26 17:36:25 2006] [error] [client 192.168.11.100] Illegal seek, referer:
2003 Dec 11
5
Yuck! Error in buffer handling
Hello. Is this normal. Or does it mean there is a problem ? ------------------------- stop now Beginning asterisk shutdown.... Executing last minute cleanups == Destroying any remaining musiconhold processes Yuck! Error in buffer handling...: Connection reset by peer Yuck! Error in buffer handling...: Broken pipe Yuck! Error in buffer handling...: Broken pipe Asterisk cleanly ending (0).
2004 Aug 06
2
ices 0.3 seg fault
> > > $ gdb /path/to/ices /path/to/coredump > > > > > #0 0x402b708d in III_dequantize_sample () from > > #/usr/local/lib/libmp3lame.so.0 1 0x402d0bc0 in ispow () from > > #/usr/local/lib/libmp3lame.so.0 > > Cannot access memory at address 0x1 > > Could this be an alpha-version of LAME? Switching to the latest > stable version (3.93-1 afair)
2006 Feb 02
4
Rewind MusicOnHold?
Does anyone know how to rewind the music on hold? Thanks Dan Journo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060202/ab26b18f/attachment.htm
2010 Dec 02
0
[LLVMdev] Alternative exception handling proposal
Hi John, >>> For extra goodness, I propose introducing a new instruction "rewind" that takes >>> an exception pointer and selector value as arguments: >>> rewind<ptr>,<i32> >> >> Actually the existing "unwind" instruction can be repurposed for this, as there >> was no real need for rewind to take any arguments. All
2004 Aug 06
0
seek, pause etc using icecast ?
You know winamp does support seeking on HTTP connections via the Range: header, of course it relies on the client figuring out how the byte offset corresponds to the time offset, which is easy for CBR files, but not for VBR files. And winamp sometimes gets confused with some streaming servers and keeps trying to seek when it doesn't need to. <p>> > No, they do it using RTSP
2006 May 18
4
multichannel streaming
On Thu, May 18, 2006 at 05:31:00PM +0000, Georg Holzmann wrote: > Hallo! > > >>So if a user wants to hear record A, then a stream should be opened > >>(maybe a new mount point ?) and only this user should be allowed to hear > >>the stream ... > >>Is this possible with icecast ? > > > >It probably would. > >(Aber man kann sich auch
2006 Sep 11
1
scp files with ':' in filename
greetings, would it be a good idea to include within the scp man pages, how one would use scp to copy files which have the ' : ' character in the filename? a friend struggled a little trying to do this, discovered the answer on google, i thought it might be usefull to have in the man pages too. the solution was to use the files' full path so that scp recognised it as a file. please cc
2010 Jan 25
1
How to make SpeechBackground keep playing if utterance doesn't match our grammar
Hi, We've run into an interesting (to us) problem with SpeechBackground. Inside a AGI script, we're playing some extended audio?basically, like a podcast?and we want playback to stop if and only if the speech recognized matches something in our grammar. If there's speech that doesn't match, we just want to go right on playing. (We're using LumenVox as our speech recognition