search for: length1

Displaying 20 results from an estimated 31 matches for "length1".

Did you mean: length
2007 Apr 18
0
6 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/jpeg libswfdec/swfdec_image.c
...60681 100644 --- a/libswfdec/swfdec_image.c +++ b/libswfdec/swfdec_image.c @@ -140,47 +140,23 @@ swfdec_jpeg_decode_argb (unsigned char * unsigned char *data2, int length2, void *outdata, int *width, int *height) { - unsigned char *tmpdata; - int tmplength; gboolean ret; - while (length1 >= 2 && data1[0] == 0xff && - (data1[1] == 0xd9 || data1[1] == 0xd8)) { - data1 += 2; - length1 -= 2; - } - while (length1 >= 2 && data1[length1-2] == 0xff && - (data1[length1-1] == 0xd9 || data1[length1-1] == 0xd8)) { - length1 -= 2; - }...
2005 Jul 25
3
FW: Problem with Intros in Relay with RealPlayer
Corrected example playlist file: Example Playlist file: [playlist] File1=http://38.116.36.62:8000/ClassicRock Title1=Test Length1=-1 NumberOfEntries=1 Version=2 Fred -----Original Message----- From: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org] On Behalf Of Fred Black Sent: Monday, July 25, 2005 1:12 PM To: 'icecast' Subject: RE: [Icecast] Problem with Intros in Relay with RealPlayer Yes. I took the...
2004 Aug 06
1
icecast2 ogg vorbis client request headers
...ers, as the >links are intended to be inserted into playlist files .pls > >example mp3 >[playlist] >NumberOfEntries=1 >File1=http://mediacast1.com/members/listen_icecast2_mp3.php?submc1id=999&sub >mc1srvkey=278931a39ae8a23377e2d9445d8c9432f3e48a1d >Title1=latex radio >Length1=-1 >Version=2 > >example ogg >[playlist] >NumberOfEntries=1 >File1=http://mediacast1.com/members/listen_icecast2_ogg.php?submc1id=999&sub >mc1srvkey=62af47c06f76eec34431bba72b3026e769a4347a >Title1=Latex Radio Ogg >Length1=-1 >Version=2 > >can you try XMMS &g...
2004 Aug 06
3
icecast2 ogg vorbis client request headers
Dave St John wrote: >fyi so you can see what im talking about >mp3 demo username demo pass demo123 >http://mediacast1.com/members/listen_icecast2_mp3.php?submc1id=999&submc1srvkey=278931a39ae8a23377e2d9445d8c9432f3e48a1d > >ogg demo that wont work >same username and password as above
2005 Jun 03
2
IceCast 2.2 MP3 stream and Real Player noise
Sure: Make a pls file with this in it: [playlist] File1=http://mp31.batanga.com:8000/live Title1=Test Length1=-1 NumberOfEntries=1 Version=2 The version of Real Player: 10.5. I don't hear the problem when listening with itunes or WMP. Fred -----Original Message----- From: Karl Heyes [mailto:karl@xiph.org] Sent: Friday, June 03, 2005 11:03 AM To: Fred Black Cc: icecast Subject: RE: [Icecast] IceC...
2005 Jun 03
2
IceCast 2.2 MP3 stream and Real Player noise
..., June 03, 2005 11:33 AM To: Fred Black Cc: icecast Subject: Re: [Icecast] IceCast 2.2 MP3 stream and Real Player noise On Fri, 2005-06-03 at 16:21, Fred Black wrote: > Sure: > Make a pls file with this in it: > [playlist] > File1=http://mp31.batanga.com:8000/live > Title1=Test > Length1=-1 > NumberOfEntries=1 > Version=2 cannot connect to that server karl.
2004 Aug 06
1
I am a Idiot
> [playlist] > NumberOfEntries=6 > File1=http://64.81.69.19:8000 > Title1=Lam Rim Radio NOW LOADING > Length1=-1 > Version=2 That seems wrong. All you need is: [playlist] NumberOfEntries=1 File1=http://64.81.69.19:8000 You can add a title, but I thought the NumberOfEntries referred to the number of FileX entries, not the total number of parameters (in either case your example is wrong). Also, you...
2005 Jun 03
1
redirect a defunct sc stream to icecast stream
...tail that I should > have mentioned first! now you lost me, I'm not sure why you want a HTML metadata refresh, I thought you would just want a listen.pls file, so that browsers like IE will start the player. eg [playlist] NumberOfEntries=1 File1=http://myhost:8000/stream Title1=My Stream Length1=-1 karl.
2004 Aug 06
0
icecast2 ogg vorbis client request headers
...g any content type headers for browsers, as the links are intended to be inserted into playlist files .pls example mp3 [playlist] NumberOfEntries=1 File1=http://mediacast1.com/members/listen_icecast2_mp3.php?submc1id=999&sub mc1srvkey=278931a39ae8a23377e2d9445d8c9432f3e48a1d Title1=latex radio Length1=-1 Version=2 example ogg [playlist] NumberOfEntries=1 File1=http://mediacast1.com/members/listen_icecast2_ogg.php?submc1id=999&sub mc1srvkey=62af47c06f76eec34431bba72b3026e769a4347a Title1=Latex Radio Ogg Length1=-1 Version=2 can you try XMMS <p><p>Dave St John Mediacast1 Adminis...
2010 Apr 11
1
How to assign variable name (of a vector, matrix, array) from element of another vector or by using paste?
Dear All, My problem is the following > varname <- c("age","sex","edu","mrt") > varstates <- c(10,2,4,3) # 10 age groups, 2 sexes, 4 education group and 3 marital status.. Now, I want four variables (vector with length1) named nrage, nrsex, nredu, nrmrt and assing some values > for (i in 1:4) paste("nr",varname[i],sep="") <- varstates[i] #this does not work I want the following >nrage 10 >nrsex 2 .. etc Thanks in advance Best Regards Samir K.C. [[alternative HTML version del...
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 required but this should work, just use your > favorite text editor to make it....
2009 Jul 19
1
Can I use "mcnemar.test" for 3*3 tables (or is there a bug in the command?)
...rsax/mcnemar.htm> in google, I found an algorithm here: http://www.m-hikari.com/ams/ams-password-2009/ams-password9-12-2009/abbasiAMS9-12-2009.pdf >From running this algorithm I am getting a different P value, here is the (somewhat ugly) code I produced for this: get.d <- function(xx) { length1 <- dim(xx)[1] ret1 <- margin.table(xx,1) - margin.table(xx,2) return(ret1) } get.s <- function(xx) { the.s <- xx for( i in 1:dim(xx)[1]) { for(j in 1:dim(xx)[2]) { if(i == j) { the.s[i,j] <- margin.table(xx,1)[i] + margin.table(xx,2)[i] - 2*xx[i...
2003 Apr 28
1
Red Hat 9 regex symbol conflict
...t, int range, struct re_registers *regs)); /* Like `re_search', but search in the concatenation of STRING1 and STRING2. Also, stop searching at index START + STOP. */ ! extern int re_search_2 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1, int length1, const char *string2, int length2, int start, int range, struct re_registers *regs, int stop)); --- 473,486 ---- characters. Return the starting position of the match, -1 for no match, or -2 for an internal error. Also return register information in REGS (if REGS and...
2004 Aug 06
1
bit/bytes
If you look at the PLS file for SomaFM's "Goove Salad" channel you'll see : ------------------------------------------------ [playlist] numberofentries=3 File1=http://64.236.34.97:80/stream/1018 Title1=SomaFM Presents: Groove Salad 128k (Feed #1) Length1=-1 File2=http://205.188.245.133:8076 Title2=SomaFM Presents: Groove Salad 128k (Feed #2) Length2=-1 File3=http://server2.somafm.com:8032 Title3=SomaFM Presents: Groove Salad 128k (Feed #3) Length3=-1 Version=2 ----------------------------------------------- So for this channel they have 3 possible...
2004 Aug 06
6
streaming in stead of downloading
Hi, I just installed icecast and iceS on linux machine. The problem is that when i enter http://xxx.xxx.xxx.xxx:8000/test.ogg it askes if i want to open or to save it, when i hit open, it starts downloading the whole stream. How comes Thx Maarten <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this
2004 Aug 06
0
streaming in stead of downloading
...g Just put this single line in a .M3U file, and then link to it from your website like so: <A HREF="yourstream.m3u">Click here to listen</A> PLS files are a bit more complicated and look like this: [playlist] File1=http://server:port/yourstream.ogg Title1=Your stream title Length1=-1 NumberOfEntries=1 Version=2 Again, you just link to a file like this as shown above. Also note that icecast2 has the built-in ability to auto-generate .M3U files for the streams it serves. Simply link to http://server:port/yourstream.ogg.m3u and, providing the hostname element is set correctl...
2005 Jul 25
0
Problem with Intros in Relay with RealPlayer
....62:8000/ClassicRock if you access the stream with Windows Media Player, or iTunes, the into plays and then the stream plays. If you put it in a playlist and try it with RealPlayer, you will get the error message. Example Playlist file: [playlist] File1=http://38.116.36.62/ClassicRock Title1=Test Length1=-1 NumberOfEntries=1 Version=2 Fred -----Original Message----- From: Karl Heyes [mailto:karl@xiph.org] Sent: Monday, July 25, 2005 12:51 PM To: Fred Black Subject: Re: [Icecast] Problem with Intros in Relay with RealPlayer On Mon, 2005-07-25 at 16:53, Fred Black wrote: > Karl, > Is it p...
2005 Jul 25
1
FW: Problem with Intros in Relay with RealPlayer
...lack Cc: 'icecast' Subject: Re: FW: [Icecast] Problem with Intros in Relay with RealPlayer On Mon, 2005-07-25 at 18:25, Fred Black wrote: > Corrected example playlist file: > Example Playlist file: > [playlist] > File1=http://38.116.36.62:8000/ClassicRock > Title1=Test > Length1=-1 > NumberOfEntries=1 > Version=2 realplayer 10 fails here with unsupported document type, so it's a different message to what you get, xmms is ok. Can you verify whether it is just intro file related, and if so whether using a normal mp3 intro file (ie no ID3 tags) works ? karl.
2011 Oct 19
0
R classification
...ain me the error please. When I apply the code at iris data it works perfect. But when I use fish data at rrcov library I am facing this error. Thanx a lot in advanced Mohammed Here is the code for modifying library (rrcov) data(fish) library(e1071) names(fish) [1] "Weight" "Length1" "Length2" "Length3" "Height" "Width" "Species" model <- svm(Species~., data=fish,type="C") print(model) summary(model) index <- 1:nrow(fish) testindex <- sample(index, trunc(length(index)*30/100)) testset <- fish[...
2004 Aug 06
1
stats
...g Just put this single line in a .M3U file, and then link to it from your website like so: <A HREF="yourstream.m3u">Click here to listen</A> PLS files are a bit more complicated and look like this: [playlist] File1=http://server:port/yourstream.ogg Title1=Your stream title Length1=-1 NumberOfEntries=1 Version=2 Again, you just link to a file like this as shown above. Also note that icecast2 has the built-in ability to auto-generate .M3U files for the streams it serves. Simply link to http://server:port/yourstream.ogg.m3u and, providing the hostname element is set correctl...