Mobile phone streaming player

9 posts / 0 new
Last post
bhimaniketan
bhimaniketan's picture
Offline
Joined: 11 Mar 2010
Posts:
Mobile phone streaming player

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?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Fredrik Eldh
Fredrik's picture
Offline
Mobile Sorcerer
Joined: 16 Feb 2009
Posts:

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.

bhimaniketan
bhimaniketan's picture
Offline
Joined: 11 Mar 2010
Posts:

Hi Fredrik,

Thanks for your reply,

Is there any example player application available for this?

Fredrik Eldh
Fredrik's picture
Offline
Mobile Sorcerer
Joined: 16 Feb 2009
Posts:

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.

bhimaniketan
bhimaniketan's picture
Offline
Joined: 11 Mar 2010
Posts:

Hi,
Thanks, for this.

bhimaniketan
bhimaniketan's picture
Offline
Joined: 11 Mar 2010
Posts:

Hi,

Now in your full version, can i developing application like real time(live) streaming player, that support mp4, wmv, etc...

Fredrik Eldh
Fredrik's picture
Offline
Mobile Sorcerer
Joined: 16 Feb 2009
Posts:

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.

Nithin Chandra
gsnithin's picture
Offline
Joined: 24 Mar 2011
Posts:

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..

blanco edwardo
ykuoles's picture
Offline
Mobile Wizard
Joined: 9 Jun 2011
Posts:

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");