Page 1 of 1

Play byte[] Memory stream

Posted: 10 Mar 2011 09:24
by mjungwirth
Hello,

How can i play a mpeg2 video from my byte[]?
I found the imem-module but no documentation are available or i can't found it.

Has someone any information or exaple? Preferred in C# / Mono.

Thanks

Re: Play byte[] Memory stream

Posted: 10 Mar 2011 14:07
by raulhcordeiro
i think is the same problem with same solution.
see that

viewtopic.php?f=32&t=87958

Re: Play byte[] Memory stream

Posted: 11 Mar 2011 20:14
by mjungwirth
If i understand the documentation so invmem is only for video-picture decoding.
I would play a mpeg2 TS video/audio.
Is it right i can do this the imem module?

Re: Play byte[] Memory stream

Posted: 12 Mar 2011 08:53
by RĂ©mi Denis-Courmont
In principle, it can work, but it's not exposed through any nice API.