Displaying 8 results from an estimated 8 matches for "scpls".
Did you mean:
scls
2006 Sep 24
1
Add-on patch to support .pls .asx .ram .qtl listing formats
...rname", username);
+ COMMAND_REQUIRE(client, "password", password);
+
+ client->respcode = 200;
+ config = config_get_config();
+ snprintf (client->refbuf->data, PER_CLIENT_REFBUF_SIZE,
+ "HTTP/1.0 200 OK\r\n"
+ "Content-Type: audio/x-scpls\r\n"
+ "Content-Disposition = attachment; filename=listen.pls\r\n\r\n"
+ "[playlist]\r\n"
+ "File1=http://%s:%s@%s:%d%s\r\n"
+ "Title1=\r\n"
+ "Length1=-1\r\n"
+ "NumberOfEntries=1\r\n"
+...
2004 Aug 06
0
Problems streaming just one file, yet /default works fine.
...ayer
will be launched. The player will read the URL in static.m3u and open a
connection to start streaming static.mp3.
you will need to have your webserver set to send the right MIME type for
your content. MP3 files should be audio/mpeg , M3U should be audio/mpegurl
and pls files should be audio/scpls. Of course, for this to work, you need
to have a player associated with the content type you use. The pls format
is a bit more complicated, but not a lot.
Hope this helps somewhat.
Geoff.
<p>
--
Geoff Shang <gshang@uq.net.au>
ICQ number 43634701
Make sure your E-mail can be read...
2001 Jan 23
1
Re: HTTP Streaming
Okay, this is similar to how the mp3 streaming was.
The question is then, what is the MIME type for the
playlist itself? For mp3s, it used to be
audio/x-mpegurl??
Thanks,
Matt
>You need to create a playlist containing the URL of
the Vorbis file. Then
>the browser will just download the playlist and hand
it off to your player.
>Which player are you using? Not all of them have
>HTTP
2016 Jan 04
3
Listen Links
Hello,I would like to add different listening options to my website but I having a bit of difficulty doing this.I would like the options of iTunes, windows media player and winamp etc. If you would like to see an example of what I mean just click either of these links, http://www.sub.fm/listen/ or http://www.rood.fm.My website is subtle.fm.
regardsHannah
-------------- next part
2004 Aug 06
2
Problems streaming just one file, yet /default works fine.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
We are needing to use icecast to stream a single mp3 _from_the_beginning_ of the file.
Using Icecast and Shout, everything works fine, the problem with that is that when you conenct to /default you start listening at whatever point shout is currently playing at.
This is not satisfactory at all, the stream must start at the beginning of the
2004 Aug 06
2
AW: AW: final question: how many mountpoints can icecast handle ?
Hello Michael
damn, I was afraid of that, but thanks for lightening me up
(although I am in complete darkness now, after having seen
the light just some days ago..)
I'm looking into http streaming of the static files just now,
but I came to find that there is one huge drawback:
1. when sending the stream out with icecast/shoutcast
it would be possible to "push" the next song
2010 Aug 24
3
is there a mplayer yum website?
I want to install mplayer but my GCC is 4.0. can not compile the mplayer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100824/86c613fd/attachment-0002.html>
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl,
Thanks for your help,
About the "Connection:" header, you are right, it's:
"Connection: close" and NOT "Connection: keep-alive". The protocol when the
SERVER sends the data is http 1.0. It's http 1.1 when the browser requests
the data.
I don't understand the "Content-Length: 54000000" header either. Also I
noticed the flash player on