lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.78k stars 885 forks source link

About handler for media player #766

Open phpfreak-code opened 3 years ago

phpfreak-code commented 3 years ago

Hello, i was trying to create a single window for media playback, using libvlc. I cant find the way to link it on the walk, so i decided to ask here, if this is possible generally, to create a window with libvlc playback.

Please some help. I did it with gdk but i liked too much walk so i would like to implement it also here if possible.

Thank you

StephanVerbeeck commented 1 year ago

You might make things easier by using MPV instead of VLC. Works either as DLL running as part of your executable or as spawned subprocess that uses a window of your executable as parentwindow.

see https://github.com/mpv-player/mpv