Adrian-George Bostan

Results 42 comments of Adrian-George Bostan

Hi @wunderbarb. I haven't tried running the GTK3 media player sample application on WSL. Do other GTK 3 applications work correctly (e.g. the screen recorder sample)? Have you tried setting...

Hi @sc0Vu. Thank you for taking an interest in the library. I see there are some instructions on the vlc wiki here: https://wiki.videolan.org/OSXCompile. Unfortunately I have no way of testing...

Thank you @gaurav-gogia. Ideally, there would be a wiki page similar to [Install on Linux](https://github.com/adrg/libvlc-go/wiki/Install-on-Linux) and [Install on Windows](https://github.com/adrg/libvlc-go/wiki/Install-on-Windows) with specific instructions for the whole installation process.

@ansoni-san Awesome. Thank you for testing the library on macOS. That should be enough information for me to create an installation wiki page. I noticed there's a [NuGet package](https://www.nuget.org/packages/VideoLAN.LibVLC.Mac/3.1.3.1) for...

I added a [Install on macOS](https://github.com/adrg/libvlc-go/wiki/Install-on-macOS) wiki page based on the information you provided. Please let me know if that looks ok.

I updated the [Install on macOS](https://github.com/adrg/libvlc-go/wiki/Install-on-macOS) wiki page with instructions on how to install `libVLC` through [MacPorts](https://www.macports.org). I find it to be a bit easier than building VLC from source....

Hi @asimpson. Thank you for your interest in the library. It should be possible to statically link libVLC, although I don't think it's that easy. I've never attempted it. I...

Closing this issue as it has been addressed.

Hi @dinoallo. If I understand correctly, the scenario you are describing is the following: - One of the `/run` or `/run/user` directories does not exist. Maybe both. - There is...

> IMHO, check `XDG_RUNTIME_DIR` first and if it doesn't exist, return an error instead of creating it for the application. `XDG_RUNTIME_DIR` should have been created by the system(`pam_systemd`, etc), or...