According to the S60 Internet Radio project, i can play http:// streaming. But many radios use mms:// protocol. So anyone can tell me how to support mms streaming play? Thanks !
According to the S60 Internet Radio project, i can play http:// streaming. But many radios use mms:// protocol. So anyone can tell me how to support mms streaming play? Thanks !
Concentrate on mobile/multimedia development
Really depends what's on the other end. Not a trivial problem...
http://en.wikipedia.org/wiki/Microsoft_Media_Services
In theory it should be RTSP these days. I believe the desktop Helix client supports mms:// URLs but I'm not sure if the mobile version does. You could try passing them to CVideoPlayerUtility::OpenUrlL() and see what happens... (I'm not very optimistic)
Alternatively you'd have to look up the protocol specifications and implement them yourself.
Sorcery
lius1984 did u find a solution for that issue??
hi,
mms is the protocol used by Microsoft media services and streaming by mms will be supported by windows media player only.
CVideoPlayerUtility may not support mms.
Regards,
Sudhakar
Regards,
Sudhakar