Search found 4 matches

Go to advanced search

by reactor-cores
23 Nov 2019 05:17
Forum: Development around libVLC
Topic: Do I have to provide my own player UI?
Replies: 4
Views: 473

Re: Do I have to provide my own player UI?

Yeah I actually saw this a few days ago. The compile script seems to fail when trying to retrieve the portable emscripten SDK (403 forbidden). I noticed that it said it patches sdk as well as actual VLC so I didn't know if I could use my own installation of emscripten. The other way I was going to g...
by reactor-cores
22 Nov 2019 19:38
Forum: Development around libVLC
Topic: Do I have to provide my own player UI?
Replies: 4
Views: 473

Re: Do I have to provide my own player UI?

Thanks for the response. I'm making a stream sharing app within Electron; felt that HTML5s video capabilities were restricting, especially since one of the big use cases would be able to play Matroska videos. Was planning on experimenting with WASM and getting VLC on to electron, seems tougher than ...
by reactor-cores
22 Nov 2019 07:10
Forum: Development around libVLC
Topic: libVLC and SDL2 freezes on resizing
Replies: 0
Views: 163

libVLC and SDL2 freezes on resizing

I followed this sample code on the VideoLAN website (https://wiki.videolan.org/LibVLC_SampleCode_SDL/) and got it to work with my personal video files. The issue I am having is that when resizing the window or when directly calling SDL_SetWindowSize, the video freezes (audio keeps playing). I search...
by reactor-cores
21 Nov 2019 21:13
Forum: Development around libVLC
Topic: Do I have to provide my own player UI?
Replies: 4
Views: 473

Do I have to provide my own player UI?

I am using SDL2 and experimenting with LibVLC for a personal project. Do I need to develop my own UI library to provide the simple actions like pause, play, and or seek or is this provided within libVLC somehow?

Go to advanced search