Re: DirectShow streaming from PC to Pocket PC
- From: "Jeremy Noring" <somewhere@xxxxxxxxxx>
- Date: Tue, 17 May 2005 10:04:24 -0600
"Levi Ilies" <LeviIlies@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:279729B9-C801-4810-A175-C34259D73C2C@xxxxxxxxxxxxxxxx
> Here's a question:
>
> Is it possible to stream DirectShow supported video (i.e. mpeg, avi) from
> a
> PC DirectShow-based server application to a Windows Mobile 5.0-based
> PC, which also uses DirectShow?? I want to use HTTP on TCP to stream an
> AVI
> video from the PC server application (using DirectShow), to the Pocket PC
> (which will playback the video in real-time.
It's possible to stream to a pocket PC using the Windows Media Player, which
I've done on numerous occasions. However, I wouldn't expect any "real-time"
performance. The WMP buffers quite a bit of data.
If you don't want to use the WMP, you'll probably have to write a custom
source filter. I'm not sure if Windows Mobile 5.0 supports writing your own
custom filters, or to what degree it supports the entire DShow API.
> I see it is possible from PC to PC using DirectShow, but how feasible is
> it
> to stream from a PC to a Windows Mobile 5.0 Pocket PC?
Very feasible. I do it right now using a WMV stream to the WMP on a pocket
PC. However, I'm not sure how feasible it is for a more custom solution, as
I haven't gone through the Windows Mobile 5.0 SDK yet.
.
- References:
- DirectShow streaming from PC to Pocket PC
- From: Levi Ilies
- DirectShow streaming from PC to Pocket PC
- Prev by Date: can not use regsvr32.exe on non-english OS
- Next by Date: Microsoft MPEG2 Demuxer does not connect?
- Previous by thread: DirectShow streaming from PC to Pocket PC
- Next by thread: DirectX objects left over at program end
- Index(es):
Relevant Pages
|