Live streaming video

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
zukowski
 
 
Posts: 25
Joined: Wed Mar 15, 2017 2:40 pm
Contact:

Live streaming video

Post by zukowski »

I have a live video stream I want to put on a page. It is in an an html and when I preview before publishing, it works perfectly, I can see the live streaming video. However, when I publish the page, no luck, just a black screen. Any ideas?
User avatar
crispy68
 
 
Posts: 3048
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Live streaming video

Post by crispy68 »

There is no difference between previewing and publishing. If something works in preview but not when you publish it, it usually means you are missing some files on the server. Are you sure you uploaded all the files?
User avatar
BaconFries
 
 
Posts: 5923
Joined: Thu Aug 16, 2007 7:32 pm

Re: Live streaming video

Post by BaconFries »

What is the url to your site? This way we can try and see what is wrong.
zukowski
 
 
Posts: 25
Joined: Wed Mar 15, 2017 2:40 pm
Contact:

Re: Live streaming video

Post by zukowski »

I reloaded just in case, but the the dimensions of the video are loading, just no video. Re-running the preview still works fine. I am wondering if there is some plugin I need to have in cPanel?

The code is: <iframe src="https://vauth.command.verkada.com/embed ... e5d9623f8/" frameborder="0" width="400" height="300"></iframe>

or I have a link that works: https://vkda.co/view/45e6d8b8-d7cd-4b6a ... 47e42aea52

(nothing exciting, just my shop)
zukowski
 
 
Posts: 25
Joined: Wed Mar 15, 2017 2:40 pm
Contact:

Re: Live streaming video

Post by zukowski »

User avatar
Pablo
 
Posts: 23395
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Live streaming video

Post by Pablo »

You have added invalid code to the page, this breaks the structure of the HTML.

See also "Trouble shooting"
https://www.wysiwygwebbuilder.com/add_html.html
User avatar
BaconFries
 
 
Posts: 5923
Joined: Thu Aug 16, 2007 7:32 pm

Re: Live streaming video

Post by BaconFries »

There's a possibility that the stream cannot be used in a iframe for security reasons. Please check with the stream provider that it is possible to use within a iframe. Also when viewing the source of the page and clicking on the link directly it shows as you can see.

Image
I also tried to copy the link so to paste into a browser but it contained invalid characters and multiple references of https each of these was to a different quality of the stream i.e. SD, HD and High_res with multiple https the browser will get confused and not know what to display. As mentioned please check with the stream provider for how to use and insert correctly.
zukowski
 
 
Posts: 25
Joined: Wed Mar 15, 2017 2:40 pm
Contact:

Re: Live streaming video

Post by zukowski »

Thank you Pablo and Bacon!
Post Reply