03-03-2022, 12:44 PM
Hi,
Thank you for considerating my idea.
Actually i made a simple meta refresh in html part of php script.
Pro:
- very simple
- consume no ressources
Cons :
- a little latence as refresh occurs every 30s. There can be a delay when next song occur and display match with audio.
- a flickering effect every 30 seconds when the same song is playing
Best regards
Stephane
Thank you for considerating my idea.
Actually i made a simple meta refresh in html part of php script.
Code:
<META HTTP-EQUIV="refresh" CONTENT="30">
Pro:
- very simple
- consume no ressources
Cons :
- a little latence as refresh occurs every 30s. There can be a delay when next song occur and display match with audio.
- a flickering effect every 30 seconds when the same song is playing
Best regards
Stephane