Hi.
I checking the MoSync toolkit, and very like what we see.
I'm planning to migrate my J2ME app to MoSync, but need RTSP video support.
Any idea if this already fully supported, and when the emulator going to support this?
Thanks.
Hi.
I checking the MoSync toolkit, and very like what we see.
I'm planning to migrate my J2ME app to MoSync, but need RTSP video support.
Any idea if this already fully supported, and when the emulator going to support this?
Thanks.
OK, there is an experimental piece of code in MoSync for streaming, including RTSP streams. You need to include the header IX_STREAMING.h, but I don't know which platforms support it. In there, you'll find a method maStreamVideoStart() which will be supported as the library is developed. Alternatively, you can use maPlatformRequest(url) to pass the address of the RTSP stream to the OS to see if it can handle it.
Hi.
Thanks for the update, will check it out.
Speaking of streaming, HTTP streaming for iPhones is planned to be supported as well?
Regards.