{"id":22509181,"url":"https://github.com/adrg/libvlc-go-examples","last_synced_at":"2025-08-03T13:31:19.754Z","repository":{"id":53471000,"uuid":"318993083","full_name":"adrg/libvlc-go-examples","owner":"adrg","description":"libvlc-go usage examples","archived":false,"fork":false,"pushed_at":"2022-02-07T11:29:26.000Z","size":73,"stargazers_count":32,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-19T01:45:49.259Z","etag":null,"topics":["audio","example-code","examples","go","golang","libvlc","libvlc-go","media-player","player","player-video","screen-capture","video","vlc-media-player"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adrg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-06T09:10:56.000Z","updated_at":"2024-06-05T03:51:58.000Z","dependencies_parsed_at":"2022-09-08T20:21:14.788Z","dependency_job_id":null,"html_url":"https://github.com/adrg/libvlc-go-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrg%2Flibvlc-go-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrg%2Flibvlc-go-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrg%2Flibvlc-go-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrg%2Flibvlc-go-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrg","download_url":"https://codeload.github.com/adrg/libvlc-go-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228547936,"owners_count":17935149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","example-code","examples","go","golang","libvlc","libvlc-go","media-player","player","player-video","screen-capture","video","vlc-media-player"],"created_at":"2024-12-07T01:28:00.897Z","updated_at":"2024-12-07T01:28:01.486Z","avatar_url":"https://github.com/adrg.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview\n\nA collection of sample applications and usage examples using\n[libvlc-go](https://github.com/adrg/libvlc-go).\n\n## Prerequisites\n\nIn order to run the examples, libvlc-go must be installed.\nSee [libvlc-go](https://github.com/adrg/libvlc-go) for installation instructions.\n\n## Examples\n\n### libvlc-go v3\n\n* [GTK 3 media player](v3/gtk3_player) (using [gotk3](https://github.com/gotk3/gotk3))\n* [GTK 3 screen recorder](v3/gtk3_screen_recorder) (using [gotk3](https://github.com/gotk3/gotk3))\n* [GTK 3 equalizer](v3/gtk3_equalizer) (using [gotk3](https://github.com/gotk3/gotk3))\n* [GTK 3 media discovery](v3/gtk3_media_discovery) (using [gotk3](https://github.com/gotk3/gotk3))\n* [GTK 2 media player](v3/gtk2_player) (using [go-gtk](https://github.com/mattn/go-gtk))\n* [GTK 2 screen recorder](v3/gtk2_screen_recorder) (using [go-gtk](https://github.com/mattn/go-gtk))\n* [Basic player usage](v3/player/player.go)\n* [Basic list player usage](v3/list_player/list_player.go)\n* [Handling events](v3/event_handling/event_handling.go)\n* [Retrieve media tracks](v3/media_tracks/media_tracks.go)\n* [Retrieve media information](v3/media_information/media_information.go)\n* [Display screen as player media](v3/display_screen_media/display_screen_media.go)\n* [Stream media to Chromecast](v3/chromecast_streaming/chromecast_streaming.go)\n* [Player equalizer usage](v3/equalizer/equalizer.go)\n\n\n### libvlc-go v2\n\n* [GTK 3 media player](v2/gtk3_player) (using [gotk3](https://github.com/gotk3/gotk3))\n* [GTK 3 screen recorder](v2/gtk3_screen_recorder) (using [gotk3](https://github.com/gotk3/gotk3))\n* [GTK 3 equalizer](v2/gtk3_equalizer) (using [gotk3](https://github.com/gotk3/gotk3))\n* [GTK 2 media player](v2/gtk2_player) (using [go-gtk](https://github.com/mattn/go-gtk))\n* [GTK 2 screen recorder](v2/gtk2_screen_recorder) (using [go-gtk](https://github.com/mattn/go-gtk))\n* [Basic player usage](v2/player/player.go)\n* [Basic list player usage](v2/list_player/list_player.go)\n* [Handling events](v2/event_handling/event_handling.go)\n* [Retrieve media tracks](v2/media_tracks/media_tracks.go)\n* [Retrieve media information](v2/media_information/media_information.go)\n* [Display screen as player media](v2/display_screen_media/display_screen_media.go)\n* [Player equalizer usage](v2/equalizer/equalizer.go)\n\n## Contributing\n\nContributions in the form of pull requests, issues or just general feedback,\nare always welcome.  \nSee [CONTRIBUTING.MD](CONTRIBUTING.md).\n\n**Contributors**:\n[adrg](https://github.com/adrg).\n\n## License\n\nCopyright (c) 2020 Adrian-George Bostan.\n\nThis project is licensed under the [MIT license](https://opensource.org/licenses/MIT).\nSee [LICENSE](LICENSE) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrg%2Flibvlc-go-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrg%2Flibvlc-go-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrg%2Flibvlc-go-examples/lists"}