Questions tagged [wistia]

Provides video hosting for businesses and personal users.

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.
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.
Tech Yogesh
  • 427
  • 4
  • 18
0
votes
0 answers

Can't control the video height with having videoFoam=true in wistia video

I am trying to embed a video using wistia. The issue i am having is that with the script there is an attribute videoFoam = true which handles the responsives of the video based on the screen width it sets the height of the video. But with my current…
Faiyaz
  • 1
  • 2
0
votes
0 answers

Html - Wistia player gets cropped on getting out from the full video player mode and rotating the screen

Screen Recording import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_inappwebview/flutter_inappwebview.dart'; import 'package:hub/utils/system_ui.dart'; class WistiaPlayerx extends StatelessWidget…
0
votes
1 answer

Wistia still image removes attribute value when page loads

I am trying to set a predefined still image with Wistia's API but for some reason it removes my predefined still (thumbnail) time attribute when page loads. const videoEndpoint = `https://fast.wistia.com/embed/medias/${videoId}.json` let…
Tanasos
  • 3,928
  • 4
  • 33
  • 63
0
votes
1 answer

Wistia and window._wq are undefined even though wistia scripts are present and video works

Got an issue I don't seem able to solve on my own. It's related to Wistia videos. I use embedding as an iframe (inline doesn't work for some reason), but I can't use the Wistia JavaScript API, the simple code they provide (and say should work for…
Sapphire
  • 1
  • 1
0
votes
0 answers

Wistia autoplay for playlist

I am a user of Wistia and therefore do not have access to the creation of the website, but I would like all the videos in the current playlist to play one after the other. For this I have inserted a script using requestly.io, which looks like…
kolja
  • 505
  • 7
  • 24
0
votes
0 answers

How to embed wistia channel into react app

I have an issue when embedding the video channel, I have a script complit, not partial script the script is contain like this
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