Skip to content
/ go-omx Public

Go OmxPlayer interface for controlling RPi's media playback

License

Notifications You must be signed in to change notification settings

edudev/go-omx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go OMX interface

This library provides an API interface to Raspberry Pi's omxplayer

Downloading

(Not necessarily on RPi)

You need to have setup your $GOPATH

go get github.com/edudev/go-omx/

Building example program

(Not necessarily on RPi)

GOOS=linux GOARCH=arm GOARM=7 go build -v github.com/edudev/go-omx/

Running example program

(On RPi, as it is the only platform supporting omxplayer)

You need to copy the the previously built go-omx file to your RPi

./go-omx

About

Go OmxPlayer interface for controlling RPi's media playback

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages