Questions tagged [wistia]

Provides video hosting for businesses and personal users.

90 questions
0
votes
3 answers

CURL in PHP does not connect when run from development server

I am used cURL in PHP for uploading a video to Wistia. Everything works fine in my local server. But in dev server , the video is not uploading. Using the var_dump(curl_getinfo($ch)), I can see the content_type is different from local to dev server.…
trial a
  • 21
  • 2
0
votes
0 answers

Wistia Upload API with cURL

Whenever I try curl in my command line using a cUrl executable and a local video file, I get a successful HTTP 200 OK. curl -i -F api_password= -F file=@C:\Downloads\Video\450730251.mp4 https://upload.wistia.com/ But whenever I try to…
0
votes
1 answer

Rails - How to embed a wistia video dynamically through a form

I am making an e-learning platform and have a Course resource so I can add courses dynamically. I am now at the stage where I need to upload videos to each course, and I have decided to use wistia for this. What I'm not sure about exactly is how can…
0
votes
0 answers

JQuery video upload returning success message but error event is firing

I have API to upload video in wistia server. I using Ajax jquery to post video to server, video getting uploaded to server and success message is coming. But the problem is error event is getting fired nothing coming in success event. HTML:
Raghubar
  • 2,768
  • 1
  • 21
  • 31
0
votes
1 answer

display certain code based on variable passed in url using php

Goal: display 1 of 4 Wistia videos based on url variable passed to php page. Example url: showvid.php?vid=1 or showvid.php?vid=2 or showvid.php?vid=3 or showvid.php?vid=4 In showvid.php: some if/then statement where if vid=1 then show wistia…
0
votes
1 answer

adding Wistia capabilities into LightGallery

I have a major problem that I was hoping someone here might be able to help me with, or point me into the right direction. I've built a whole website around a light box gallery called LightGallery - (https://github.com/sachinchoolur/lightGallery)…
Nicholas Padula
  • 173
  • 1
  • 9
0
votes
1 answer

django using ajax in wistia

I build my django app to get watch video time. I reveive data from wistiaApi and comfirm the video time from alert. I comfirm the send signal when video_time='10' instead video_time = reuqest.POST.get('video_time'), but using ajax, there are no…
springkjw
  • 13
  • 1
  • 4
0
votes
1 answer

Video not growing in height

After transferring my website site from one domain to the other, my NEW about us page for some reason is shrinking my video. From my findings the div which is holding the iframe seems not to be growing more that 181px. If it grows, then the video…
Lukesoft
  • 953
  • 1
  • 12
  • 31
0
votes
1 answer

Wistia upload using PHP cURL

Does anyone know how to upload a video to Wistia using PHP cURL from a file upload input specified within a form? This is my code but I cannot seem to get this to work with the current API. I’ve looked at a few similar posts on this subject but…
Gismmo
  • 329
  • 4
  • 12
0
votes
1 answer

PolymerJS Polyfill and flash compatibility

I am trying to integrate some of the new polymer custom elements into a project that I am working on and one of the requirements is that the app can upload videos to a third party service(Wistia). This third party service provides an upload widget…
user3833530
  • 105
  • 1
  • 1
  • 5
0
votes
2 answers

Wistia Javascript API - conversion event to redirect to a confirmation page

I'm using Wistia's Turnstile to capture e-mail in the end of a video. The problem is that I would like to redirect to another page after the user clicks submit. The message would have a request to check the e-mail to confirm the double opt-in. I…
0
votes
1 answer

Passing form_tag variable to controller + API

I've been fighting with this issue for 2 days but can't overcome following step. I am trying to use Wistia API to upload a video, but got stuck on the moment of passing the filename and data from view to controller. I am using official…
user3129410
-1
votes
1 answer

Add Rounded Corners To Wistia Embed

i have 0 coding experience or knowledge so could someone show me how I can add rounded corners to my video embeded on my website for all browsers in desktop and mobile. I'm using Wistia and below is the embed code i get from them:
-1
votes
1 answer

Interacting with iFrame elements before its hidden

I am trying to figure out how to capture the hide event (display:none;) inside an iframe. I have three iframes, and only one at a time is visible, the other two iFrames are hidden. I am using jQuery show(), hide() methods to hide and show different…
Tarun Gupta
  • 1,629
  • 1
  • 22
  • 39
-4
votes
1 answer

Wistia.com video is not getting closed after clicking on close button in chrome browser

Video popup close button is not working in chrome browser. Given: When clicking “watch” on a page for a Wistia embedded video When: You click the “X” to close the video modal window Then: The video continues to play in the background even though it…
Shruti
  • 3
  • 3
1 2 3 4 5
6