class UnavailableOMXPlayerError

Public Instance Methods

message() click to toggle source
# File lib/pecari/player.rb, line 83
  def message
    <<-EOF
      Cannot find omxplayer on you system. Try installing it with this command:
      "sudo apt-get install omxplayer"
    EOF
  end