Software Archive
Read-only legacy content
17060 Discussions

mms video stream

wisam_a_
Beginner
275 Views

Hi all, I want to create an app to play mms video stream on android phone ....please,help me

0 Kudos
1 Solution
PaulF_IntelCorp
Employee
275 Views

Doesn't look like it's easily done, see this SO post > http://stackoverflow.com/questions/2529145/android-sdk-playing-video-using-mms-protocol

Being able to do this will depend on a plugin designed for this purpose. Here's one to check out (https://github.com/nchutchind/Streaming-Media-Cordova-Plugin), but it will probably be limited to whatever streaming video protocols are built into the Android platform. In general, most audio and video plugins simply expose what is built into the platform. To go beyond that would require some native libraries for support (which can be done in a plugin, but is harder to find).

View solution in original post

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
276 Views

Doesn't look like it's easily done, see this SO post > http://stackoverflow.com/questions/2529145/android-sdk-playing-video-using-mms-protocol

Being able to do this will depend on a plugin designed for this purpose. Here's one to check out (https://github.com/nchutchind/Streaming-Media-Cordova-Plugin), but it will probably be limited to whatever streaming video protocols are built into the Android platform. In general, most audio and video plugins simply expose what is built into the platform. To go beyond that would require some native libraries for support (which can be done in a plugin, but is harder to find).

0 Kudos
Reply