search for: stream1

Displaying 20 results from an estimated 46 matches for "stream1".

Did you mean: stream
2010 Feb 09
2
Comparing means and trends in short time-series
Dear R-list, I have a statistical problem with the comparison of short time-series, representing densities of fish in different streams. For each stream (6 in total, here below showed 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...
2019 Aug 27
2
Orc JIT vs. STL
...But it is 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...
2004 Aug 06
1
mount points & multiples streams II
...application to play the stream. so >make a .m3u file with http://ip:port/mountpoint in it and link to it off >your website. The browser will download this file and hand it off to your >player which will open it and stream the URL. in '/etc/ices/' i have created a directory named stream1 this also happens to be the mount point. I placed a 'stream1.m3u' file inside the directory. When I try to access http://ip:8000/stream1 via my internet browser it attempts to download 'stream1.mp3' and no player is launched. I have also tried accessing the stream by using http://i...
2019 Aug 27
2
Orc JIT vs. STL
...rnal 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: >> >>...
2006 Mar 02
0
Stream fallbacks/spillovers/splashing
...consider to be a 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 t...
2019 Aug 27
4
Orc JIT vs. STL
.... If a C++ 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_...
2015 Apr 03
2
After I enabled SSL, stream mountpoints broke
...oading: <ssl-certificate>/usr/share/icecast2/ssl/mysslcertname.pem</ssl-certificate> Then my icecast error log fills with this whenever anyone attempts to hit any of the stream mountpoints that failed to load: [2015-04-02 18:17:59] INFO fserve/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-...
2006 Mar 03
2
Stream fallbacks/spillovers/splashing
Okay, a quick question, I've got IceCast 2.3.1 setup on a demo server, And I've got some wierd behavior going on... Here's the behavior: I have my constant feed always running on mountpoint: /switch I have my main stream broadcasting: /stream someone connects to an alternate named stream: /krushradio They pull all the listeners from /switch and /stream to their stream.
2015 Apr 04
5
After I enabled SSL, stream mountpoints broke
...icate> > > > > > > > > Then my icecast error log fills with this whenever anyone attempts to > > hit any of the stream mountpoints that failed to load: > > > > > > [2015-04-02 18:17:59] INFO fserve/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 (/u...
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://...
2011 Feb 23
0
Server startup failed. Exiting
...d>boom</admin-password> </authentication> <!-- set the mountpoint for a shoutcast source to use, the default if not specified is /stream but you can change it here if an alternative is wanted or an extension is required.--> <shoutcast-mount>/stream1.mp3</shoutcast-mount> <!-- Uncomment this if you want directory listings --> <directory> <yp-url-timeout>15</yp-url-timeout> <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> </directory> <!-- This is the host...
2016 Jul 27
2
Proxy
Hi all, I want to do a proxy to icecast (:8000) with nginx (:80). Its working for me, stream is running on port 80, but on the first loading is "pending" For a long time before its starts play. Who using the "proxy_pass" on nginx and can help? Thnx. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Sep 06
3
MP3 streams for MOH: idea
...t was a local file. The program would take two arguments: remote hostname/IP and port, and then the file to which the output would be sent. I don't know how mpg123 handles blocking... Let's say you have a streaming music source in .mp3 format, on 10.0.3.1:8000 mkfifo /var/lib/asterisk/stream1.mp3 ./backtoback 10.0.3.1:8000 /var/lib/asterisk/stream1.mp3 Then... ; musiconhold.conf default => quietmp3:/var/lib/asterisk/mohmp3 JT
2016 Jul 27
2
Proxy
Thank you all. Except from the buffering it was the fact that I used "localhost" instead of 127.0.0.1 in the proxy_pass. Now my configuration is: location /stream1/ { proxy_buffering off; proxy_ignore_client_abort off; proxy_intercept_errors on; proxy_next_upstream error timeout invalid_header; proxy_redirect off; proxy_set_header X-Host $http_host;...
2004 Aug 06
0
Second stream will not connect
...3:20:01:57] [19:Connection Handler] DEBUG: Searching local aliases [23/Apr/2003:20:01:57] [19:Connection Handler] forward() resolving 192.168.1.10 [23/Apr/2003:20:01:57] [19:Connection Handler] DEBUG: Search local mount points [23/Apr/2003:20:01:57] [19:Connection Handler] DEBUG: Looking on mount [/stream1] [23/Apr/2003:20:01:57] [19:Connection Handler] DEBUG: Building request out of [GET http:///stream1 HTTP/1.0] [23/Apr/2003:20:01:57] [19:Connection Handler] DEBUG: Building http request from [/stream1] [23/Apr/2003:20:01:57] [19:Connection Handler] DEBUG: Generated http request [:8000/] [23/Apr/200...
2005 Feb 02
2
user Authentication - fail to add an user
Hi fellow streamers ;-) I am trying to add an user authenticated mount point to our Icecast2.2 server. I include the relevant 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">...
2015 Apr 03
0
After I enabled SSL, stream mountpoints broke
...st2/ssl/mysslcertname.pem</ssl-certificate> > > > > Then my icecast error log fills with this whenever anyone attempts to > hit any of the stream mountpoints that failed to load: > > > [2015-04-02 18:17:59] INFO fserve/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/we...
2004 Aug 06
0
pull relay problems
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:8000/stream1 or http://my.server.com:8000/stream2 then in the other icecast server, you just: relay pull http://my.server.com:8000/stream1 relay pull http://my.server.com:8000/stream2 that should wo...
2011 Mar 10
1
Mount point
Hi Icecast, Where on our xml file bellow can we plug in the value for a mount point called /stream1.mp3 Thank you, Luis Barrett <limits> <clients>100</clients> <sources>2</sources> <threadpool>5</threadpool> <queue-size>524288</queue-size> <client-timeout>30</client-timeout> <he...