Forum Replies Created
-
-
4 years ago in reply to: Vimeo Livestream Addon License won’t Validate
Hi,
Yes, what I’m doing is creating a post with a custom post type and custom radio input.
The radio input has the following options:
Sunday Livestream
Backup Livestream
Bible Study Livestream
Past Service Playlist
Announcement VideoI like Toolset quite a bit so what I did is wrote all the code (This code for each post):
`
[wpv-conditional if="( $(wpcf-what-do-you-want-to-display-on-homepage) eq '2' )"] <!-- BIBLE STUDY LIVESTREAM --> <div class="title-section x-section"> <!-- LIVESTREAM/VIDEO TITLE --> <div class="title-row"> <div class="title-row-inner"> <div class="title-col x-col"> <h2 class="h-custom-headline cs-ta-left r-h3 lt title h3">[types field="bible-study-title"][/types]</h2> </div> </div> </div> <!-- VIDEO WRAPPER --> <div class="video-row" id="home-video-wrapper"> <div class="video-row-inner"> <div class="video-col x-col hs-videos"> <div class="hs-pl"> <div style="width=100%;margin:auto;"> [fvplayer id="39"] </div> <div id="ls-buttons" class="ls-butts-container"> <div class="flex-fw-2"> <div class="flex-50 flex-lt-50 hw100 div-butt"> <div class="hw100"> <span class="ct mtn div-butt"><u>GIVE NOW</u></span> </div> </div> <div class="flex-50 flex-rt-50 hw100 div-butt"> <div class="hw100"> <span class="ct mtn div-butt"><u>MORE SERVICES</u></span> </div> </div> </div> </div> </div> </div> </div> </div> </div> [/wpv-conditional]
`
So I set up 5 of those sets of code on the same post conditionally wrapped depending on what the radio button selection is.
If I had the form built I would just post it up so you could play with it lol but I don’t yet. It is functional though. When I switch through the radio buttons it changes the video player and title on the front end. You can use the same ID’s on the wrappers because only one instance of the video will ever be running at once.
The only thing I could not figure out is how to dynamically update the link for single player videos. Like right now I have the same code above but instead of your players shortcode… for single videos, because the ID or URL will be submitted from the front end via form and update a post field… your video link doesn’t support Toolset Types shortcodes, or any shortcodes I don’t think. Not that I would expect it to, but you never know.
So the single videos they upload themselves and have to input the ID for I have this information in the form so I have to use this code:
Code:
`
[wpv-conditional if="( $(wpcf-what-do-you-want-to-display-on-homepage) eq '4' )"] <!-- ANNOUNCEMENT VIDEO (NOT LIVESTREAM) --> <div class="title-section x-section"> <!-- ANNOUNCEMENT VIDEO TITLE --> <div class="title-row"> <div class="title-row-inner"> <div class="title-col x-col"> <h2 class="h-custom-headline cs-ta-left r-h3 lt title h3">[types field="announcement-vimeo-video-title"][/types]</h2> </div> </div> </div> <!-- VIDEO WRAPPER --> <div class="video-row" id="home-video-wrapper"> <div class="video-row-inner"> <div class="video-col x-col hs-videos"> <div class="hs-pl"> <div style="width=100%;margin:auto;"> <iframe src="https://player.vimeo.com/video/[types field="announcement-video-url-id"][/types]" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe> </div> <div id="ls-buttons" class="ls-butts-container"> <div class="flex-fw-2"> <div class="flex-50 flex-lt-50 hw100 div-butt"> <div class="hw100"> <span class="ct mtn div-butt"><u>GIVE NOW</u></span> </div> </div> <div class="flex-50 flex-rt-50 hw100 div-butt"> <div class="hw100"> <span class="ct mtn div-butt"><u>MORE SERVICES</u></span> </div> </div> </div> </div> </div> </div> </div> </div> </div> [/wpv-conditional]
`
That way when they fill out these fields on a form in “their backend” it updates that one post.
The post fields look like this:
https://celebrationbeachchurch.com/wp-content/uploads/2020/06/post-fields-setup.jpg
Announcement Title:
Announcement Video ID:
Descriptions: Get this number from the embed screen after upload and applying the ONLY Announcement Video Embeds from the link on the right column. It looks like this: https://vimeo.com/<mark>xxxxxxxxxx</mark>
Placeholder: xxxxxxxxxx
Default Value: 405219681
I have a couple of other questions:
Are we able to do anything about this for livestreams that haven’t started?
https://celebrationbeachchurch.com/wp-content/uploads/2020/06/Annotation-2020-06-19-093000.jpg
I think it might be an autoplay setting?
Also, anything you can do about getting videos from post field submissions into your video URLfield, preferably with the ability to be dynamic with either an extension partnership with Gravity Forms (That’s what I’m using to update it)… something to give the user the ability to submit a title, description, splash image, title, etc from he front end without having to create a new player because you would have to update the player in the code in the backend.
Understand? haha
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateI think it just won’t generate a new stream until the just finished stream is still encoding.
After some time the URL parsed itself and constructed a new stream and I was able to go live again.
So recurring events is working.
I am now working on creating a switching form that switches out the player depending on what they are streaming.
Great plugins and great product support.
Thank you very much.
About the controls… It appears you parse or construct the URL after the stream has been generated.
My question would be can you guys code a player inside of a player per se? Like you have the main player that holds the main stream key and then an additional player inside that would hold the generated link.
I think it should be possible as I think I see how the plugin is working.
Anyway thank you for now!
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateSeems to be working just fine now.
You can see it in action at https://celebrationbeachchurch.com/testing-7
Thank you for the support.
Any way to get the player controls on the live stream player?
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateOkay, I went ahead and did that.
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateAlso found this under the API logs:
2020-06-18 12:58:55: Error for video 429674034: No default action. 2020-06-18 12:58:55: Error for video 430063516: No default action. 2020-06-18 12:58:56: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 12:58:56: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 12:58:56: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:04:18: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:04:18: Error for video 428860115: No default action. 2020-06-18 13:04:18: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:04:19: Error for video 429674034: No default action. 2020-06-18 13:04:19: Error for video 430063516: No default action. 2020-06-18 13:04:19: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:10:34: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:10:34: Error for video 428860115: No default action. 2020-06-18 13:10:34: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:10:34: Error for video 429674034: No default action. 2020-06-18 13:10:35: Error for video 430063516: No default action. 2020-06-18 13:10:35: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:15:17: Error for video 428860115: No default action. 2020-06-18 13:15:19: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 13:15:19: Error for video 429674034: No default action. 2020-06-18 13:15:19: Error for video 430063516: No default action. 2020-06-18 13:15:19: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 13:15:20: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 13:19:19: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:19:19: Error for video 428860115: No default action. 2020-06-18 13:19:19: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:19:20: Error for video 429674034: No default action. 2020-06-18 13:19:20: Error for video 430063516: No default action. 2020-06-18 13:19:20: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:24:59: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:24:59: Error for video 428860115: No default action. 2020-06-18 13:25:00: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:25:00: Error for video 429674034: No default action. 2020-06-18 13:25:00: Error for video 430063516: No default action. 2020-06-18 13:25:00: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:28:48: Error for video 428860115: No default action. 2020-06-18 13:28:48: Error for video 429674034: No default action. 2020-06-18 13:28:48: Error for video 430063516: No default action. 2020-06-18 13:33:49: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:33:49: Error for video 428860115: No default action. 2020-06-18 13:33:51: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:33:51: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 13:33:51: Error for video 429674034: No default action. 2020-06-18 13:33:51: Error for video 430063516: No default action. 2020-06-18 13:33:52: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 13:33:52: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 13:33:52: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:33:53: Error for video 428860115: No default action. 2020-06-18 13:33:53: Error for video 429674034: No default action. 2020-06-18 13:33:53: Error for video 430063516: No default action. 2020-06-18 13:38:55: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:38:55: Error for video 428860115: No default action. 2020-06-18 13:38:55: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:38:55: Error for video 429674034: No default action. 2020-06-18 13:38:55: Error for video 430063516: No default action. 2020-06-18 13:38:55: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:43:53: Error for video 428860115: No default action. 2020-06-18 13:43:53: Error for video 429674034: No default action. 2020-06-18 13:43:53: Error for video 430063516: No default action. 2020-06-18 13:48:51: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:48:52: Error for video 428860115: No default action. 2020-06-18 13:48:53: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:48:53: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 13:48:53: Error for video 429674034: No default action. 2020-06-18 13:48:54: Error for video 430063516: No default action. 2020-06-18 13:48:54: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 13:48:54: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 13:48:54: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:53:54: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:53:55: Error for video 428860115: No default action. 2020-06-18 13:53:55: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:53:55: Error for video 429674034: No default action. 2020-06-18 13:53:55: Error for video 430063516: No default action. 2020-06-18 13:53:55: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 13:58:48: Error for video 428860115: No default action. 2020-06-18 13:58:48: Error for video 429674034: No default action. 2020-06-18 13:58:48: Error for video 430063516: No default action. 2020-06-18 14:03:50: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 14:03:50: Error for video 428860115: No default action. 2020-06-18 14:03:50: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 14:03:50: Error for video 429674034: No default action. 2020-06-18 14:03:51: Error for video 430063516: No default action. 2020-06-18 14:03:51: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 14:08:51: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 14:08:51: Error for video 428860115: No default action. 2020-06-18 14:08:52: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 14:08:53: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 14:08:53: Error for video 429674034: No default action. 2020-06-18 14:08:53: Error for video 430063516: No default action. 2020-06-18 14:08:53: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 14:08:54: Error for video portfolio 108386: The requested portfolio couldn't be found. 2020-06-18 14:08:54: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 14:13:51: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 14:13:51: Error for video 428860115: No default action. 2020-06-18 14:13:51: Error for video 429674034: No default action. 2020-06-18 14:13:51: Error for video 430063516: No default action. 2020-06-18 14:18:50: Error for video 428860115: No default action. 2020-06-18 14:18:50: Error for video portfolio embed: Invalid portfolio link. 2020-06-18 14:18:50: Error for video 429674034: No default action. 2020-06-18 14:18:50: Error for video 430063516: No default action. 2020-06-18 14:18:51: Error for video portfolio embed: Invalid portfolio link.
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateI installed the Pro Player and got this error:
Fatal error: Class FV_Player_DigitalOcean_Spaces_Browser contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (FV_Player_Media_Browser::init_for_gutenberg) in /home/celebrationbeach/public_html/wp-content/plugins/fv-player-pro/beta/digitalocean-spaces-browser.class.php on line 5
There has been a critical error on your website. Please check your site admin email inbox for instructions.
Learn more about debugging in WordPress.
HOW DO I SEND YOU A SECURE MESSAGE FOR LOGIN?
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateNot a problem. I will try those today.
I turned on debugging in wp-config this morning just to check to see if there were any PHP errers being thrown.
Granted, this is on the plugin before updating today.
This is what got returned:
// Notice: Undefined index: liststyle in /home/celebrationbeach/public_html/wp-content/plugins/fv-wordpress-flowplayer-master/models/flowplayer.php on line 1884 // // Notice: Undefined index: liststyle in /home/celebrationbeach/public_html/wp-content/plugins/fv-wordpress-flowplayer-master/models/flowplayer.php on line 1884 // // Notice: Undefined index: liststyle in /home/celebrationbeach/public_html/wp-content/plugins/fv-wordpress-flowplayer-master/models/flowplayer.php on line 1884 // // Notice: Undefined index: liststyle in /home/celebrationbeach/public_html/wp-content/plugins/fv-wordpress-flowplayer-master/models/flowplayer.php on line 1884 // // Notice: Undefined index: liststyle in /home/celebrationbeach/public_html/wp-content/plugins/fv-wordpress-flowplayer-master/models/flowplayer.php on line 1884 // // Notice: Undefined index: liststyle in /home/celebrationbeach/public_html/wp-content/plugins/fv-wordpress-flowplayer-master/models/flowplayer.php on line 1884 // // Notice: Undefined index: liststyle in /home/celebrationbeach/public_html/wp-content/plugins/fv-wordpress-flowplayer-master/models/flowplayer.php on line 1884 // // Notice: Undefined index: liststyle in /home/celebrationbeach/public_html/wp-content/plugins/fv-wordpress-flowplayer-master/models/flowplayer.php on line 1884 // // Notice: Undefined index: liststyle in /home/celebrationbeach/public_html/wp-content/plugins/fv-wordpress-flowplayer-master/models/flowplayer.php on line 1884 // // Notice: Undefined index: liststyle in /home/celebrationbeach/public_html/wp-content/plugins/fv-wordpress-flowplayer-master/models/flowplayer.php on line 1884 // // Warning: Cannot modify header information - headers already sent by (output started at /home/celebrationbeach/public_html/wp-content/plugins/fv-wordpress-flowplayer-master/models/flowplayer.php:1884) in /home/celebrationbeach/public_html/wp-admin/post.php on line 231 // // Warning: Cannot modify header information - headers already sent by (output started at /home/celebrationbeach/public_html/wp-content/plugins/fv-wordpress-flowplayer-master/models/flowplayer.php:1884) in /home/celebrationbeach/public_html/wp-includes/pluggable.php on line 1281 // // Warning: Cannot modify header information - headers already sent by (output started at /home/celebrationbeach/public_html/wp-content/plugins/fv-wordpress-flowplayer-master/models/flowplayer.php:1884) in /home/celebrationbeach/public_html/wp-includes/pluggable.php on line 1284
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateAnd even on the home page… as the script is loading. It throws a blue warning. That’s not very appealing.
Do you know what that is about?
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateSo, check out the screencast I did showing you how I get that link.
It’s at https://celebrationbeachchurch.com/testing-6
If that is how you are getting it also, than I must inform you that it changes every time the stream goes live.
So the link this morning, the one you provided me,
was used and will no longer pull up another stream. It is now assigned to that stream.
The code is now,
I have checked all of the plugins, the versions are up to date and I’ve done the uninstall, reinstall. Already enabled FV Flowplayer JS Everywhere. Got your new minified script.
Event that embed link does not work.
You mentioned the script is not executing. Is this script supposed to get the updated link with the updated ID every stream and update the player or does that have to be done manually?
Let me know.
https://celebrationbeachchurch.com/testing-6/
As of now, no streams went live from your player today even with the updated plugins and link.
You had mentioned parsing the event URL… that is the only reasonable way I see this player and plugin being able to go live without having to update the player, unless I’m mistaken somehow.
If I am mistaken, I could surely use some guidance, because nothing has worked. I haen’t gotten a stream through at all.
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateAnd the recurring event tests are here.
Also shows license validation, settings, etc…
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateOkay. I’ve done everything you’ve said.
On page: https://celebrationbeachchurch.com/testing-5 I have 3 players running a one time live stream right now with no luck.
https://celebrationbeachchurch.com/testing-5/
I’ve added a screen recording of the event setup and player setup as well as some other relevant videos. I am going to do one for recurring right now, but I did it earlier and nothing you said to try worked for me.
Additional Info:
Theme: X Pro
CDN: Cloudlfare & KeyCDN
Livestream Provider: Vimeo Premium4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateI tested the second one down using the same type of URL you used (I found where you got it from) and it did not work.
Please help! haha
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateIf you can take a look at all the players I configured and help me figure out where I’m going wrong that would be great! I provided the player, details of what is in the player and an image of the shortcode box for each different setup.
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateAlso, how on earth did you get that link?
For Event:
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateUsing This URL, it’s the first one on the testing page:
The one you provided… It automatically pulls in the stream splash and title which the others don’t or only partially do. It appears like it checks for a live stream… But there’s a message that says “Please reload the page and try again” and another that says “Vimeo live streams are not supported.” The second is more concerning than the first, but if this is the proper setup, is there a way to make it retry every 30 seconds like the one at the bottom one, and modify the messaging?
I’m not sure. I tried to provide you with as much information as possible.
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateOkay. Thank you for the quick responses.
I spent some time today setting up livestreams the 4 different possible ways you can do them in Vimeo.
They can be seen at https://celebrationbeachchurch.com/testing-3
I used HTML markup to label them and added images of the shortcode form for each player with notes about the splash images, URL’s, etc… The URL’s are included and you can see what URL is attached to the stream above.
The only one that appears to be searching for a stream is the bottom one which is a Single Event (Not Recurring) Using URL From Embed Code.
Do you know if that is the proper setup and expected behavior when you click play for a live stream from Vimeo on your player?
If so… how can I get the recurring livestreams to work?
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateThat first video embed is a recurring Vimeo Livestream
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateHi friend,
I just put in a stream scheduled out far because recurring streams in Vimeo aren’t always live, they go live when the control room goes live.
I have tried to put in a livestream and it pulls the splash image but not the video. I have FV Player Pro and the Vimeo Add-On for livestreaming.
I have included a picture of what I believe to be the problem. For some reason, my license won’t validate, yet I just bought it the other day and I’ve double checked it’s correct.
I actually needed this over the weekend so bad I purchased an additional Vimeo plugin for the license, however it’s the same license number.
We have to figure that situation out too.
I neeed to know why this plugin won’t validate because I’m assuming that’s why it won’t pull the livestream when it goes live.
Understand what I’m saying?
4 years ago in reply to: Vimeo Livestream Addon License won’t ValidateI forgot to upload the information from my video player tools pannel. I’ve attached the txt doc to this.
Also, I have all the various regular and livestream players I set up at https://celebrationbeachchurch.com/testing-3