A vue project operated by the company itself uses video-player to play videos in m3u8 format. However, some users report that in the case of WiFi connection, sometimes they will jump to the local live TV broadcast, as shown in the following figure: ...
the video implemented by html5 video is introduced, and the video length is 30s. Can I intercept and play the video for 10 to 30s through js? ...
recently, the company is going to launch a live video project, which has never been done before. Vue-video-palyer is recommended after searching for it on the Internet, but the video cannot be played after downloading and running. My code is to refer to ...
after using video.js s dispose () method, the < video > tag is removed, and I use again. var div = document.createElement("video"); div.id = "mydiv"; div.style.font = "bold 14px" ; div.color = "green"; div.inn...
electron can watch videos in dev mode using video.js rtmp, but cannot play videos in product mode as shown in the figure, it is the effect in development mode electron-build clicking the play button has no effect ...
the code is as follows: html: < video id= "video " width= "1 " height= "1 " loop= "loop " controls= "controls " src= " http: v.zbjsaas.com 81fc8c21.;> Click to play the video var video = document.getElementById("video"); $...
when recat-video hls.js develops a video playback page, m3u8 is loaded, the video is replayed after updating the resource, but the longer video will play the previous video for a period of time before switching to the new video HLSSource import ...
problem description how to use vue-video-player? in vue+typescript the environmental background of the problems and what methods you have tried error Could not find a declaration file for module vue-video-player . is reported when the vue-vide...
1. Write a demo post that can be played in web, but if you open it directly in a browser, you can t 2. <html> <head> <title>< title> <meta charset="utf-8"> <link href="http: vjs.zencdn....
problem description Mobile H5 plays m3u8, and the video is cut into 10-minute segments. Drag and drop the progress bar of the video player, such as dragging to 15pur05, it will always jump to 10pur00, that is, the starting point of slicing, drag to 25...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title< title> < head> <style> *{ margin: 0; padding: 0; } .v_box{ width:...
the video (mp4) format given by the backend is as follows http: xxx.com component attachment!showAudio.action?checkUser=false&period=&downloadToken=201808311728408516319658946934496210e537ab7425ada8f8cd2430ccb36f&configCode=lr_learningHour...
nginx-rtmp server has been set up, which is based on the link description VCL verification that can be played, but using videojs results to report an error code is as follows <head> <link href="https: vjs.zencdn.net 7.1.0 video-j...
<video loop="loop" autoplay="autoplay" poster="img videobg.jpg"> <source src="img design1.mp4" type="video mp4" > < video> video chromef12 ...
Element UI version 2.4.5 OS Browsers version Chrome 67.0.3396.99 (64bit) Vue version 2.5.17 Compent version VideoJs V6.6.2 Element-UI v2.4.5 Reproduction Link https: jsfiddle.net 15klli h63s104c 14 Steps to reproduce Click ...
Corporate video needs to be encrypted. This can be achieved by adding a string of token-like data to the header of the HTTP request for video data at the front end, so as to determine whether the video data is allowed to be returned at the backend. Both ...
problem description for example, if you get a rtmp stream and play it on a web page, you can use video.js to find it on the Internet, but you can t play streaming media through your own research. related codes Please paste the code text below...
use the vue-video-player component. When configuring option, set the url of sources to rtsp and the surveillance video of h264 stream. What is the specific type? I have tried a lot of things, such as video h264, etc., but all of them reported an error an...
recently, I am working on a live broadcast project, and there is a need to switch definition, that is, to switch video sources. the video source can be switched normally in the non-full screen state, but there is a problem. If you switch the video sour...
using vue-video-player for video playback requires playlist function. It is found that there are playlist and playlist-ui modules in the plugin of videojs, so try to introduce: directly into the playback component. has tried to load globally in mai...