Is this possible to play video from stream via internet?
eg: i would like to play video on application from the youtube streaming. is this possible?
Mobile phone streaming player
We have an experimental video streaming API. It works only on JavaME and Symbian platforms, and not on the emulator.
In the header IX_STREAMING.h, you'll find the function maStreamVideoStart() and friends.
Hi Fredrik,
Thanks for your reply,
Is there any example player application available for this?
Yes, a small test program. The code is here.
Some of the links may be out of date and not work, but I hope you'll get the general idea.
Hi,
Thanks, for this.
Hi,
Now in your full version, can i developing application like real time(live) streaming player, that support mp4, wmv, etc...
Well, we use the native streaming system, so we support anything that the underlying platform supports. WMV specifically is only supported on WindowsMobile devices (where we still haven't implemented the streaming syscalls at all), so I would focus on H.264 (mpeg-4).
Go ahead and develop your application! Let us know if you run into problems with MoSync.
Fredrik,
Can you let me know the current status of streaming on MOSYNC? Is it supported on S60 and windows mobile(http protocol)? We have tried it on Series 40 symbian phones and it seems to be working but not for S60..
Hello Everyone,
I downloaded the test application and run it I just wanna know how to view the video in my application after using maStreamVideoStart("link");