Most voted "player" questions
16 questions
Sort by count of
-
6
votes3
answers1996
viewsOpen external videos(mp3/mp4) with PHP
Hello! I am using a "player" (in php) to open my external videos. However the user does not have control of the length bar of the video, he can not have control, nor return the video, nor advance,…
-
5
votes2
answers68
viewsSound only plays in debug mode
Because the sound only plays in debug mode? Uri notification = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION); MediaPlayer mp = MediaPlayer.create(getApplicationContext(),…
-
2
votes1
answer89
viewsHow 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 =…
-
2
votes1
answer1069
viewsHow to implement a video player with quality options for online playback?
Does anyone know of any library or other way to play videos from my server with quality control to avoid slow upload, youtube style, so that the user selects the resolution (for example). Thanks in…
-
2
votes1
answer207
viewsHow to add redirect links to elements of the Jwplayer playlist
Ola would like the help of you to be able to finalize the code of the Jwplayer that I am doing. As I’m still a beginner there are many things I don’t know how to do until the present time, so I hope…
-
1
votes0
answers110
viewsAudio description in videos player- HTML 5
I am seeing to implement audio description in the videos in the company where I work, at first thought we create 2 videos and a button in the player to switch to the video with Audio B with the…
-
1
votes1
answer343
viewsConvert Html5 video time to hours, minutes and seconds - Javascript
I need a little help, I’m new here and I’m trying to create a custom video player, only I’m having a hard time in the time part, and I wanted someone to help me do just that, if possible, by…
-
1
votes3
answers532
viewsChanging site color via GET parameter
First of all I wanted to inform you that I am beginner in programming, I am learning by myself. I have a question, I don’t want hand-kissed codes or anything, just an explanation so I can put it…
-
1
votes0
answers103
viewsHow to encrypt Jwplayer video upload code
Ola would like to know how I can perform an encryption in the source code in a specific area of Jwplayer using php or javascript, to cover the player’s working data as well as the video file url.…
-
0
votes2
answers128
viewsMusic on the website page
I would like to know a way to put music running in the background when the site page is loaded automatically without the user having to use a player to start the music, I searched in the…
-
0
votes1
answer225
viewsResponsive embed bootstrap does not work
I am trying to implement the embeded Responsive of bootstrap, because I need to put a video (.mov) on the site, but it is not working. source: http://getbootstrap.com/components/#Responsive-embed…
-
0
votes0
answers52
viewsTime conversion function showing Nan
I have a small problem in the conversion of time of a video, I do not know why, but at the beginning of the total time appears "Nan", and after that starts playing the video to appear the total time…
-
0
votes1
answer238
viewsHow to make a function run in real time
Hello, I’m making a player and would like to know if you have a function that runs full time, or only when such element changes In case I have that function function updateTime(){ var bufferedEnd =…
-
-1
votes1
answer768
viewsPlay local video with HTML and Javascript
Hello, I want to make a local player with HTML. I want to play locally, without uploading. I want to select a folder with music or video files and play randomly. Below follows my website with the…
-
-1
votes1
answer118
viewsUncaught Syntaxerror: Unexpected token 'Else'
I’m trying to put a button on next episode, it’s working normal, the problem is that it appears in the movies, where it should only appear in episodes of series. I tried to solve the error by making…
-
-2
votes1
answer21
viewsHow to customize Jwplayer with Javascript functions
Could anyone tell me how I can supplement my Jwplyer code to perform the following updates. Add a function that saves the running time of the video in a cookie file using Javascript valid for 2…