Feed a stream into Uri
I am using the MJpegDecoder from Coding4Fun to decompress a motion-jpeg
stream in a windows runtime based app.
For a project I need to compare TCP- with UDP-transmission. The decoder
expects a URI to the mjpeg source (for TCP streams it is http:// IpAdress
: PORT). now with message based UDP I was thinking about providing a
stream in which I write the single messages.
Question is:
Is it possible to get the Uri to an in-memory stream, without writing it
to a temporary file before?
No comments:
Post a Comment