Forum Replies Created
-
-
1 month ago in reply to: How to add shortcode paramter for subtitles
Hi Martin,
We have a multi language site (10 languages).
In the main language (English) we also offer transcripts and subtitles, for those who want to listen to English and also read the English subtitles, instead of only listening in English. But, not everyone likes to always have the subtitle on as well, so we disabled to show them by default. The user can choose.In secondary languages, we mostly serve the secondary audio, but sometimes we serve the English original Video/audio, with ONLY sub title files in the respective second language available. Only for those videos, that really need the subtitle file to be showing by default, do we want to enable displaying of subtitle files by default. So users, don’t get confused, why suddenly the audio is in English, and even if they figure out, that there might be a sub title file available, they don’t need to click it each and every time.
Adding something, like sub-title=”always-on” in the shortcode?
2 months ago in reply to: Player JavaScript error in Learndash LMSHello,
Thanks for your response. We are using Learndash LMS on our site.
We have checked the settings for the Integrations/Compatibility and updated it as per your suggestions. The error is still there on the page.
Of the three files that you mentioned –
This file is not being loaded on the page -> wp-content/fv-flowplayer-custom/style-1.css
The other two are still present.Can you please let us know what else should we look for to resolve this?
Thanks
8 months ago in reply to: Video only loads after mouse movedHi good people,
We are using custom CSS to show FVplayer with rounded corners:.flowplayer, .flowplayer .fp-player .fp-splash, .flowplayer video, .flowplayer iframe.fp-engine, .flowplayer .fp-ui { border-radius: 0.5em !important; } .flowplayer .fp-header, .flowplayer .fp-message { border-radius: 0.5em 0.5em 0 0; } .flowplayer .fp-controls { border-radius: 0 0 0.5em 0.5em; }
We also have enabled:
Optimize FV Flowplayer JS loadingWhen a page with a Video player loads, only the splash image is displayed, as long as the user does not interact with the page.
My issue is, that the custom CSS for rounded corners does not apply to the Splash image, when shown only by itself. Only once the user interacts does the player load and then the Splash becomes part of the player and then the rounded corners do show on splash and player together.Any advise of how to get the splash image by itself also show rounded corners?
Thanks! MikeYes, it is working now after de-activating, deleting and re-installing the Pro-version, Thanks!
Related question:
In the FV player settings I have set the pairing for qsel like this:_hd = HD (default)
_m = MobileWhen loading a player which has both qualities available, I can see in the player these 2 options: HD / Mobile
Once I choose HD, the displayed selection in the player remains: HD
Once I choose Mobile, the displayed selection in the player changes to: M (just a capital ‘M’)
Seems I can not change the active value for Mobile?Hello, I a wondering if in the meanwhile there is a way to accomplish the task to only have certain videos auto play subtitle files, while by default they don’t auto play? Is there a parameter I could add to the short-code?
Thanks!
MikeUpdate:
When clearing the browser cache, upon first loading of the player, it properly only shows HD and mobile in the player. Once I click on mobile, the choice changes from mobile to SD, and the mobile video is served while SD is displayed in the player as the choosen choice. From then onward, it only shows HD and SD as the quality options.Hi Martin,
A follow up issue/question:
When having all 3 quality video files in the S3 bucket, the video player properly shows all qualities for selection. (HD/SD/Mobile).When the SD quality is not present in the S3 bucket, in my mind the player should not show SD as an option, but only HD and Mobile, since those are the 2 files present.
Instead, the player shows HD and SD (SD plays back the mobile video)
Any help/advise how to change that is very appreciated!
Thank you,
MikeThanks, for checking that out. Not sure I understood properly, beacuse it is not that all my video files end with _m, only about 30 percent.
In any case, I did as you advised and now it is working fine. Switching to Beta did the final trick.
thanks!Hi Martin,
I checked and deleted the entire naming scheme in settings and set it up
all new, still the same.The first video has the video selector with 3 qualities, the Mobile
quality is the one with _m and is not working.The second video in the list is only the very same video withe the _m
ending.Thanks!
With very best wishes,
MikeI made another test.
I used the _m filename as the default quality and _hd and _sd as the alternative qualities.
In the shortcode editor it then gives me the message that:
Your primary video is not matching the quality prefixes!
Can I send you a URL for your requested page somewhere outside the forum?Yes, the same video file plays well, when without the quality switching.
Interestingly also the ending _mo does not work!
I tried other combinations, like _mx and they work!
When I define in the shortcode the same video with ending in _m as the:
mobile=”https://….it also works and plays properly.
Thanks,
Mike
1 year ago in reply to: FacetWP not working with FV PlayerHi Martin,
Thank you for your response.
I have used the dynamic loading event code mentioned in the document you shared.
The following worked for us:
document.addEventListener( 'facetwp-loaded', function(){ setTimeout( fv_player_load, 100 ); });
The videos are now loading after applying filters.
Thanks for the support.
1 year ago in reply to: Stream loader – Speed-up (beta) breaks HLShere the error log, per Kinsta log:
#6 /www/domain_409/public/wp-content/plugins/fv-player-pro/stream-loader.class.php(316): is_user_logged_in() #7 /www/domain_409/public/wp-content/plugins/fv-player-pro/stream-loader.class.php(1078): FV_Player_Pro_Stream_Loade" while reading response header from upstream, client: 27.34.x.y, server: domaindev.site, request: "GET /wp-content/plugins/fv-player-pro/stream-loader.php?stream_loader=30&expire=1697551461&signature=976ca50f54bca14976bbf49cb9833b39 HTTP/2.0", upstream: "fastcgi://unix:/var/run/php8.1-fpm-domain.sock:", host: "subdomain.domaindev.site:36052", referrer: "https://subdomain.domaindev.site/explore-all-sessions/"
Hi Alec,
Thanks for getting back.
We are running a multiple language course site (LearnDash and WPML). Video content is protected by memberships and each language requires separate registration. We don’t want users of one language to have access to all other languages, but only to the one they are registered for.I found another solution to our requirements:
We are using AWS media convert to create our HLS streams/manifests. I am rendering one video with 10 separate audio-only tracks. MediaConvert offers the option to create additional manifests. By doing so I can create a separate manifest for each language, and using that manifest as the video source for the language specific FV player shortcode.
In this way we save a lot of rendering costs, but also storage costs, because we only need one HLS video stream that can be presented to the user combined with whatever audio language track we added.
I attached some screenshots below, if you are interested.
Pretty cool feature (additional manifests). One could also edit the original manifest, but no need!
Greetings MikeHello Martin, Yes, we are using the token system.