Forum Replies Created
-
-
5 days ago in reply to: YouTube Backend Showing Live Frontend Not
Thanks, Martin! I believe we’ve identified the solution!
As per my earlier question, could you please suggest how we can disable the JavaScript delay using code? We would prefer the player to load completely even without any user interaction.
I believe we’ll have everything we need then. I’m just waiting for your advice on the LIVE issue with Safari Mobile.
Best,
Sven5 days ago in reply to: YouTube Backend Showing Live Frontend NotHi Martin
thanks for getting back.
We might have a misunderstanding here.
All works in desktop currently Player 8 but not on mobile.
It worked in mobile in the Player 7.The issue is not with the button and that it shows in paused state.
The issue is that in mobile, when the user pauses the video, a click does not do anything anymore. The video can not be restarted anymore.In the videos I shared, you see the behavior,
Please find our current CSS here also, if this might help.
Many thanks for your help
Sven/* Use the ::after pseudo-element for the play button */ .is-splash.flowplayer .fp-ui::after, .is-splash.flowplayer .fp-player .fp-ui::after, .is-paused.flowplayer .fp-player .fp-ui::after, .lightbox-starter.flowplayer .fp-ui::after, .show-video-button::after { content: ''; display: block; background: url(https://cdn2.livetube.tv/news/wp-content/uploads/sites/8/2023/06/500_500LT_playbutton_w.png) center no-repeat; background-size: 14%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; } /* Adjust the size of the play button for mobile devices */ @media (max-width: 480px) { .is-splash.flowplayer .fp-ui::after, .is-splash.flowplayer .fp-player .fp-ui::after, .is-paused.flowplayer .fp-player .fp-ui::after, .lightbox-starter.flowplayer .fp-ui::after, .show-video-button::after { background-size: 14%; /* adjust this as necessary for mobile devices */ } } /* Hide the play button while seeking */ .is-seeking.flowplayer .fp-ui::after { display: none; } /* Hide the original play button */ .flowplayer .fp-ui > .fp-play, .flowplayer.is-splash .fp-ui > .fp-play { display: none !important; }
5 days ago in reply to: YouTube Backend Showing Live Frontend NotHi Martin,
We’re encountering another issue with the new FV Player 8 and YouTube videos.
When a user pauses a video in mobile browsers (we tested both Safari and Chrome), it’s unable to be restarted, regardless of whether the user uses incognito mode or not.
Here’s a video demonstrating the problem:
https://drive.google.com/file/d/1OfkYhBEHjPLCrDJHM37bVbe0mRlUijv1/view?usp=drivesdkHere’s the link to the video:
https://www.livetube.tv/news/video-hero-mother-dog-carries-dying-puppy-to-vet-for-treatment-before-watching-medics-battle-to-save-herAdditionally, we’ve attempted to eliminate the lazy load/delay JavaScript, but we haven’t been successful. We received the following code from WP Rocket:
/wp-content/plugins/fv-player/freedom-video-player/fv-player-youtube.min.js
/wp-content/plugins/fv-player/freedom-video-player/fv-player.min.jsDo you have any alternative suggestions?
Thanks a lot for your assistance,
Sven6 days ago in reply to: YouTube Backend Showing Live Frontend NotHi Martin,
yes, from what we checked now after re-activating FV Player, it seems Chrome is working correctly.
Appreciate help with the Safari issue.
Many thanks
Sven6 days ago in reply to: YouTube Backend Showing Live Frontend NotStill original link – we checked
https://www.youtube.com/watch?v=q04Pg9XWLYw6 days ago in reply to: YouTube Backend Showing Live Frontend NotHi Martin
thanks for checking, however in the backend all works fine with your player. It is just in the frontend that it does not work.
When I disable FV player then it works in Safari,
Check the same URL, we have disabled FV Player
https://www.livetube.tv/news/video-live-nasa-astronauts-perform-spacewalk-to-complete-upgrades-on-the-international-space-stationThanks for your ongoing help
Sven6 days ago in reply to: YouTube Backend Showing Live Frontend NotTo add: When videos are in “sc heduled” status , meaning a live stream is scheduled for later. then the player button is not doing anything.
In the backend however, we can see the “Live in XXX minutes” from the original YouTube player.
Hope this helps to further investigate
Thanks
Sven6 days ago in reply to: YouTube Backend Showing Live Frontend NotHi Martin, we re-installed FV Player 8 and this seemed to have solved the WP Rocket issue. Videos are now working again.
However the LIVE status issue is still existing
You can check here: https://www.livetube.tv/news/video-live-nasa-astronauts-perform-spacewalk-to-complete-upgrades-on-the-international-space-stationThis video is currently LIVE but the status is not showing in the Frontend. In the Backend we can see LIVE also in the FV Player
Thanks for advise
Sven7 days ago in reply to: YouTube Backend Showing Live Frontend NotSince I can not alter my comment, just one other note:
We are using the embed code
https://www.youtube.com/watch?v=J0FEi8Jh5KIWhich only when the video becomes live changes to
https://www.youtube.com/live/J0FEi8Jh5KII can see in our post this embed now
<!– wp:embed {“url”:”https://www.youtube.com/watch?v=J0FEi8Jh5KI”,”type”:”video”,”providerNameSlug”:”youtube”,”responsive”:true,”className”:”wp-embed-aspect-4-3 wp-has-aspect-ratio”} –>
<figure class=”wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio”><div class=”wp-block-embed__wrapper”>
https://www.youtube.com/watch?v=J0FEi8Jh5KI
</div></figure>
<!– /wp:embed –>But still https://www.youtube.com/watch?v=J0FEi8Jh5KI is the one which shows in the backend the correct status.
7 days ago in reply to: YouTube Backend Showing Live Frontend NotHI Martin,
also we checked on the initial problem.
We are still experiencing the same issue,
When watching a video in the backend , the player correctly renders and shows LIVE.When we watch in the frontend, it does not show this.
Rocket is now disabled.
See the two screenshots:
Frontend:
https://drive.google.com/file/d/18WrGOkTrRVjE0B1wsPdgdc5khbVyXzVl/view?usp=drivesdkBackend:
https://drive.google.com/file/d/1lXUTGwJcee7417WyM5ygxKx1CfCvJUkD/view?usp=drivesdkLet me know what additional info you would need
Many thanks for your help,
Sven7 days ago in reply to: YouTube Backend Showing Live Frontend NotHi Martin,
We’ve updated to FV Player 8, as you can see from the updated license.
We’re encountering an issue with WP Rocket blocking some JavaScript. Disabling WP Rocket resolved the problem.
When WP Rocket’s JavaScript optimization is enabled, we see the following error:
fv-player-youtube.min.js:1 Uncaught SyntaxError: Unexpected token ‘}’
fv-player-youtube.min.js:1Could you please advise us on what we need to include in the WP Rocket exclusions and in which fields?
Specifically, we need to know about:
- Minify
- Exclude
- Defer
We needed to disable WP Rocket entirely and it would be good to get it back activated and all running.
Thanks a lot,
Sven1 week ago in reply to: YouTube Backend Showing Live Frontend NotHi Martin,
Thanks for the feedback. I’ll do the upgrade.
However, here’s a thought that might mean the upgrade doesn’t change it either.
We post the link to our page when the video is scheduled for live. At the moment, the YouTube Player shows a message like “live in xxx minutes.”
My question is: Will there be another API call to detect when the video starts streaming? Is it then checking again when a user enters the page?
We’ve noticed that when we include the link when the YouTube video is in the “live” state, everything works fine. But when the video switches from scheduled to live, it seems that the player isn’t picking this up.
Just a thought, but could this be a reason for how the API call is done?
I’ll check Player 8 and report back.
Thanks,
Sven1 week ago in reply to: YouTube Backend Showing Live Frontend NotHi Martin, thanks for getting back. Yes we are using the YouTube API and there are no errors reported.
You could check this one which is currently not live and then not showing the LIVE at when click at the play button
https://www.livetube.tv/news/video-live-kristi-noems-confirmation-hearingYou could check this one which is currently LIVE
https://www.livetube.tv/news/video-live-polish-prime-minister-donald-tusk-meets-ukraines-president-volodymyr-zelenskiyWeirdly, sometimes we see the LIVE also in the frontend.
Thanks for checking, appreciate.Thanks
SvenActually I just noticed that I have sent some sensitive links. Can you please not publish these to the public. Thanks!
We are experiencing the same problem. Failure occurs just with one of our videos. It happens when we have finished upload the video to FV Player and then save the project, Happens when saved directly in FV Player but also when adding the clip from the back-end.
Warning: stripslashes() expects parameter 1 to be string, object given in ../wp-content/plugins/fv-wordpress-flowplayer/models/db-player-meta.php on line 341
Warning: Cannot modify header information – headers already sent by (output started at ../wp-content/plugins/fv-wordpress-flowplayer/models/db-player-meta.php:341) in ../wp-admin/post.php on line 231
Warning: Cannot modify header information – headers already sent by (output started at ../wp-content/plugins/fv-wordpress-flowplayer/models/db-player-meta.php:341) in ../wp-includes/pluggable.php on line 1281
Warning: Cannot modify header information – headers already sent by (output started at ../wp-content/plugins/fv-wordpress-flowplayer/models/db-player-meta.php:341) in ../wp-includes/pluggable.php on line 1284