Provides video hosting for businesses and personal users.
Questions tagged [wistia]
90 questions
2
votes
2 answers
jQuery File Upload with Wistia API
I've got an demo page with jQuery File Upload that is currently allowing upload of video files to the web hosting through PHP.
Code:
// A list of permitted file extensions
$allowed = array('mov', 'mp4', 'avi');
if(isset($_FILES['upl']) &&…

shahin8r
- 113
- 2
- 7
2
votes
2 answers
wistia in native iOS player?
could someone please tell me whether it is possible to embed vistia in the native iOS video player ? We are looking for alternative options to hosting videos on youtube, and have heard some good things about vistia. Currently our app play a…

xkoder monkee
- 105
- 2
- 5
2
votes
2 answers
PHP Curl - Wistia API Upload
I'm trying to upload a movie to the Wistia API by CURL (http://wistia.com/doc/upload-api).
It works fine using the following command line, but when I put it in PHP code, I just get a blank screen with no response:
$ curl -i -d…

Glenn Harwood
- 23
- 1
- 3
2
votes
1 answer
Wistia : How to redirect to new page when the video ends?
I am using wistia to host my videos
Is there a way to redirect to a new URL at the end of the video ?

Tammem Sayhi
- 21
- 1
1
vote
0 answers
Excessive pending callback while loading video in Webview in React Native
I have the functionality Where I am loading the Wistia Video in Webview.
This is what I am doing in React Native.
The functionality works well when the video is loaded in portrait but when the video is moved to the landscape mode via native…

Nensi Kasundra
- 1,980
- 6
- 21
- 34
1
vote
0 answers
How do I store a realtime video timestamp into mysql database
I have a Wistia video where I am getting the current timestamp of the video every one second using their API, storing it into local storage and then getting those items into hidden input field.
I want to be able to use AJAX so that it can get the…

Raj
- 39
- 6
1
vote
1 answer
How to get Javascript to run after a video has fully loaded in the DOM
How do I ensure my Javascript always loads after an embedded Wistia video loads?
I have a page that has a Wistia video embedded on it, and some Javascript that is trying to do the following:
Detect the play button of the video (and full screen…

77advantage
- 67
- 5
1
vote
0 answers
How to unmute a lazyloaded Wistia embed when autoPlay=true?
In the snippet, I have a Wistia embedded video loading via lazyload. With autoPlay=true, I'm unable to have the video unmuted when it starts playing.
muted=false doesn't seem to work as described in the docs here.
Any ideas on how to have it unmuted…

Millhorn
- 2,953
- 7
- 39
- 77
1
vote
1 answer
How to bind Wistia video play/end event in vuejs
I am using Wistia script to embed a video into my vuejs page, the video is embeded successfull using their fallback script as below:
user1349667
1
vote
2 answers
How to embed a Wistia Channel video gallery in a Gridsome page/template
I am building a website using Gridsome. I want to embed a Wista Channel video gallery on one of the pages. If you look at the code, I want to place it in the "frame" div class on top of the image that's there. However, I am not sure where or how I…

Psychedelic Wizard
- 113
- 1
- 11
1
vote
2 answers
How to prevent from 2 videos to work on the same time after user scrolled
I'm setting up a slick slider and for now the option to click to the next slider (simply by pressing on the next video) will play the next video. The question is how can I stop the video (in case that the user didn't finish to watch the previous…

Daniel Frey
- 31
- 5
1
vote
1 answer
How to enable videos to play only from a particular domain
I offer a subscription service where users pay $9/month to access 100's of videos. Earlier my videos were uploaded on Wistia and they had a feature of domain access - so only if the videos were accessed from my domain - they would play. If anyone…

Gublooo
- 2,550
- 8
- 54
- 91
1
vote
0 answers
Is there a way to change video embed code so that the default play back speed is set to 1.25x?
I am using Wistia video player which allows the site traffic to control playback speed, but I wan't to set it as the default. Is there a way?

John Smith
- 11
- 1
1
vote
1 answer
Wistia videos in WordPress loading extra scripts and script tags in content
I have a page on my WordPress site that has many videos on it and am using Wistia for my them. With the embed code, it seems to be loading the ev-1 script once for each video on the page. It is a lot..! I assume there is a better way to embed the…

Marie
- 21
- 2
1
vote
0 answers
Embedding Wistia video in a Mobile App developed using Titanium
We are developing a Mobile App using the Titanium framework, we need to embed some videos in one of the screens. Appcelerator API documentation that I am following is located here. My code looks as follows, currently it shows a blank screen :
var…

Tarun Gupta
- 1,629
- 1
- 22
- 39