Search found 4 matches

Go to advanced search

by callum
14 Oct 2019 18:45
Forum: Development around libVLC
Topic: Streaming into resizable memory buffer
Replies: 7
Views: 801

Re: Streaming into resizable memory buffer

@sherington: Understood and thanks - I know that's often a good solution but in my case, there are many layers of code between where the video is decoded and the buffer used as a texture and a lot of assumptions about how it works. I could always decode video into a fixed buffer size and then scale ...
by callum
11 Oct 2019 19:12
Forum: Development around libVLC
Topic: Streaming into resizable memory buffer
Replies: 7
Views: 801

Re: Streaming into resizable memory buffer

@dm-helper Understood - I was a bit surprised this scenario isn't more common given the obvious use cases in video games, virtual 'theaters' etc. My work was for my company and our product team has deprioritized making it work as I'd like so I can't spend any more work time on it. For my own edifica...
by callum
03 Oct 2019 20:22
Forum: Development around libVLC
Topic: Streaming into resizable memory buffer
Replies: 7
Views: 801

Re: Streaming into resizable memory buffer

That's helpful to know I need to change direction - thank you.
by callum
03 Oct 2019 00:15
Forum: Development around libVLC
Topic: Streaming into resizable memory buffer
Replies: 7
Views: 801

Streaming into resizable memory buffer

The [Win64/C++/libVLC 3.0.8] app I am working on streams video URLs into a memory buffer that is subsequently used as an OpenGL texture. It works well but I would like to add support for resizing the memory buffer as the video is playing back and everything I have tried so far fails - the only solut...

Go to advanced search

cron