-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] implementation of libvlc_video_set_callbacks and libvlc_video_set_format #103
Comments
@adrg any advise would be really appreciated . |
Hi @c1ngular, What GUI framework are you planning to use for the custom video player? If the framework exposes a reference to the underlying window of the surface you are trying to render the video on, you can let The GTK 3 player example showcases just that. Basically, you would pass a reference to the surface you are drawing the video on to |
@adrg thank you for reply, I was wondering how to play multiple videos on same window(probably with ui overlays above video), have not seen many such apps out there . so I guess vlc.player.setwindow will not working ? I am curious about how to use gpu (hardware accelerated) decoded video without copying to CPU and to GPU again. I don't have an actual project going on, I am just learning and exploring go and multimedia stuff . |
You mean playing videos one after another? Because that is possible using both the In any case, I believe
Let me clarify a bit. In my |
@adrg thanks a lot |
so user of this lib will be able to make their own media player using preferred GUI frameworks ?
Thanks
The text was updated successfully, but these errors were encountered: