mms://url streaming in blackberry
I want to do MMS:// streaming on BlackBerry. I searched a lot but did not get any idea.. can anyone give an idea or a way to do this?开发者_开发百科
I would try the JMmsLib.
- Download the Jar from http://jmmslib.sourceforge.net/index.html
- Preverify the Jar using the preverify.exe -cldc1.0 flag
- Add it to your Ant build script and see if RAPC throws any compile errors.
If you're past point three without a lot of hiccups, you could be on your way.
精彩评论