Forum Replies Created
-
-
Are you guys using IntelliJ / PhpStorm? IDE-s and of course any static analysis tools would’ve caught this pre-release.
WIth 7.4.14.727, logs are flooded with “[29-Jan-2020 12:10:33 UTC] PHP Notice: Undefined variable: src in /home/convers/public_html/institute/wp-content/plugins/fv-player-pro/fv-player-pro.class.php on line 3680”
Traceback:
wp-content/plugins/fv-player-pro/fv-player-pro.class.php:3680
FV_Player_Pro->get__cached_splash()
wp-includes/class-wp-hook.php:288
apply_filters(‘fv_flowplayer_splash’)
wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer-frontend.php:983
flowplayer_frontend->get_splash()
wp-content/plugins/fv-wordpress-flowplayer/models/seo.php:76
FV_Player_SEO->should_i()
wp-includes/class-wp-hook.php:288
apply_filters(‘fv_flowplayer_args_pre’)
wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer-frontend.php:86
flowplayer_frontend->build_min_player()
wp-content/plugins/fv-wordpress-flowplayer/controller/shortcodes.php:195
flowplayer_content_handle()
wp-includes/shortcodes.php:325
do_shortcode_tag()
Unknown location
preg_replace_callback()
wp-includes/shortcodes.php:199
do_shortcode()
wp-includes/class-wp-hook.php:288
apply_filters(‘the_content’)
wp-includes/post-template.php:253
the_content()
/home/convers/deploy/cxl/institute-theme/releases/20200104.143555-leho/content/lesson-singular.php:47
hybrid_get_content_template()
/home/convers/deploy/cxl/hbd-institute-theme/releases/20200122.151833-leho/sensei.php:23Thanks. I forgot to add y-day, that my debugging showed $src parameter occasionally being NULL instead of a string. I ran out of time and couldn’t quite tell what video source produces this situation. Let me know if you need more information about the inputs.
We’re at 7.4.9.727 and this is still a major log spam source.
[22-Jan-2020 08:13:17 UTC] PHP Notice: get__cached_splash stripos needle is unexpectedly not a string: #0 /home/convers/public_html/institute/wp-includes/class-wp-hook.php(290): FV_Player_Pro->get__cached_splash(false)
#1 /home/convers/public_html/institute/wp-includes/plugin.php(206): WP_Hook->apply_filters(false, Array)
#2 /home/convers/public_html/institute/wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer-frontend.php(983): apply_filters(‘fv_flowplayer_s…’, false, Object(flowplayer_frontend))
#3 /home/convers/public_html/institute/wp-content/plugins/fv-wordpress-flowplayer/models/seo.php(76): flowplayer_frontend->get_splash()
#4 /home/convers/public_html/institute/wp-includes/class-wp-hook.php(288): FV_Player_SEO->should_i(Array)
#5 /home/convers/public_html/institute/wp-includes/plugin.php(206): WP_Hook->apply_filters(Array, Array)
#6 /home/convers/public_html/institute/wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer-frontend.php(86): apply_filters(‘fv_flowplayer_a…’, Array)
#7 /home/convers/public_html/institute/w in /home/convers/public_html/institute/wp-content/plugins/fv-player-pro/fv-player-pro.class.php on line 3685Can yall figure this out?
Interesting.
The issue doesn’t occur on the foliovision demo page on either one of my PCs and my macbook with the same exact chrome set up and extensions (use chrome browser sync).
The issue does occur on all of those devices when viewing with the institute. I will check my browser. However, our students and other team members have experienced the same issue with different devices and browsers. This occurs on and off our local network as well.
I have ran the test and provided a screenshot. I have saved the profile if this would be helpful.
I see Lazy Load by WP Rocket. It’s been disabled. Don’t see it as being enabled during your last visit.
Could it be the EWW image optimizer that’s causing the issue?
Martin,
Yes, I could audit with SQL, however, would be better to see it within the context of WP.
If we had this data (using admin columns) I could sort and filter based on empties and quickly add what I need in line instead of having to run a report then sort through the FV Players manually, then add the changes.
Basically, I want to see the path or at least a TRUE/FALSE if the subtitles and transcripts are set and be able to do a Quick Edit and add missing data.
Leho, yes. We should.
Martin,
We have over 40 courses to work through still. From 20 that I recently did manual work, it was ~150 videos.
So I expect around 200-300 shortcodes to sort through…
Opening and closing the shortcode works, however…
– some pages were made in Classic editor which requires a button click to switch editors and/or adding a new FV block, then adding the old code, and then saving to get the new code
– some are in the shortcode block, that need to be convertedLeho and I will figure out how to do an audit and present findings.
6 years ago in reply to: Cross-origin Request Blocking – FV PlayerAlso, how come turbocharge sets response type
application/json
and then sends invalid JSON w/ wrapping into a custom<FLOWPLAYER>
tag? Looks hackish.6 years ago in reply to: Cross-origin Request Blocking – FV Player(Can you enable this thread for user
lehok
so I can also respond with my personal account?)Hi, it’s Leho. I took a look at
fv-player-pro/fv-vimeo-ajax.php
. Problem is the hardcoded parsing ofwp-config.php
, which in case of our staging (multi-)site imports other subsite-specific config files, which your hardcoding can’t know about.I moved Vimeo key configuration to main
wp-config.php
file and now turbocharging works. But I wonder if there is a code-level solution to this, instead of having to deal with filesystem specifics. Your thoughts?6 years ago in reply to: Cross-origin Request Blocking – FV PlayerAll of the videos are failing. We have the Turbocharge Ajax Vimeo loading setting enabled on the production site and it works with no issue.
Navigated to Settings -> FV Player Pro -> Hosting -> Vimeo; Clicked Save All Changes button in this section; issue persists
Disabled Tubrocharge Ajax Vimeo loading setting; the issue appears to have been resolved.
Why does this resolve the issue if it works on our production server?
What information would you need to help determine this?I did notice errors in Query Monitor when interacting on FV Settings: Settings -> FV Player Pro -> Hosting -> Vimeo
6 years ago in reply to: Cross-origin Request Blocking – FV PlayerMy mistake. I have updated permissions.
6 years ago in reply to: Cross-origin Request Blocking – FV PlayerHere’s the url: https://conversionxli.warmpress.com/lesson/visual-branding/
Your guest account is active still and should be able to access this page.
If I could see the value for subtitles and transcripts, that would be a great start.
Being able to sort and filter each existing column, plus the two mentioned above would be the next request.
Most shortcodes look like this:
[fvplayer src="https://vimeo.com/235979129" splash="https://i.vimeocdn.com/video/657962011_1280x684.jpg?r=pad" caption="Class 2: Visual Branding" transcript="auto"]
or this:
[fvplayer src="https://vimeo.com/235979129" splash="https://i.vimeocdn.com/video/657962011_1280x684.jpg?r=pad" caption="Class 2: Visual Branding" transcript="auto" subtitles="https://conversionxli.warmpress.com/{{linktosubs.vtt}}]
Data needed from old shortcodes:
src, subtitles, transcript
Everything else could be pulled from Vimeo on import.
We don’t really use the playlists and could be handled on a case by case basis.
6 years ago in reply to: Cross-origin Request Blocking – FV PlayerHello,
I have confirmed we are using the right license. We have one of our license slots set to the staging domain – warmpress.com
Thanks,
Kyle
CXLI have attached a gif showing the issue. I am typing in the search box soon after my first click into the field. I can’t see my search result, chrome starts to lag, nothing appears. Sometimes the result will start to highlight in the transcript window, but it’s slow and doesn’t show what I typed in search. Also, after clicking autoplay checkbox as you see in the gif. Each time I type (even after clicking back in the search box) it affects the checkbox.
The issue occurs on any fv player on our site. Can see on public facing videos here: https://conversionxl.com/show
You should have access to our staging env. To see the issue behind our pay wall.
6 years ago in reply to: FV Player Editor not showing in GutenburgErrors in JS Console attached
### Begin System Info ### ## Please include this information when posting support requests ## Multisite: No SITE_URL: https://conversionxl.com HOME_URL: https://conversionxl.com FV Player version: 7.3.4.727 FV Player core version: 7.2.7.1 FV Player license: Valid (next check 2019-01-09 20:48:15 GMT) FV Player Pro version: 7.3.4.727 FV Player Pro license: Valid (next check 2019-01-09 20:47:51 GMT) WordPress Version: 4.9.9 Permalink Structure: /blog/%postname%/ Active Theme: ConversionXL, Better 2018.12.30 Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36 PHP Version: 7.1.25 MySQL Version: 5.7.24-log Web Server Info: Apache/2.4.37 (cPanel) OpenSSL/1.0.2q mod_bwlimited/1.4 WordPress Memory Limit: 40M PHP Safe Mode: No PHP Memory Limit: 1024M PHP Upload Max Size: 20M PHP Post Max Size: 20M PHP Upload Max Filesize: 20M PHP Time Limit: 120 PHP Max Input Vars: 1000 PHP Arg Separator: & PHP Allow URL File Open: Yes WP_DEBUG: Enabled DISPLAY ERRORS: N/A cURL: Your server supports cURL. ACTIVE PLUGINS: 404page - your smart custom 404 error page: 7 Admin Columns Pro: 4.4.1 Akismet Anti-Spam: 4.1 Allow Numeric Slugs: 3.0.0 AMP: 1.0.1 AMP Analytics: 0.0.2 Author Admin View Archive Link: 1.0 Broken Link Checker: 1.11.5 Change Username: 1.0 Classic Editor: 1.3 Cloudflare: 3.3.2 Collapse-O-Matic: 1.7.9 Comet Cache Pro: 170808-RC CXL Gutenblock: 2018-11-13 17:36 Disable All WordPress Updates: 1.6.3 Disable Emojis (GDPR friendly): 1.7.2 Duplicate Post: 3.2.2 Edit Author Slug: 1.6.0 EWWW Image Optimizer: 4.5.3 FV Player: 7.3.4.727 FV Player Pro: 7.3.4.727 Glue for Yoast SEO & AMP: 0.4.3 Gravity Forms: 2.4.4 Gravity Forms: Multiple Form Instances: 1.1.1 Gravity Forms AJAX Redirect Cloudflare Compatibility: 2015.08.18 Gravity Forms GetResponse Add-On: 1.2 Gravity Forms HTML5 BUTTON element support: 2018.05.21 Gravity Forms REST API: 2.0-rc-1 Gravity Forms Zapier Add-on: 3.1 Grid Columns: 0.4.0pl+git Grid Columns, Wrapped: 2016.10.14 Gutenberg: 4.8.0 Hybrid Core (4.0) - restore schema.org support: 2017.12.21 Hybrid Core - `add_filter hybrid_attr_entry_modified`: 2017.06.16 Hybrid Layout: 1-column, wrapped + wrapped-wide: 2018.04.26 Imsanity: 2.4.1 Inclusive Parents: 1.2pl+git Index Autoload: 1.1.1 Intercom: 2.6.1 iThemes Security Pro: 5.5.8 Lazy Load by WP Rocket: 1.4.9 Logged in User Shortcode: 0.1.9999+git Login Logo: 0.9.0 Members: 2.1.0 Metronet Tag Manager: 1.5.0 Metronet Tag Manager support for Hybrid Base Dynamic: 1.0 Metronet Tag Manager Variable %user_role%: 2016.03.25 Nav Menu Collapse: 1.2.1 Nav Menu Roles: 1.9.3 Nested Pages: 3.0.7 No Image Link: 1.2 Pixel Caffeine: 2.0.7 Pods - Custom Content Types and Fields: 2.7.12 Popup Maker: 1.7.30 Postmatic & Postmatic Labs: 2.1.4 Post Meta Inspector: 1.1.1 Public Post Preview: 2.8.0 Pure CSS Theme Features: 1.6.1pl+git Query Monitor: 3.2.2 Redis Object Cache: 1.4.1 Related Posts for WordPress Premium: 1.7.5 Relevanssi Premium: 2.2.3.1 Revive old post Pro Add-on: 2.2.2 Revive Old Posts: 8.1.6 SendGrid: 1.11.8 Show Hidden Post Meta: 1.0 Simple Image Sizes: 3.2.0 Simple Local Avatars: 2.1 Simple Page Ordering: 2.3.2 Simple Trackback Validation with Topsy Blocker: 1.2.7 Stream: 3.2.3pl+git SumoMe: 1.30 Superslug: 2017.07.26 Swifty Bar, sticky bar by WPGens: 1.2.7 Toolset Views (git): 2.6.4.2 Toolset Views External Layout Meta HTML: 2016.10.04 User Switching: 1.4.0 Widget CSS Classes: 1.5.3 Wistia WordPress Plugin: 0.8 WordPress Bug #14050 Hotfix: 2016.03.15 WordPress Sentry: 2.7.0 WP-SpamShield: 1.9.21 WP Featherlight: 1.3.0 WP Mail Logging: 1.8.5 WP Views `[wpv-post-body suppressed_filters=true]` Gutenberg support: 2017.07.13 Yoast SEO: Video: 9.3 Yoast SEO Premium: 9.3 ZenCache Pro Clear Parent Page Cache: 2015.10.08 SETTINGS Array ( [autoplay] => false [googleanalytics] => (redacted) [key] => (redacted) [logo] => [rtmp] => [auto_buffering] => true [scaling] => true [disableembedding] => true [disablesharing] => true [disable_video_hash_links] => false [popupbox] => false [allowfullscreen] => true [allowuploads] => true [postthumbnail] => false [tgt] => backgroundcolor [backgroundColor] => #333333 [canvas] => #0f0f0f [sliderColor] => #ffffff [durationColor] => #f4f4f4 [timeColor] => #f4f4f4 [progressColor] => #cd282f [bufferColor] => #f4f4f4 [timelineColor] => #666666 [borderColor] => #666666 [hasBorder] => false [adTextColor] => #888888 [adLinksColor] => #ff3333 [subtitleBgColor] => rgba(0,0,0,0.50) [subtitleBgAlpha] => 0.5 [subtitleSize] => 16 [playlistBgColor] => #808080 [playlistFontColor] => # [playlistSelectedColor] => #cd282f [logoPosition] => bottom-left [parse_commas] => false [width] => 100% [height] => [engine] => false [font-face] => inherit [ad] => [ad_width] => 0 [ad_height] => 0 [ad_css] => .wpfp_custom_ad { position: absolute; bottom: 10%; z-index: 20; width: 100%; } .wpfp_custom_ad_content { background: white; margin: 0 auto; position: relative } [ad_show_after] => 0 [disable_videochecker] => true [interface] => Array ( [ads] => false [align] => true [autoplay] => false [controlbar] => true [embed] => true [live] => false [mobile] => false [playlist_advance] => false [playlist] => true [playlist_captions] => true [share] => false [speed] => true [splash_text] => false [subtitles] => true [sticky] => true [end_actions] => true [lightbox] => true [ab] => true [shortcode_editor_old] => false [popup] => true ) [amazon_bucket] => Array ( [0] => ) [amazon_key] => (redacted, 1) [amazon_secret] => (redacted, 1) [amazon_region] => Array ( [0] => ) [amazon_expire] => 5 [amazon_expire_force] => false [fixed_size] => false [js-everywhere] => false [marginBottom] => 28 [ui_play_button] => true [volume] => 0.5 [player-position] => [playlist_advance] => false [sharing_email_text] => Check out the amazing video here [liststyle] => vertical [ui_speed_increment] => 0.25 [popups_default] => no [email_lists] => Array ( [#fv_list_dummy_key#] => Array ( [title] => [description] => [first_name] => 0 [last_name] => 0 [disabled] => 0 ) [0] => Array ( [title] => [description] => [first_name] => 0 [last_name] => 0 [disabled] => 0 ) [1] => Array ( [title] => Subscribe to list one [description] => Two good reasons to subscribe right now [first_name] => 1 [last_name] => 0 [disabled] => 0 ) [2] => Array ( [title] => [description] => [first_name] => 0 [last_name] => 0 [disabled] => 0 ) ) [sticky_video] => true [sticky_place] => right-bottom [sticky_width] => 380 [playlist-design] => 2017 visible-captions [skin-slim] => Array ( [progressColor] => #bb0000 ) [skin-youtuby] => Array ( [progressColor] => #bb0000 ) [skin-custom] => Array ( [hasBorder] => false [bottom-fs] => false [borderColor] => #666666 [marginBottom] => 2.8 [bufferColor] => #f4f4f4 [canvas] => #000000 [backgroundColor] => rgba(51,51,51,1.00) [font-face] => inherit [player-position] => [progressColor] => #cd282f [timeColor] => #f4f4f4 [durationColor] => #f4f4f4 [design-timeline] => fp-slim [design-icons] => fp-edgy ) [skin] => custom [lightbox_images] => false [lightbox_improve_galleries] => false [mailchimp_api] => [mailchimp_list] => [mailchimp_label] => Subscribe for updates [version] => 7.3.4.727 [css_writeout-https-conversionxl-com-wp-content] => 1546538259 [notification_video_links] => true [pro] => Array ( [quality] => , [video_ads_default] => no [video_ads_postroll_default] => no [video_ads_skip] => 5 [video_ads_skip_minimum] => 10 [interface] => Array ( [chapters] => true [copy_text] => false [hflip] => false ) [autoplay_once] => false [start_end] => true [autoplay_scroll] => false [copy_text] => false [ab_loop] => false [vimeo_debug] => false [download_template] => %caption% [vimeo] => true [yt_logo] => false [youtube_qs] => true [youtube_titles_disable] => true [youtube_ads_disable] => false [youtube_key] => (redacted) [amazon_s3] => false [cf_domain] => [cf_key_id] => [cf_pk] => [elastic_key] => [elastic_secret] => [elastic_region] => [stackpath_domain] => [stackpath_secure_token] => (redacted) [keycdn_domain] => [keycdn_secure_token] => (redacted) [ads_exoclick_zone] => [ads_exoclick_login] => [ads_exoclick_cat] => [ads_exoclick_site] => [video_ads_once] => false [video_ads] => Array ( ) [vimeo_at] => (redacted) [vimeo_qs] => true [vimeo_titles_disable] => true [vimeo_dash] => true [vimeo_iframe] => false [vimeo_direct_ajax] => true [bunnycdn_domain] => [bunnycdn_secure_token] => (redacted) [copy_text_time] => 5 [vimeo_location] => [vimeo_security] => true [video_ads_between_vids] => false [vimeo_dash_disable] => false ) [key7] => [fv-wp-flowplayer-submit] => SaveAllChanges [ui_speed] => true [splash] => [subtitleOn] => true [video_position_save_enable] => true [cbox_compatibility] => false [css_disable] => false [hlsjs] => true [profile_videos_enable_bio] => false [integrations] => Array ( [featured_img] => true [wp_core_video] => true [embed_iframe] => true [facebook_sharing] => false [schema_org] => true ) [parse_comments] => true [rtmp-live-buffer] => false [db_duration] => true [old_code] => false [mobile_native_fullscreen] => false [mobile_force_fullscreen] => false [fv_player_admin_pro_quality_alive] => 1 [subtitleFontFace] => inherit [fv_player_admin_pro_video_ads_alive] => 1 [vi_login] => kyleconversionxl.com [vi_pass] => Sagitareon12 [video_sitemap] => false [notices] => Array ( [fv_player_7_beta] => 1 ) [show_controlbar] => false [ui_no_picture_button] => false [ui_repeat_button] => false [playlistFontColor-proxy] => # [wistia_use_fv_player] => false [video_sitemap_meta] => [notice_new_lightbox] => true [video_checker_agreement] => true [s3_browser] => false [notice_db] => true [video_model_db_checked] => 7.3.4.727 [player_model_db_checked] => 7.3.4.727 [player_meta_model_db_checked] => 7.3.4.727 [video_meta_model_db_checked] => 7.3.4.727 [mobile_alternative_fullscreen] => false ) DATABASE CREATE TABLE `wp_fv_player_players` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `player_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `player_slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `videos` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `ab` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL, `ad` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `ad_height` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `ad_width` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `ad_skip` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `align` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `author` bigint(20) unsigned NOT NULL DEFAULT '0', `autoplay` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `controlbar` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `copy_text` varchar(120) COLLATE utf8mb4_unicode_520_ci NOT NULL, `changed_by` bigint(20) unsigned NOT NULL DEFAULT '0', `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `embed` varchar(12) COLLATE utf8mb4_unicode_520_ci NOT NULL, `end_actions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `end_action_value` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `height` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `hflip` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `lightbox` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `lightbox_caption` varchar(120) COLLATE utf8mb4_unicode_520_ci NOT NULL, `lightbox_height` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `lightbox_width` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `playlist` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `playlist_advance` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `qsel` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL, `share` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `share_title` varchar(120) COLLATE utf8mb4_unicode_520_ci NOT NULL, `share_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `speed` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `sticky` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `video_ads` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `video_ads_post` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `width` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci CREATE TABLE `wp_fv_player_playermeta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `id_player` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), KEY `id_player` (`id_player`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci CREATE TABLE `wp_fv_player_videos` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `src` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL, `src1` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL, `src2` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL, `splash` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL, `splash_text` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL, `caption` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL, `end` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL, `mobile` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL, `rtmp` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL, `rtmp_path` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL, `start` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), KEY `src` (`src`(191)), KEY `caption` (`caption`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci CREATE TABLE `wp_fv_player_videometa` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `id_video` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), KEY `id_video` (`id_video`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ### End System Info ###
6 years ago in reply to: FB Mass Import to DB (API Custom Endpoint?)Rest API Goal: Use Zapier to Push New Video into FV Player DB after Uploading to Vimeo automatically.
6 years ago in reply to: Vimeo MPEG DASH Error Manifest 404Great. We found an issue when the player loads the .mpd file too many times, iThemes security will ban the user. Good to know this is solved in 7.3.0.727 stable. I will test.
6 years ago in reply to: Vimeo issues on iOSMaybe the “works with quick Play click” issue is related to “Site speed improvement – Dash.js (or HLS.js) is only loaded for Vimeo videos when you play the actual video, lowering amount of kB to load the page”
This sounds like it could be involved in a race-condition like thing.
6 years ago in reply to: Vimeo issues on iOSI just purchased some separate licenses for our staging domains.
6 years ago in reply to: Vimeo issues on iOSThanks for the info. Support chat seems to be quiet for now, so perhaps .9. is working.
PS we could provide a known restricted login to our video Institute so it’d be easier to take a look if any of your engineers needs to. Would this help in diagnosis, are you interested?
6 years ago in reply to: Vimeo issues on iOSHow can we help improve your testing process so we can get more stability going?
6 years ago in reply to: Vimeo issues on iOSI had to revert back to “fv-player-pro active none 7.2.9.727” to hotfix things for Chrome customers, but now iOS might be broken again.
6 years ago in reply to: Vimeo issues on iOS7.2.11.727.beta now broke video plays for Chrome users.
I noticed if you click video Play button really fast during page load / initialization, video starts playing.
If you let everything load, browser idle, then you get”Yet again “Couldn’t find the required video type: video/fv-mp4”
This beta experience overall hasn’t been good. Every release one set of browsers gets their experience broken.
6 years ago in reply to: Vimeo issues on iOSIs there a Slack channel you guys have that we could join?
6 years ago in reply to: Vimeo issues on iOSThank you, going to testing this right now.
6 years ago in reply to: playback speedHello,
Is it still possible to use the code to add speed options to the menu?
flowplayer(function (api, root) {api.bind("ready", function (e,api) {
api.speed('1.5');
});
});
I’m using Google Tag Manager to install the code, it fires on window load and where FV player is setting the fv_flowplayer_conf script.
First question, what’s the best way to add plugins to Foliovision’s version of Flowplayer?
Next, I only seem to get the configuration to apply when setting the configuration on every player using the global conf option.
flowplayer(".flowplayer").conf.speeds = [ .5, .75, 1 , 1.25, 1.5, 2, 2.5, 3 ];
However, I have to select and loop through elements to set all the players loaded on a page to the same conf.
document.querySelectorAll(".flowplayer").forEach( function(el) {
flowplayer(el).conf.speeds = [ .5, .75, 1 , 1.25, 1.5, 2, 2.5, 3 ];
});
Tried using the set method combined with the code you provided above (first code block) as well but didn’t work.
Set method doc: https://flowplayer.com/help/developers/flowplayer-7/api#flowplayer-setHow can I make this adjustment using the latest fv player?
6 years ago in reply to: Interactive Transcript Improvements7 years ago in reply to: html 5 playback errorlast time it happened was edge browser on windows 10.