popcornmix / omxplayer

omxplayer
GNU General Public License v2.0
1.01k stars 334 forks source link

display elapsed/total time during pause ceased working recently #797

Closed captain closed 3 years ago

captain commented 3 years ago

Until circa 2020 November omxplayer would display elapsed | total time during pause. This is an invaluable feature! I don't know what happened, but it seems to be gone from every omxplayer on every machine now, so I'm guessing some code changed. I grepped all the source code for show_time but came up empty. I noticed show_time_offset used in a different fork of the code, but I've always just run the official distributed binaries, so I don't know what to do.

popcornmix commented 3 years ago

omxplayer is deprecated and there have been no changes for many months. Note: OSD does not work with fkms driver. Have you enabled that in config.txt? (it's a default option on Pi4, but optional on earlier models)

captain commented 3 years ago

That appears to have been the problem. THANK YOU popcornmix!