Most voted "video-player" questions
Video Player (or Video Player) is a term commonly used to describe computer programs for playing multimedia video files.
Learn more…14 questions
Sort by count of
-
11
votes1
answer127
viewsQvideowidget displays nothing
I’m trying to use the classes QMediaPlayer and QVideoWidget to display a video on a system I’m producing. Only these class rays don’t work as expected. The QVideoWidget just doesn’t show up, doesn’t…
-
8
votes1
answer5807
viewsHow to create a new. M3U file correctly? (Since I already have streaming .TS)
I’m starting to study to make an online teaching site (live video), but the examples I’m using from the internet are giving me the most varied errors, as the example I use... In this example, he is…
-
4
votes1
answer308
viewsVideo playback problem using HTML5 native tag
I recently hosted a video file on MP4 on my server and used the native HTML5 tag for playback of the media on the website. The sound comes out normally and the video is not displayed (I tested it on…
-
2
votes2
answers3198
viewsCompletely customize the Youtube player
I’m on this mission and I’ve seen some questions but none of them suppressed my need. My goal was to have only the screen and video, and fully customize the player Youtube buttons pause, stop,…
-
2
votes0
answers99
viewsProtect Content Player Language
Next, I would like to use some component of player in html that did not display the Access to running content. Has anyone ever seen a scheme that renders a player in the browser, but when someone…
-
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
votes2
answers7653
viewsHow to put a video to open in fullscreen automatically in an HTML page?
Apparently for a video to stay on fullscreen there needs to be user interaction. Most players, including the native HTML5 has button 'fullscreen'. I’m building an interactive platform offline, and I…
-
2
votes1
answer1641
viewsHow to play a video automatically on google Chrome?
I developed a website for a company and this requested a video just below the menu, and that this video be played automatically, until then nothing else used the following code: <video…
javascript google-chrome video html5-video video-playerasked 6 years, 3 months ago Alex Xavier Rosa 21 -
1
votes1
answer1269
viewsOpen external link in Windows Media Player
I have an offline HTML page that contains a link to a video MP4, I would like that when you click on that link, open the Media Player or other software that you have installed and preset on the…
-
1
votes0
answers775
viewsHow to install the VLC plugin in the browser?
I’m following several pages to play my sample video in the browser, and I’m having great difficulties with the VLC plugin, because I just can’t install.. Here is the example video:…
-
1
votes1
answer663
viewsAuto play in video iframe
I’m trying to add autoplay in this Iframe but I’m not getting it, will the server not accept this feature? <iframe width="640" height="360" frameborder="0" marginheight="0" marginwidth="0"…
-
0
votes1
answer822
viewsCreate button to advance video
I tried to create a javascript function to allow you to skip a few seconds in a video, but when you click the video button it just starts again. var video = document.getElementById("video1"); var…
-
0
votes0
answers32
viewsDelay when switching video with Videoview
Hi, I’m having a problem with a delay when making the video exchange of a playlist that contains images and videos as soon as the video ends in a Videoview. The delay is about 200ms in my tvbox.…
-
-2
votes1
answer128
viewsStart video from where you left off - resume video from where you left off - website
How do I keep the current progress of a video saved, even when updating or leaving the page? The video is on the page with this simple code: < div class="embed-Responsive embed-Responsive-16by9"…