First sorry for my bad English, i´m a German

So, now my idea:
the PB-Movie Lib can Play Videos. The Problem is, these Videos must be Files. A very Interesting function from many Videos-Play is "Video Streaming". A Video Stream is a File too, but these file is as good as broken. The StreamFile is in use from for example "ReceiveNetworkFile()", the File is increasing.
My Wish is a play command for Video Streams.
--------------------------------------------------------------------------------------------
tip: I have programed a Video Streamer with the avifile32-Lib for "Avi Files". But these Lib isn´t good. With these Lib you can Play Sounds with VBR (Variable Bitrate). And a great many Videos are Mp3 (VBR) Videos. Unfortunately a havent time to progg a new Streamer.
The DirectShow-Api is better. These Api is newer and you can play VBR Audios and many other formats.
It would be awesome if a Play command for Video Streams will be integrated into PB.