-
I am using the player for audio HLS m3u8 stream playback.
It works great, however, the UI configuration is the Wild West. Why not provide step by step instructions for audio setup?
For example, I have had to find custom CSS to accomplish some of the UI look I need, however, it is still not as good as it could be. Even with settings like:
[ ] Removes sharing buttons from top bar.
I still need to set .fvp-sharing { display: none !important; }
And in the embed code, I still have to set height:
[fvplayer src="https://<my s3 stream>" width="640" height="50" share="false"]
even though I set height here too:
[ ] Default Video Size: Width: Height: Enter values in pixels or 100%.I have these CSS overrides:
.fvp-sharing { display: none !important; } .embed-code-toggle { display: none !important; } .fvp-share-bar { display: none !important; } .flowplayer .fp-controls { opacity: 1 !important; visibility: visible !important; transition: none !important; }
Please consider making audio a first-class citizen in the video player world.
Thanks