Search found 3 matches

Go to advanced search

by stumpsy
09 Jul 2015 13:47
Forum: Development around libVLC
Topic: Using Imem to play h264 from memory
Replies: 3
Views: 1426

Re: Using Imem to play h264 from memory

Wow finally got it working. Thanks for the help. A couple of hints to anyone else that wants to implement this: - Mind carefully what the opaque pointer for each callback points to, I confused pointers to my raw video and container object. -Although you can pass NULL when calling libvlc_media_new_ca...
by stumpsy
08 Jul 2015 12:08
Forum: Development around libVLC
Topic: Using Imem to play h264 from memory
Replies: 3
Views: 1426

Re: Using Imem to play h264 from memory

Thanks Rémi, I will now attempt to use the API to play the video from memory.
by stumpsy
07 Jul 2015 13:30
Forum: Development around libVLC
Topic: Using Imem to play h264 from memory
Replies: 3
Views: 1426

Using Imem to play h264 from memory

Hello, I've found various references and hints around the web and in these forums but no fully working example. In summary I'm loading an h264 video into memory and I wish to pass it to VLC to be played. Here's what I have so far, derived from examples on Stack Overflow that use a vector of jpegs ra...

Go to advanced search