Streaming audio to mobile phones, what technology to use ?
Posted
by Alx
on Stack Overflow
See other posts from Stack Overflow
or by Alx
Published on 2010-05-24T12:12:20Z
Indexed on
2010/05/24
12:51 UTC
Read the original article
Hit count: 298
I'm planning on building an application where audio media is going to be streamed to the mobile phone for the user to listen.
The targets are smartphones: iPhone/Blackberry/Android/(J2ME ?).
I see that streaming on iPhone has to be done with HTTP Live streaming, but I don't see it supported by other platforms.
Should I broadcast the streams via rstp ? http ? Is there any way to use a unified solution for all the different mobile platform ? If anyone already had to go through this, help would be gratly appreciated.
© Stack Overflow or respective owner