Questions tagged as 'player'

2
answers

Sound only plays in debug mode

Why does the sound only play in debug mode? Uri notification = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION); MediaPlayer mp = MediaPlayer.create(getApplicationContext(), notification); mp.start(); mp.reset(); mp.release();...
asked by 10.05.2017 / 11:45
0
answers

Open external videos (mp3 / mp4) with PHP

Hello! I'm using a "player" (in php) to open my external videos. But the user does not have the control of the video duration bar, he can not control it, nor return the video, nor advance, and this harms me a lot. Player php 01 $video...
asked by 19.03.2018 / 19:38
1
answer

How do I create a fullscrenn button for my video player?

<!doctype html> <html> <head> <title>Tag video</title> <meta charset="utf-8" /> <script language="Javascript"> window.onload = function(){ var b1 = document...
asked by 18.09.2016 / 22:39
1
answer

How to implement a video player with quality options for online playback?

Does anyone know of any library or other way of playing the videos from my QA-compliant server to avoid slow downloading, youtube style, for the user to select the resolution (for example). Thank you in advance.     
asked by 13.02.2017 / 16:21
1
answer

Adding redirect links to Jwplayer playlist elements

Hello, I would like your help in completing the Jwplayer code I am doing. Since I'm still a beginner, there's a lot I can not do until now, so I hope I can count on your help. My problem and the following, I would like to know if it is possib...
asked by 07.08.2018 / 20:44
3
answers

Changing site color via GET parameter

First of all I wanted to inform you that I'm a beginner in programming, I'm learning on my own. I have a doubt, I do not want hand-coded kisses or anything, just an explanation so I can put it into practice. I was surfing the internet and...
asked by 17.02.2018 / 05:57
1
answer

Convert html5 video time in hours, minutes and seconds - JavaScript

I need a little help, I'm new here and I'm trying to create a custom video player, but I'm having difficulties in the time, and I wanted someone to help me do just that, if possible, demarcating and explaining a I just wanted to know how to conv...
asked by 11.11.2017 / 23:01
0
answers

Audio description in videos player- HTML 5

I'm seeing to implement audio description in the videos in the company where I work, at first I thought we created 2 videos and a button in the player to switch to the video with Audio B with the description, but I do not know if this would be t...
asked by 15.09.2016 / 18:48
1
answer

Responsive embed bootstrap does not work

I'm trying to implement the responsive embeded bootstrap because I need to put a video (.mov) on the site, but it's not working. source: link code: <div class="embed-responsive embed-responsive-16by9"> <iframe class="embed-r...
asked by 19.06.2017 / 16:08
0
answers

How to find Facebook Stream Video Player url

Hello, I would like to know how I can modify the code below so that it can find the new Facebook Stream Player url parameter that changed from https://video-lht6-1.xx.fbcdn.net to https://scontent.fbsb8-2.fna.fbcdn.net . My code...
asked by 15.09.2018 / 07:15