Displaying 20 results from an estimated 1000 matches similar to: "listener stats"
2016 Feb 16
2
listener stats
Hannah, thanks so much - - -how do I log into administration. Just go the
icecast website and type in my url?
Regards
Gary Hudson
Home: 817-710-6367
Cell: 0959476691
From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf
Of Hannah Carroll
Sent: Tuesday, February 16, 2016 9:39 AM
To: Icecast streaming server user discussions
Subject: Re: [Icecast] listener
2016 Jan 20
3
linking icecast to ios and android phones
Hello, I am currently using Icecast as the server for my radio station The
Fusion Pocket (www.fusionpocket.com). I love the quality of the streaming
but the stream only seems to work on laptops and not on ios and android
phones. Can you help me with a workaround on this? - - -thanks much
Regards
Gary Hudson
Home: 817-710-6367
Cell: 0959476691
-------------- next part
2016 Feb 16
2
listener stats
Thank you Hannah - - -I have figured that out finally. I am not sure what I
am looking at - - -can you help me here? Which one of these below tells me
how many listeners I have? - - -thanks much
admin
icemaster at localhost
banned_IPs
0
build
0-g244e500
client_connections
161644
clients
1
connections
247081
file_connections
168
host
s2.stationplaylist.com
2016 Jan 20
3
linking icecast to ios and android phones
I think it's because the website uses Flash as first player instead of
using it as a fallback for when the browser does not support modern web
standards like the audio tag.
I am running a desktop without flashplayer and this is the screenshot of
your web radio
2016-01-20 18:55 GMT+01:00 Jeremiah Rogers <jeremiahzrogers at gmail.com>:
> I use iOS to listen to my Icecast all the
2016 Feb 16
0
listener stats
The information you used to create your ice cast, will ask for username and password :)
From: gmhudson7 at gmail.com
To: icecast at xiph.org
Date: Tue, 16 Feb 2016 10:08:59 -0500
Subject: Re: [Icecast] listener stats
Hannah, thanks so much - - -how do I log into administration. Just go the icecast website and type in my url? RegardsGary HudsonHome: 817-710-6367Cell: 0959476691 From:
2016 Feb 05
1
post
2016 Jan 20
1
linking icecast to ios and android phones
.PLS files should work for iOS devices. See sample text:
[playlist]
numberofentries=1
File1=http://91.121.91.172:31090/LG73
Title1=LG73 Vancouver's Best Music Mix!
Length1=-1
Version=2
On Wed, Jan 20, 2016 at 1:27 PM, Holden Stanford <hstanford1 at gmail.com>
wrote:
> You can create a .m3u or .mp3 container linking to the stream URL. I can't
> remember the exact tags
2016 Feb 03
2
linking icecast to ios and android phones
Ok folks, I need to find a method for my listeners to listen to my radio station with their Android Phones - - -I think that I need to bypass the flash player - - -can anyone help me out there. I would imagine that many of you are broadcasting to people with Android phones - - -any help would be appreciated
Regards
Gary Hudson
Home: 817-710-6367
Cell: 0959476691
From:
2016 Feb 16
1
listener stats
The answer is I think so - - -I am new at this.
I am only on the Air Mondays, Wednesdays and Fridays from noon until 3pm
local
I have been on the air using icecast since around 1/15/16. I was trying to
access some historical information regarding number of users that have
listened for each show - - -I was trying to access this through admin.
Should I be able to find this information using
2016 Feb 06
0
post
2016 Feb 05
1
post
Elizabeth Brock
Director
Center for Public Television and Radio
University of Alabama
PO Box 870150
Tuscaloosa, AL. 35487
205.348.6212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20160205/cdba6cc8/attachment.htm
2016 Jan 20
0
linking icecast to ios and android phones
You can create a .m3u or .mp3 container linking to the stream URL. I can't
remember the exact tags required but this should work, just use your
favorite text editor to make it.
On Wed, Jan 20, 2016 at 1:23 PM, Edoardo Putti <edoardo.putti at gmail.com>
wrote:
> I think it's because the website uses Flash as first player instead of
> using it as a fallback for when the browser
2008 Aug 11
1
deadalocks in asterisk
hi,
i am recieving deadlocks frequently and its calls are getting hanged .
Aug 11 13:13:53 WARNING[6367] channel.c: Avoided initial deadlock for
'0xb6692258', 10 retries!
Aug 11 13:13:54 WARNING[6367] channel.c: Avoided initial deadlock for
'0xb6692258', 10 retries!
Aug 11 13:13:54 WARNING[6367] channel.c: Avoided initial deadlock for
'0xb78e5be8', 10 retries!
Aug 11
2016 Feb 16
2
SIP URI set 'telephone-context='
Hi all, I am currently using asterisk 11, and I am trying to figure out how
to set the uri parameter telephone-context.
I need to set it for outbound calls for a specific carrier when making
emergency calls and don't seem able to find the option to set it.
Regards
Impy
aka Mick
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 May 04
2
Calculating relative ratios in a data frame..
I have a data-set that is structured as follows:
sp wg n v.realtime v.cputime v.tcputime v.idletime v.nswtch
9 0 1 1 28.61300 28.61 28.6039 0.00000e+00 407
1563 0 1 2 15.20270 30.38 28.5981 9.80523e-01 483
3128 0 1 4 12.50930 50.00 28.6053 1.07877e+01 489
4682 0 1 6 12.10260 72.55
2016 Feb 16
2
[Firefox] How to compile firefox with Clang for Linux
Hi All,
I am trying to build firefox with clang in Ubuntu 14.04 64bit. There is
always configure failed errors problem. I follow compiling firefox with
clang on linux
<https://developer.mozilla.org/en-US/docs/Compiling_Firefox_With_Clang_On_Linux>.
I add "export CC=clang export CXX=clang++" to mozconfig file.
I wonder whether you guys have built firefox with clang in Linux. Could
2016 Feb 16
2
Who patches the fixups?
Hi,
I am trying to undertand which code in LLVM patches the fixups generated by
assembler.
Here is what I am doing: I use "llvm-mc" to compile X86 assembly code, like
below:
$ echo "jmp 5000" | ./bin/llvm-mc -assemble -triple=i386 -show-encoding
-x86-asm-syntax=att -output-asm-variant=1
.text
jmp 5000 # encoding: [0xeb,A]
2016 Feb 16
2
a bundle with one instruction
>
> No problem. At some point the machine instructions represented by a class
> "MachineInstr" are transformed into a representation using class "MCInst".
> This is the MC level I'm talking about. It's the representation that the
> llvm-mc uses.
>
>
Do you mind pointing out where in the code this is happening?
--
Rail Shafigulin
Software
2016 Feb 16
2
Introduction and wiki access
Hi there,
I'm going to be contributing to the Configuration Management SIG. Could
I please be granted access to my personal wiki page and the Config
Management SIG page:
https://wiki.centos.org/SpecialInterestGroup/ConfigManagementSIG
My wiki username is BrandonJames.
Thanks!
Brandon
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Feb 16
2
Introduction and wiki access
Alan,
I think I must have botched my login. Can you help me reset my account on
https://wiki.centos.org/UserPreferences
Thanks,
Brandon
On Tue, Feb 16, 2016 at 2:52 PM, Alan Bartlett <ajb at elrepo.org> wrote:
> On 16 February 2016 at 19:36, Brandon James <brandon.james at sunayu.com>
> wrote:
> >
> > Hi there,
> >
> > I'm going to be contributing