search for: stream2

Displaying 20 results from an estimated 38 matches for "stream2".

Did you mean: stream
2006 Feb 22
3
Streaming Music On Hold
...#39;m tearing my hair out trying to get Asterisk moh streaming to work. After several hours jerking around with icecast and muse, I tried to point my asterisk system directly at two streams I know work. This is what extensions.conf has: [default] mode=quietmp3 directory=/var/lib/asterisk/mohmp3 [stream2] mode=custom directory=/var/lib/asterisk/mohmp3-empty application=http://pubint.ic.llnwd.net/stream/pubint_wnpr and this is how I am testing it: exten => 1234,1,Answer exten => 1234,2,SetMusiconHold(stream2) exten => 1234,3,WaitmusiconHold(60) exten => 1234,4,Hangup and this is the co...
2006 Feb 23
1
Streaming Music On Hold - Reality Check
...om: Jonathan Augenstine [mailto:jaugenstine@stoneeyes.com] > Sent: Wednesday, February 22, 2006 10:03 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Streaming Music On Hold > > > Try this: > > musiconhold.conf: > > [stream2] > mode=mp3 > directory=http://pubint.ic.llnwd.net/stream/pubint_wnpr > > > extensions.conf: > > exten => 1234,1,Answer > exten => 1234,2,MusicOnHold(stream2) > exten => 1234,3,Hangup > > > On Wed, 2006-02-22 at 09:28 -0700, Douglas Garstang wrote:...
2011 May 27
3
two *independ* shoutcast listeners
...SP" source that stream to the first listener (on port 8001), audio become available on both listener ? Meaning that a player will open with success on http://myhost:8000/stream or http://myhost:8002/stream with the same audio. With two source, I have to explicitly ask for http://myhost:8002/stream2 (notice stream2) to get the second one. I only want two independent source/client instances, isolated by port number, with no interaction in between :) My snip setup below: <hostname>myhost.com</hostname> <!-- You MUST define 2 ports, port and port +1 --> <listen-socket&gt...
2010 Feb 09
2
Comparing means and trends in short time-series
...wed only part of the dataset) I have 8 years of density data, as follows: year density stream 1 2000 0.51 stream1 2 2001 0.87 stream1 3 2002 0.68 stream1 4 2003 0.56 stream1 5 2004 0.50 stream1 6 2005 0.51 stream1 7 2006 1.07 stream1 8 2007 1.02 stream1 9 2000 0.23 stream2 10 2001 0.43 stream2 11 2002 0.56 stream2 12 2003 0.59 stream2 13 2004 0.52 stream2 14 2005 0.36 stream2 15 2006 0.28 stream2 16 2007 0.38 stream2 17 2000 0.07 stream3 18 2001 0.06 stream3 . . There is a clear problem of non-indipendence of data, so this seem to preclude a cla...
2004 Aug 06
0
Second stream will not connect
...the NAT? If is simply a configuration file thing, could someone please mail me a file that works? Here is a section of the log file. I just need a little toe hold. Thanks in advance. Regards, 'Carl <p>[23/Apr/2003:20:01:57] [19:Connection Handler] DEBUG: Building request out of [GET /stream2 HTTP/1.1] [23/Apr/2003:20:01:57] [19:Connection Handler] DEBUG: Building clean request from [/stream2] [23/Apr/2003:20:01:57] [19:Connection Handler] DEBUG: Building request out of [Host: 192.168.1.10] [23/Apr/2003:20:01:57] [19:Connection Handler] DEBUG: Adding varpair [Location] == [http://192.16...
2005 Feb 07
6
Question
I have the following problem: I installed the icecast server, and I got it run.- it's opened 8000 port, but.. i have no idea how to reproduce music.- thanks of all Juan
2019 Aug 27
2
Orc JIT vs. STL
...s added recently though On Tue, 27 Aug 2019 at 21:02, Praveen Velliengiri < praveenvelliengiri at gmail.com> wrote: > Hi Geoff, > I tried it, but I can't able to reproduce it. > > Test Program: > #include <fstream> > int main() > { > std::ifstream stream1, stream2; > stream1.swap(stream2); > return 0; > } > > I didn't get undefined symbols error. I used > DynamicLibrarySearchGenerator::GetForCurrentProcess API to make symbols > from STL visible to ORC JIT. > > On Tue, 27 Aug 2019 at 20:36, Geoff Levner <glevner at gmail.co...
2019 Aug 27
2
Orc JIT vs. STL
...aries, we add them via DynamicLibrary::LoadLibraryPermanently(). >> >> The problem we have run into recently is when a module calls a function from the STL -- in particular this swap() function for input streams: >> >> #include <fstream> >> std::ifstream stream1, stream2; >> stream1.swap(stream2); >> >> When we run the constructors for the module, we get two undefined symbols. And explicitly adding libstdc++ doesn't help. It turns out that the missing symbols are defined not in the runtime DSO but in an archive file: >> >> /opt/rh/...
2019 Aug 27
4
Orc JIT vs. STL
...+ module calls functions from external libraries, we add them via DynamicLibrary::LoadLibraryPermanently(). The problem we have run into recently is when a module calls a function from the STL -- in particular this swap() function for input streams: #include <fstream> std::ifstream stream1, stream2; stream1.swap(stream2); When we run the constructors for the module, we get two undefined symbols. And explicitly adding libstdc++ doesn't help. It turns out that the missing symbols are defined not in the runtime DSO but in an archive file: /opt/rh/devtoolset-6/root/usr/lib/gcc/x86_64-redhat...
2015 Apr 03
2
After I enabled SSL, stream mountpoints broke
...rve/fserve_client_create checking for file /stream1 (/usr/share/icecast2/web/stream1) [2015-04-02 18:17:59] WARN fserve/fserve_client_create req for file "/usr/share/icecast2/web/stream1" No such file or directory [2015-04-03 01:52:43] INFO fserve/fserve_client_create checking for file /stream2 (/usr/share/icecast2/web/stream2) [2015-04-03 01:52:43] WARN fserve/fserve_client_create req for file "/usr/share/icecast2/web/stream2" No such file or directory There is nothing in the error logs after I've added this line to the <paths> and restarted icecast so I'm not s...
2005 Feb 07
1
Authentication questions
...is, but there's nothing already existing, as far as I know. The authentication file format is simple, it's one user per line, formatted as username:hash 'hash' is the md5 hash of the user's password. > > Furthermore ... The mount I am serving is in the following format /stream2, > and I am streaming in mp3 format. > The link I will send to my users is http://streamserver/auth.xsl During the > test phase I've had complains from users that the stream does not open or > starts a download. I have seen this before on the "open" streams as well. > M...
2015 Apr 04
5
After I enabled SSL, stream mountpoints broke
...le /stream1 (/usr/share/icecast2/web/stream1) > > [2015-04-02 18:17:59] WARN fserve/fserve_client_create req for file > > "/usr/share/icecast2/web/stream1" No such file or directory > > [2015-04-03 01:52:43] INFO fserve/fserve_client_create checking for > > file /stream2 (/usr/share/icecast2/web/stream2) > > [2015-04-03 01:52:43] WARN fserve/fserve_client_create req for file > > "/usr/share/icecast2/web/stream2" No such file or directory > > Those messages tell that there is no mount nor a file in web/. I suspect > that the stream is...
2005 Feb 02
2
user Authentication - fail to add an user
...levant section of my config file below. <mount> <mount-name>/stream1</mount-name> <max-listeners>100</max-listeners> <fallback-mount>/test</fallback-mount> <fallback-override>1</fallback-override> <mount-name>/stream2.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> </mount> So far so g...
2005 Feb 07
0
Authentication questions
...username and password). Since I have approx 200 users it would by nice if I could add this users in one blow instead of one by one? I have the users file available in a spreadsheet format. If not I have to do them one by one ...... Furthermore ... The mount I am serving is in the following format /stream2, and I am streaming in mp3 format. The link I will send to my users is http://streamserver/auth.xsl During the test phase I've had complains from users that the stream does not open or starts a download. I have seen this before on the "open" streams as well. My guess is that it in mos...
2006 Mar 02
0
Stream fallbacks/spillovers/splashing
...bug in Icecast, though there seems to be no willingness to fix this. If you have a stream which is a fallback for more than one source, any listener which fell back to it will be pulled forward to any source for which the stream was a fallback. Example: You have two streams, /stream1.ogg and /stream2.ogg, and a fallback called /fallback.ogg. If you have listeners to both /stream1.ogg and /stream2.ogg and both streams stop, all listeners will fall back to/fallback.ogg. Then, if say /stream1.ogg reconects, all listeners will be moved to /stream1.ogg, regardless of whether they originally tu...
2011 May 30
1
two *independ* shoutcast listeners
...first listener (on port 8001), audio become available on both >> listener ? Meaning that a player will open with success on >> http://myhost:8000/stream or http://myhost:8002/stream with the same >> audio. >> With two source, I have to explicitly ask for http://myhost:8002/stream2 >> (notice stream2) to get the second one. >> >> I only want two independent source/client instances, isolated by port >> number, with no interaction in between :) > > You'll need to use a port-specific alias on one (or both) of the ports > if you want to use t...
2004 Aug 06
2
pull relay problems
i was using multiple ports because that's how i figured i'd have to do it. o, mounting the remote source locally? i'm not familiar with how to do this. i'm also not seeing how to do this in the docs. how would i go about mounting a remote stream? -a.j. On Fri, 27 Apr 2001, Jack Moffitt wrote: > Why are you using multiple ports at all? That's what mountpoints are >
2004 Aug 06
2
pull relay problems
Would there be a way to have /stream1 and /stream2 be the same content but encoded at differant bitrates (via iceS)? thanks, paul On Fri, 27 Apr 2001, Jack Moffitt wrote: > One stream should have a mountpoint of /stream1 or something, and the > other of /stream2. > > Then you access a stream like so: > > http://my.server.com...
2018 Mar 07
1
Show all audiance in Icecast directory... cluster ?
...t;public>0</public> <hidden>1</hidden> <burst-size>384000</burst-size> <queue-size>192000</queue-size> <cluster-password>azertyuiop</cluster-password> </mount> <mount type="normal"> <mount-name>/stream2</mount-name> <stream-name>My stream</stream-name> <stream-description>Description</stream-description> <stream-url>http://domain.com</stream-url> <genre>Hits</genre> <bitrate>128</bitrate> <type>applicat...
2005 Jan 12
1
ices0 config for high and low bandwidth users
...ialup user connects the stream1 plays for about two seconds then goes sluggish. I'm theorizing that i'm giving to much for the user to handle over the modem. Below is what i have a config, but i am uncertain as to the proper setting of bitrate, samplerate, and chanels for the dialup user on stream2. Any help appreciated. Thanks. Dave. ices.conf stream settings: <Playlist> <File>/usr/local/share/icecast/conf/playlist.txt</File> </Playlist> <Stream> <Server> <Hostname>localhost</Hostname> <Port>8000</Port>...