RTSP video support

3 posts / 0 new
Last post
SyRenity
SyRenity's picture
Offline
Joined: 28 Jun 2010
Posts:
RTSP video support

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Sam Pickard
rival's picture
Offline
Mobile Archmage
Joined: 19 Mar 2009
Posts:

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.

SyRenity
SyRenity's picture
Offline
Joined: 28 Jun 2010
Posts:

Hi.

Thanks for the update, will check it out.

Speaking of streaming, HTTP streaming for iPhones is planned to be supported as well?

Regards.