Click to See Complete Forum and Search --> : streaming video/audio pocketpc


coolbart
10-24-2002, 05:17 PM
I have an IPAQ 3870. I would like to create an application that show on ipaq a video stored in one in a server (connected with 802.11b).
I'm oriented in developping with .NET, but I have some questions :
1) how can I connected an application with a remote DB ?
2) how can I show a video streaming on a mobile device ? (wme ?)
3) ANy other suggestion ?

Thanks
CoolBart

AnswerDude
10-24-2002, 09:29 PM
Client:
Windows Media Player 8, it should already be on your ipaq.
http://www.microsoft.com/mobile/pocketpc/pocketpc2002/mediaplayer.asp

Server:
Windows Media Encoder 7.1
http://www.microsoft.com/windows/windowsmedia/WM7/encoder.asp
and if you wants to optimize content for the Windows Media Player for Pocket PC, then get these profiles add-in.
http://www.microsoft.com/windows/windowsmedia/software/pocket/create.asp

They are all free, and ready to go.

coolbart
10-25-2002, 04:52 PM
I know this kind of program but I have many doubts on which skd is better to use to develop an application with streaming.
Can I add streaming video/audio in VisualBasic? SDE ? MMIT ?


Thanks
Cool

AnswerDude
10-25-2002, 05:10 PM
Well, if you prefer to develop your own applications, MS also provides Embedding the Windows Media Player Control for Pocket Internet Explorer and Windows Media Player Control for Pocket Internet Explorer SDK. The SDK also includes a code sample that demonstrates how to embed the control in a custom C++ program using Microsoft eMbedded Visual C++.

http://www.microsoft.com/windows/windowsmedia/create/embedppc.asp

Base on personal experiences, the solution i suggested before works perfectly, it took me about 20 minutes to set it up, but i do like to do things the easy way. If you prefer to reinvent the solutions from scratch, best of luck to you.

broken
10-25-2002, 06:51 PM
AnswerDude,

You either have entirely too much time on your hands or you are just smart.

*thinks he'll go with the latter one :rolleyes:...*

cheers,
slim

coolbart
10-26-2002, 09:27 AM
Thanks for the reply: I'm going to download SDK!

coolbart
10-26-2002, 11:59 AM
Where do you write appplications in C++ for PDA ?
Visual Studio ?

AnswerDude
10-26-2002, 12:59 PM
eMbedded Visual Tools 3.0
http://msdn.microsoft.com/downloads/sample.asp?url=/msdn-files/027/001/963/msdncompositedoc.xml

Pocket PC 2002 Software Development Kit
http://msdn.microsoft.com/downloads/sample.asp?url=/MSDN-FILES/027/001/908/msdncompositedoc.xml

coolbart
10-26-2002, 01:35 PM
downloading them :)

One more question :p

Any samples for Visual Basic embedded for streaming ?
And any samples to connect a remote client written in VB for PDA to a server ?


Thanks another time
Cool

AnswerDude
10-26-2002, 01:50 PM
Originally posted by coolbart
Any samples for Visual Basic embedded for streaming ?
And any samples to connect a remote client written in VB for PDA to a server ?


Sorry, personally I don't have any, as I said before, i use wmp 8 and encoder combination, zero programming work. Perhaps you can find them in these sdk you downloaded.