search for: devas

Displaying 20 results from an estimated 52 matches for "devas".

Did you mean: dev's
2004 Aug 06
2
web stats
hello, i am involved in a user-modeling research. i need to collect the following information while icecast is serving music: client user-id start time for client end time for client user id songs listened to <p>can i get these info by parsing the web stats? thanks, deva --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To
2004 Aug 06
2
web stats
hello, i am involved in a user-modeling research. i need to collect the following information while icecast is serving music: client user-id start time for client end time for client user id songs listened to <p>can i get these info by parsing the web stats? thanks, deva --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To
2018 Jan 10
4
R-hts
dear all, i need some help in structuring my data file for a hierarchical time series analysis. can someone help please ? i have a 600 row database in the nature of a panel data, with 3 time series values of interest. the data also has 4 classificatory variables comprising a code for each entity in the panel, a value for time (year), and classification of type of entity and a further sub-group
2004 Aug 06
2
icecast2 and static files
If you check this unofficial howto at http://quasi.ksl.com/icecast/ then you will find an example xml config file for ices which allows you to server static music files. However, you will need to remove the 'encoding' section of the file as on my system it would reencode on the fly as long as that section existed. --thanks Michael Edwards http://www.walledcity.ca >===== Original
2018 Jan 10
0
R-hts
Hello, Have a look at the plm package https://cran.r-project.org/web/packages/plm/index.html It has a convenient way to structure your data into panel according to some id. Best regards, Jeremie On Wed, Jan 10, 2018 at 5:41 PM, deva d <devazresearch at gmail.com> wrote: > dear all, > > i need some help in structuring my data file for a hierarchical time series > analysis.
2018 Jan 10
2
R-hts
Hello, It's difficult to help without a sample of the format. Can you provide a short sample like 10 lines and a few columns.? Best regards, Jeremie On Wed, Jan 10, 2018 at 6:12 PM, John Kane via R-help <r-help at r-project.org> wrote: > Have a look at http://stackoverflow.com/questions/5963269/how-to-make- > a-great-r-reproducible-example > and >
2004 Aug 06
1
song boundaries
Deva Seetharam <deva@downstreamdigital.com> said: > i found that too. but, imho, doesnt have all the necessary details to > write a system that can process metadata. > That's the document I wrote to both read (in incoming mode) and write (to clients) the mp3/shoutcast metadata support in icecast2. I'd say it's sufficient. Mike --- >8 ---- List archives:
2016 Aug 02
2
fallen too far behind, removing
Hi, For some reason I see this in my logs: [2016-08-02 12:43:02] INFO source/send_to_listener Client 169 (127.0.0.1) has fallen too far behind, removing The more interesting is that it is the ffmpeg, that is listening to the source stream being removed. My setup is: Stream generator: DEVA TX, streaming 44,1 khz PCM (pcm16le) stream to icecast2 server Transcoding: VM with ffmpeg reading this
2009 Feb 05
2
Bug in the parser (?) (PR#13504)
Full_Name: John C. Deva Version: 2.8.1 OS: Fedora Linux 8, 64 bit Submission from: (NULL) (193.200.150.189) I notice that it is possible to redefine 'if' as a function of an arbitrary number of arguments. Such redefined 'if' can then be used as any other user function, except for that the parser still demands exactly three arguments to be given to if. Furthermore, even if
2004 Aug 06
2
song boundaries
On Tuesday 25 February 2003 10:31, Deva Seetharam wrote: > hello all, > > in icecast2, how can i determine when one *MP3* song ends and the next one > starts? > > i am involved in user preferences research and i am writing a statistics > collecting software the tracks the songs that are being played, the number > of people listening to particular songs, genre etc. > >
2004 Aug 06
2
song boundaries
the metadata format is not documented officially anywhere, but really isn't terribly complicated... http://www.smackfu.com/stuff/programming/shoutcast.html hows a nice concise description of it, and was the first result returned from doing http://www.google.com/search?q=shoutcast+metadata oddsock At 04:06 PM 2/25/2003 -0500, you wrote: > > The mp3 metadata format is a nasty hack
2018 Jan 10
0
R-hts
Have a look at http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example and http://adv-r.had.co.nz/Reproducibility.html On Wednesday, January 10, 2018, 11:51:22 AM EST, deva d <devazresearch at gmail.com> wrote: dear all, i need some help in structuring my data file for a hierarchical time series analysis. can someone help please ? i have a 600
2018 Mar 30
2
Question
Thanks for the help. Will work on that. Cliff Witherspoon Red Arrow Entertainment 864-613-4201 > On Mar 29, 2018, at 5:37 PM, Richard Elen <relen at brideswell.com> wrote: > > If you can split the feed, eg with Audio Hijack, you could feed the audio into a streaming audio client, such as Nicecast (mp3 only, $, due to be discontinued), LadioCast (mp3/AAC, free, App Store) or BUTT
2018 Jan 10
0
R-hts
You are the one with data. Supply what you have (or a simulated version of same, hence the reading recommendation) using dput, and someone may suggest how to transform it. In most cases a simple tabular format (data frame) is sufficient. -- Sent from my phone. Please excuse my brevity. On January 10, 2018 12:20:47 PM PST, "J?r?mie Juste" <jeremiejuste at gmail.com> wrote:
2018 Mar 30
1
Question
Thank you Richard. They do have me set up with a DJ account to I will put all of this together today and see what I can make work. Thanks to all. Cliff Witherspoon Red Arrow Entertainment 864-613-4201 > On Mar 30, 2018, at 5:04 AM, Richard Elen <relen at brideswell.com> wrote: > > Hi, Cliff... > > The suggestions I've made assume that the station would allow you to
1999 Nov 09
3
Question on function "glm.fit"
...**************************** x1 <- seq(from=-1,to=2, length=20) x2 <- (rep(1:5,4))/4 x <- cbind(1,x1,x2) y <- c(0,1,1,1,1,1,0,0,1,1,1,0,1,0,1,1,1,1,1,1) glm.fit(x,y,fam=binomial(link=logit))$coeff ********************************************************* My email address is "vipul.devas at rp-rorer.com" Thank you. Vipul -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not t...
2018 Jan 11
0
R-hts
thanks jeff and jeremie, i am attaching 40 rows of the data, randomly picked from the large table. the vars are - entity (1-46, with some missing IDs not included due to missing data), group (1/2), sub group (1/2/3/4), year (2002-2016), y, x1 and x2 - large values included due to size of players - (may not be considered as outliers as they constitute the sample and are important countrywide
2004 Aug 06
2
song titles
On Monday 17 February 2003 21:18, Deva Seetharam wrote: > Hello All, > > while icecast is streaming a mp3 source, how is the song title info > maintained? > > that is, does the source send the song title? does icecast log the songs > that have been played? > This (for almost-compatibility with shoutcast - true compatibility is difficult or impossible, since the shoutcast
2004 Aug 06
2
icecast2 and static files
On Monday 24 February 2003 17:32, Deva Seetharam wrote: > Hello > > using icecast1, it was possible to serve static music files. from my > prelim understanding, it seems like icecast2 can serve only streams. is > this correct? > No. icecast2 fully supports serving of static files. Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2004 Aug 06
1
stats
hello, which servers other than icecast and shoutcast are used for streaming mp3? has anyone found how many icecast and shoutcast installations are in use? <p>thanks, deva <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org'