Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Edit your config.txt to force output to composite
  2.  
  3. When running omx player make sure to specify the output display, it doesn't automatically default to the display that is specified in the config.txt
  4.  
  5. /usr/bin/omxplayer /home/pi/wk-portraits-screens/starfield_render.mp4 --loop --no-osd -o local --display=5
  6.  
  7. Notes
  8.  
  9. --no-osd = hides any display overlays when looping the video
  10.  
  11. -o local = specifies that it is to output audio to the display in the config.txt
  12.  
  13. --display=5 = specifies the composite display
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement