You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openreplay
I'm getting the error, when trying to start playoutd: "Failed to load PNG to Cairo surface". Digging through the code, it looks like there are various PNG's that playoutd expects to see:
hb3_replayclock.png instantreplay_title.png
What is the purpose of these files?
KP
-- - Kit Peters (W0KEH), Engineer II KMOS TV Channel 6 / KTBG 90.9 FM University of Central Missouri http://kmos.org/ | http://ktbg.fm/
Andrew Armenia
unread,
Jan 12, 2012, 12:15:18 PM1/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openr...@googlegroups.com
Graphical overlays... one for a background for the clock, one for a "Instant Replay" title. You could just create them as blank (transparent 1x1 pixel) PNGs, create your own graphics, and/or eliminate them from the code (relevant bits are lines 208, 256-284, and 325-330).
It's also going to look for the "Gotham FWN Narrow Bold" font (for rendering clock data if available). However, it shouldn't whine or bail out if it can't find it.