Questions tagged [poster]

Async node module for uploading local/remote files over multipart.

85 questions
0
votes
1 answer

sty color missing problem Beamer Poster JHR

I am trying to use RJH style in beamer latex poster. However, it meets three errors when compiling. (see below, and screenshot attached) Anyone knows how to solve this problem? Thanks in advance. P.S. the .tex and .sty files were found here:…
lslrsgis
  • 21
  • 1
  • 5
0
votes
1 answer

Display poster only if video can't be loaded

i have two videos on a site, an intro (fading in from white) and loop following it (poster is taken from loop). I want to have the poster (in case some browsers don't support the videos), but i don't want to load it before the first video starts. Is…
Esvee
  • 31
  • 7
0
votes
1 answer

Displaying video controls only on playback, not on load

I have a question about an embedding a video with a clickable thumbnail. I was about to modify a video tag to display a poster image that is click-to-play:
0
votes
2 answers

Sending image with post

I want to fill some web-form with python script and send with POST-request. The problem is that form has fileuploading. I found this: poster for python. So, I came with FireBug at website with form and filled it. What I saw: values[action] …
Max Frai
  • 61,946
  • 78
  • 197
  • 306
0
votes
1 answer

Html5 video poster has a delay

i'm working with html5 video and noticed that, when a video ends(firing the ended event), the last image of the video is freezed for a sec or so, before showing me the poster image. Has html5 video tag any attribute for this? Cos i want my poster to…
Alberto Mnemon
  • 117
  • 4
  • 14
0
votes
0 answers

getting error when i use poster to post value in laravel 5.1 but work right by form using method post

I am getting error when I use poster to post in laravel 5.1 project but it work right with form by using method post
King
  • 11
  • 3
0
votes
0 answers

ValueError: No Content-Length specified for iterable body : python 2.7

Basically I am trying to send a POST request with 2 files and 3 data in payload. Code snippet : bs_url = atmos_config.connectURL+":"+atmos_config.ds_api_port+atmos_config.bs_api_path items = [] …
Meghna
  • 31
  • 2
0
votes
1 answer

Videogular - Creating custom poster with additional variables

I am working with an existing Angular site with Videogular as the video player, and I have created two new custom elements (a grey bar DIV that holds text and another that holds a logo). These new DIVs overlay the video poster image and…
david
  • 243
  • 3
  • 17
0
votes
1 answer

Getting isMultipartContent = false while using python poster library

I'm using the python poster library to try to upload a form containing including an image to a servlet. Locally, it runs fine, but when I deploy to app engine, it doesn't recognize it as multipart content. …
0
votes
3 answers

How to zoom or blur video poster in html5?

I'm trying to create a video gallery like this web site: www.pmc.tv My webpage is: www.mohsend.com/music-videos But I can't give my poster video an effect, e.g. zoom poster when the mouse is over or blur it. This is my sample video…
0
votes
2 answers

upload file to a php server using python client and receive

Apache, Php, Python This question has been asked on multiple occasions on this website but being very new to both python and php, it was hard for me to figure out a right way to do it. Currently portion of my client side looks like (zips a file and…
bruceparker
  • 1,235
  • 1
  • 17
  • 33
0
votes
1 answer

When I user poster to post a file to the url, An error has occurred

This is my code: user_agent = *Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)* #######cookie opener =…
Berkhoff
  • 1
  • 2
0
votes
2 answers

Need poster at the end of video but not the beginning

What I have currently will display my poster once the video ends. However, it also shows at the beginning of the video (which is set to autoplay). I don't want it at the beginning of the video, just the end. Here's what I have.
0
votes
0 answers

Black bars around edges of HTML5 video poster image in Safari on iOS7

I have added a poster image to a video, which is exactly the same dimensions as the video container itself: Video file information Video poster file information My HTML looks like this (deliberately no width and height specified as I want the video…
Luke Twomey
  • 1,245
  • 1
  • 9
  • 18
0
votes
1 answer

testing php function with poster extention

I made a simple API to get the data from the database to be viewd at android app I have a Problem testing my php functions example of the functions:-
Mustafa ELnagar
  • 482
  • 3
  • 13
  • 25