Android Question Making an Intranet WebRadio

sea121

Member
Licensed User
Longtime User
Hi All,

is it possible to make a simple intranet web radio using mp3 files ?
I have seen on all the forums but could not find anything that would help me.
someone has developed something similar?

Thanks in advance
Fabrizio.
 

HotShoe

Well-Known Member
Licensed User
Longtime User
You could run shoutcast or something similar to create your own intranet radio station.

--- Jem
 
Upvote 0

sea121

Member
Licensed User
Longtime User
You could run shoutcast or something similar to create your own intranet radio station.

--- Jem

yes I know shoutcast but i need to use an android device to run a small and simplest server, i need only to play some playlist scheduled on the intranet.
 
Upvote 0

lemonisdead

Well-Known Member
Licensed User
Longtime User
I Just downloaded this sample code but i don't know how to trasmit an mp3 file.
Excuse me, I can't provide any example at this time. But I would say you should study how to send the File InputStream to the AsyncStream instead from the AudioRecorder
 
Upvote 0
Top