Search found 6 matches

Go to advanced search

by BlackJad
05 Aug 2010 20:34
Forum: Development around libVLC
Topic: Play video from MemoryStream or Byte Array in C# .net
Replies: 5
Views: 5317

Re: Play video from MemoryStream or Byte Array in C# .net

There's any similar application or sample code ?
by BlackJad
05 Aug 2010 17:17
Forum: Development around libVLC
Topic: Play video from MemoryStream or Byte Array in C# .net
Replies: 5
Views: 5317

Play video from MemoryStream or Byte Array in C# .net

Hello guys,

I need to play a video from a memorystream or byte array ... not directily from a specific file ...

Anyone have some ideas how to implement this function, if it's possible whit this library?

Tnx!
by BlackJad
05 Aug 2010 17:15
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138974

Re: libvlcnet - .NET library based on libvlc

I need to play a video from a memorystream or byte array ... not directily from a specific file ...

Anyone have some ideas how to implement this function, if it's possible whit this library?

Tnx!
by BlackJad
05 Aug 2010 16:57
Forum: Development around libVLC
Topic: Play from Memory Stream
Replies: 6
Views: 6560

Re: Play from Memory Stream

Use the imem_access module to push data inside VLC.
Have you any C# code or wrapper class for this function?

Currentrly I use a this class for basic video playback ... viewtopic.php?f=16&t=28553
by BlackJad
05 Aug 2010 14:56
Forum: Development around libVLC
Topic: Play from Memory Stream
Replies: 6
Views: 6560

Re: Play from Memory Stream

Hello, I have the same problem ...

My app reads a video fie in a MemoryStream object in C#

Can you give me a sample of code that i have to implement, in this situation, to play that video ???

Tnx!!!

Go to advanced search