Hello everyone,
Did someone manage to use a stream of mp4 (or any stream) to add it on MovieTexture or anytexture? Or do you know any asset for this ? I've tried using MediaDecoder and GST MovieTexture but all of them request either a Path or an URL, and I have inside a Stream
InMemoryRandomAccessStream Stream;
MediaEncodingProfile vidFormat = MediaEncodingProfile.CreateMp4(VideoEncodingQuality.Auto);
await captureManager.StartRecordToStreamAsync(vidFormat, Stream);
What...
Hololens - MovieTexture and videoStreaming
Did someone manage to use a stream of mp4 (or any stream) to add it on MovieTexture or anytexture? Or do you know any asset for this ? I've tried using MediaDecoder and GST MovieTexture but all of them request either a Path or an URL, and I have inside a Stream
InMemoryRandomAccessStream Stream;
MediaEncodingProfile vidFormat = MediaEncodingProfile.CreateMp4(VideoEncodingQuality.Auto);
await captureManager.StartRecordToStreamAsync(vidFormat, Stream);
What...
Hololens - MovieTexture and videoStreaming