Provides video hosting for businesses and personal users.
Questions tagged [wistia]
90 questions
1
vote
2 answers
Wistia API play/pause button
I am working with the Wistia API and want one link which will toggle the Wistia video to play and pause. I am having no issues at all getting the video to play or pause independently but when I toggle the class on an element, it no longer seems to…

Robert E
- 700
- 3
- 16
- 29
1
vote
1 answer
How to get Wistia video facebook like count
I'm new to Wistia.com and I was wondering if there was a way to get the number of facebook likes my video has with javascript/jquery or php? I am using the Wistia API.

Eddy Kastle
- 13
- 2
1
vote
0 answers
Net::HTTPNotFound (404) For API Call. Paste in the URL into browser and 200
While using the Wistia API, I've encountered this strange phenomena: 200 in browser, 404 from HTTParty.
Currently, I have a video module with an embed class as so:
module Video
class Embed
include ActiveModel::Model
include HTTParty
…

BenMorganIO
- 2,036
- 17
- 37
1
vote
0 answers
Uploading file to wistia in resque worker in Rails
I have been receiving this error over and over in my resque failed jobs
Errno::ENOENT No such file or directory
I have a background task in my video controller here
def phoneupload
@video = current_user.videos.build(video_params)
if…

Josh
- 589
- 5
- 18
0
votes
0 answers
Wistia multiple embed videos in single page quality and speed options not working
I am trying to add wistia multiple video embed code in single page.
The sample scripts are as below. Both videos are different.

Dewa Dwi
- 105
- 2
- 9
0
votes
0 answers
Adding Wistia Video Embed spikes up Time-to-Interactive metric in Lighthouse (Mobile) in a Next.js Project
I have a next.js project that uses MUI, NextAuth.js, I need to load the video without affecting the time-to-interactive metric in lighthouse (Mobile).
Simply adding the following scripts (using next.js Script component) in a component will spike the…

jmarioste
- 768
- 7
- 8
0
votes
1 answer
WISTIA upload stuck at 100%
I am using Wistia API for video upload. The code seems to be fine and according to Wistia docs but when I upload a file, it shows the progress going from 0 to 100%, but after reaching 100%, following error is logged in console by sentry:
Uncaught…

Usama Shahid
- 110
- 11
0
votes
1 answer
How to load an embedded video dependency and play the video immediately onload?
I'm working with an embedded video from a company called Wistia (wistia.com). My goal is to lazyload the video, but there's a dependency that needs to load with the accompanying script. On Click, the script is appended to the head of the page.…

Millhorn
- 2,953
- 7
- 39
- 77
0
votes
1 answer
Play Domain Restricted Video in Android/iOS App
I am building an Android & iOS App that has a video player, I am using one video hosting site(Wistia) for my videos. All videos are domain restricted, which means those will be played on a listed domain. The videos are getting properly played inside…

Kavita Patil
- 1,784
- 1
- 17
- 30