Provides video hosting for businesses and personal users.
Questions tagged [wistia]
90 questions
1
vote
1 answer
Wistia Videos: Adding a play / pause button overlay
I'm attempting to add a play/pause button to a Wistia hosted video. I have it mostly working however when I add in multiple videos it's not targeting the current video. Instead when I click on the second video the first video plays.
Below is the…

Pedz
- 442
- 1
- 10
- 30
1
vote
1 answer
Using ffmpeg with subprocess python
I am trying to download videos from Wistia and I managed to download them but in .bin& format ; I'd like to convert them to .mp4 in order to use OpenCV. For this I am calling ffmpeg with subprocess on Python but I get 1 as the value for the…

Vincent
- 151
- 3
- 12
1
vote
1 answer
Wistia E-v1.js script being loaded twice
So I am calling the wistia script with a script tag in my head like this:
However, when I check out the network tab on Chrome, I notice…

j_d
- 2,818
- 9
- 50
- 91
1
vote
1 answer
How do I set wistia bind code with a variable for video ID?
This is wistia api code for binding to the video and firing actions at certain points in the video. I'm trying to use a variable to specify the id of the video to bind to but doesn't seem to work:
wistiaid = "pebjeod7h";
firetime = 15;
fired =…

user3642171
- 21
- 1
- 3
1
vote
1 answer
Encoding Failed Error in Wistia
I am trying to upload videos to Wistia. The video was uploaded successfully. But the problem is that, when I play the video showing Error Message like Encoding Failed Error. Here I have shared my code for reference.
Code :
public function…
user6028593
1
vote
1 answer
Video is not uploading to Wistia in dev server
I am trying to upload a video to Wistia. Video is uploading successfully in my local server. But when I moved to development server, the video is not uploading it is showing error like "Internal Sever Error ".
Error message I am receiving…
user6028593
1
vote
1 answer
How do I use the same Wistia video multiple times?
I've been able to embed a wistia video on to a page of mine, but now I'm confused about how I could use multiple instances of the same video.
Like, for example, if I wanted to have a second version of the video that doesn't autoplay like video1 has…
user5415090
1
vote
0 answers
Deleting Video from Wistia using Curl PHP
I am working on Wistia wireframe for Video hosting. I did upload video using Curl PHP. But when I try to delete the particular video using hased_id [received from wistia, while uploading video], I am not receiving any response from Wistia and the…

Balasuresh Asaithambi
- 537
- 6
- 24
1
vote
2 answers
How to fix first page with Rails' Turbolinks and Wistia's Fresh Url
When using Wistia's Fresh Url plugin, Turbolinks doesn't work on the first page. For example, if you navigate one page away and click the back button in the browser, the url with change but the page won't actually change at all. Once you navigate…

Nish
- 153
- 2
- 7
1
vote
3 answers
Wistia background video
I'm trying to replicate this: http://wistia.com/blog/fullscreen-video-homepage
on my site, but even working with just the base demo that they give, is running me into issues. If I simply download the sample from that page and open the video, it…

ChristopherBass
- 301
- 4
- 17
1
vote
2 answers
Wistia : Uploading file using curl and php
I am trying to upload an mp4 file using curl and php to Wistia video hosting. But i am constantly getting 500 server error in response even though all the parameters seem to be fine.
Here is the code where i do a curl call:
$ch = curl_init();
…

xmaestro
- 1,084
- 2
- 16
- 44
1
vote
1 answer
Build an Ionic App with Wistia Player API not working on iOs.
So I am building an Ionic / AngularJS app using Wistia player API. I finial tried and everything work right on browser test mode. But when compile onto iOs, it just show white screen. Here is the detail:
View - HTML page:

Hugh Hou
- 2,344
- 5
- 31
- 55
1
vote
1 answer
Single function for Wistia autoplay
I'm relatively new to jquery and have been trying to create a single function for the Wistia video player script instead of stacking the same over and over. Some pages this will be applied to have as many as 20 videos that need specific urls to play…

mef6980
- 11
- 2
1
vote
0 answers
Removing localhost entries from Wistia stats
My wistia video stats include my dev machine sessions (host name is localhost:port). Is there a way to remove these from the stats, or somehow making the embedding code not to send stats on cases like this?

Tzach
- 12,889
- 11
- 68
- 115
1
vote
0 answers
Am i missing a header to be able to upload to wistia?
i'm trying to upload a video to wistia, but i'm not sure why im getting bad request or error code 500. i've been trying diferrent ways to upload the video.
//Get file from the view;
foreach (string fileName in Request.Files)
…

Misael
- 11
- 1