- 
								Why can't videos be played when using vedio tags in react scaffolding?
								
 1. I use react to write components, and the src property of source,source wrapped with vedio tags is the MP4 path. There are only video controls on the page, but the video cannot be played.  2. 
            <video width="620" height="2... 
- 
								After webpack is built, the file name of the picture in the poster attribute of video does not change to the hash value after building.
								
 after building with webpack in the project, the file name will be changed to a hash value, but the poster attribute of the video tag refers to the original file name, which will cause the picture to be found. Please advise  the code in the browser: .
&l... 
- 
								Video peer playback
								
 video playback level becomes the highest, overwriting the following 
 on the left is the effect after the video is played. Slide below to cover the following content 
! [picture upload.]   
... 
- 
								Use flv.js to play at the front end, and you can only play a maximum of 6 videos.
								 use flv.js to play videos in http-flv format  A browser can only play 6 videos, but the seventh browser cannot play . Turn off one of them, and the seventh can play  right away. What is the reason for this?  did not find relevant clues on the Internet, a... 
- 
								How does the H5 tag video play multiple videos on a mobile browser at the same time?
								
 h5 tag video, if you want to play more than one video on your phone at the same time, the last video will be paused. Is this a browser restriction? Is there any solution 
<!DOCTYPE html>
<html lang="en">
<head>
    <meta c... 
- 
								How to manage and mark web videos similar to Youku?
								 do video online non-editing, need to do video annotation function, Daniel, please give us some advice! ... 
- 
								Find a method to judge the file header by using js
								
 use  < input type=  "file " >  to upload files, only video can be displayed when selecting files  use the accept attribute of input:  < input type=  "file " accept=  "video mp4 " >   cannot select files in mp4 format on Android phones 
 there are many m... 
- 
								How to play mpeg-2 transport stream (ts format video file) on a web page?
								 the user uploaded a video in ts format. After the upload is successful, I need to make the video display on the page and play it back. HTML5 doesn  t seem to support video playback in ts format? Ask for advice on how to deal with it ... 
- 
								How do some big factories realize video compression on the network disk?
								
 We often upload videos to Baidu or115 and other online disks, and we can watch videos online, and the original videos played on their websites are compressed. Here, I would like to ask you: 
 what tools do most of these big factories use to convert to ... 
- 
								How is the mobile WEB live broadcast in 6 rooms realized?
								 how is the mobile WEB live broadcast in 6 rooms realized? Unlike other platforms, he will display this video at the bottom and cannot be paused. Many elements can be covered on the video layer. He has tried many ways. It seems that as long as the video s... 
- 
								How does Android detect that the current system is playing video?
								 it would be better if you could hear the playback stop ... 
- 
								IOS input file acquires the length of uploaded video
								 you need to upload videos locally within 20 seconds. You can now use video and  createObjectURL  to achieve this in pc, but not in Wechat of IOS, because video will not load videos or trigger the  onloadeddata  event of video after adding src. Is there a... 
- 
								When the mobile Video tag is played, it will automatically play across the screen.
								
 about the video tag  poster=  "loadbg.jpg " video cover  preload=  "auto "  Xmuri Webkitlplay =  "allow "  x5videovideo player type =  "h5 " enable H5 player, which is the wechat Android version feature  x5videovideo playerfullscreen=  "true " full scre... 
- 
								On html5video snooping events on ios
								 on ios, video.addEventListener ()-> end, play, error and so on cannot be monitored. Why do you ask for help and how to solve it? I can  t even use the video.addEventListener browser of safari,. Help! Thank you ... 
- 
								How to realize slow or fast video playback in fluent-ffmpeg
								
  https:  github.com fluent-ffm.
 I would like to ask how to use fluent-ffmpeg to achieve slow video playback, 
 for example, if the original video is 8 minutes, the exported video is twice as slow to 16 minutes! 
< H1 > Thank you <   H1 >
... 
- 
								How to store video in Base64 format by PHP
								 Today, the company  s front-end group said to send the video in  Base64  format to the interface and then store it. But I have not done this before for  Base64  to store videos without problems, and I have seen that there seems to be no video format in t... 
- 
								Storm transcoding mov format to avi, does not trigger "loadedmetadata" method
								
 Select a video file and add loadedmetadata listening to the corresponding video tag: 
 
mov:movaviavi  Why is this? Flv format (which is also transferred by mov and can also be played normally) is not good either. But the same mkv format transferred fro... 
- 
								Set the video tag that src, does not display the video cover
								
 Question1: set src, for video tag and set loadstart listening method for video. Src, is also set when the method is entered, but the video cover is not displayed all the time. What  s going on? 
 
 
 Question2: what are the possible reasons for setting ... 
- 
								Select a local video file, which cannot be played with video.js, and solve the problem.
								
 now there is a need to select a video file through input type=  "file " and preview the video effect in the corresponding place  I use 
 
url:
jqvideo.js:  what is the reason for this? Kneel and ask the god for advice, how can video.js play local video ... 
- 
								Select a local video file, which cannot be played with video.js
								
 now there is a need to select a video file through input type=  "file " and preview the video effect in the corresponding place.  I use  url:
jqvideo.js:  to beg for advice. How can video.js play local video files? Thank you. 
...