Closed kitzin closed 5 years ago
@kitzin Thank you for reporting the problem. You are quite right. As far as I can tell, the libvlc_media_list_player_get_media_player function was introduced in v3 of libvlc.
I will get this fixed in the coming days and let you know.
Added build tag for older versions of libvlc (< v3.0.0).
go build -tags legacy
Current raspbian release: Raspbian GNU/Linux 9 (stretch)
When running
go get github.com/adrg/libvlc-go
I get the outputLibvlc version:
When checking the libvlc git repository for version 2.2 (https://github.com/videolan/vlc/blob/2.2.0-git/lib/media_list_player.c) It doesn't seem to have the libvlc_media_list_player_get_media_player function.
So it might be good to specify which 2.X release the library is supported from