Alessandro Angeli [MVP::D
Guest
|
Posted:
Fri Oct 08, 2004 11:01 am Post subject:
Re: Streaming over UDP/IP |
|
|
Sam wrote:
| Quote: | The question is does Windows Media Player support UDP and
MPEG1/JPEG? If not is there any encoder that will support
this requirements?
|
Saying that you need UDP is not enough. What application
protocol over UDP do you need? For example, WMP supports
MMSU and RTP over UDP to receive ASF data. To receive MPEG-1
data, however, there is no UDP-based receiver that I know
of,
only TCP-based ones (the IE pluggable protocol handlers,
like HTTP, used by the URL reader). To receive JPEG, none at
all (only local file). Maybe some third-party source filters
for DirectShow exist (which would plug into WMP), but I do
not know of any.
--
// Alessandro Angeli
// MVP :: Digital Media
// a dot angeli at psynet dot net |
|