| View previous topic :: View next topic |
| Author |
Message |
cpugeniusmv Guest
|
Posted: Sat Jan 21, 2006 5:02 am Post subject: On demand streaming? |
|
|
Is Icecast capable of serving audio on demand?
For example, User1 starts playing the stream and it starts at the beginning. 5 minutes later, while User1 is still listening, User2 starts the stream and it starts at the beginning. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Jan 21, 2006 2:04 pm Post subject: |
|
|
on-demand access is possible, but it's not timed based on the audio content, just place the file in question in the webroot directory.
karl. |
|
| Back to top |
|
 |
cpugeniusmv Guest
|
Posted: Sat Jan 21, 2006 11:55 pm Post subject: |
|
|
| But that just makes the mp3 available for download just as a normal web server would---I can't stream it like that? |
|
| Back to top |
|
 |
cpugeniusmv Guest
|
Posted: Sun Jan 22, 2006 9:02 pm Post subject: |
|
|
I guess I figured it out:
Just create a text file with the URL of the mp3 file and save it as an m3u file. The client should then stream the file instead of downloading it. |
|
| Back to top |
|
 |
liteFun
Joined: 13 Jan 2006 Posts: 79
|
Posted: Sun Jan 22, 2006 11:06 pm Post subject: |
|
|
| If you put that mp3 as mountpoint intro file, it will be played from start for every listener. |
|
| Back to top |
|
 |
|