472,101 Members | 1,367 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,101 software developers and data experts.

How to stream video in Windows Mobile using c#

How can I stream audio file from server and play in Windows Mobile using windows media player without downloading that file into mobile the mobile device?
May 21 '10 #1
3 2980
markmcgookin
648 Expert 512MB
Well when you stream there is always a cache of at least a portion of the file on the device, and the more you cache the better the performance/quality of the video. This way there is less likely that the sucky data connection will ruin your user experience.

Have you researched this at all? It's an interesting idea, and it's clearly possible, as web sites etc stream video to mobile devices frequently.

Post here with any code/ideas/research you have, as this could turn out to be really interesting.

The latest Windows Mobile/Windows Phone SDKs have a rich Compact Framework Media toolkit, I would say that would be the best bet to start.

Cheers,

Mark
May 21 '10 #2
i spend somuch of time on this task. But all of them are downloading entire file in to mobile and they are playing. but it is not worked out.
Can you plz geiv any guidelines how to stream and play audio/video in mobile using c#

Thanks
Be Happy & Make others to Happy
May 21 '10 #3
markmcgookin
648 Expert 512MB
Hmmm.... well I guess you need to figure out some way to automatically split the file into chunks, then download a chunk, play it, in a seperate thread download a second chunk, when the first one is finished play the second, delete the first, then download a third.

I can't say I have much expertise in the area, but as I mentioned it's a very interesting idea.

You could look at somthing server side like segmenter

http://stackoverflow.com/questions/9...nks-under-unix

But I have never tried this myself. What progress have you made so far?

Live long and prosper
May 21 '10 #4

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

reply views Thread by =?Utf-8?B?Q2hhcmxlcw==?= | last post: by
1 post views Thread by =?Utf-8?B?V29vZGdub21l?= | last post: by
1 post views Thread by =?Utf-8?B?Q29saW4gQmFrZXI=?= | last post: by
9 posts views Thread by =?Utf-8?B?RGFuaWVs?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.