FFMPEG converted mp4 file does not play in firefox and chrome

后端 未结 8 2041
刺人心
刺人心 2020-12-28 09:28

I have used FFMPEG command to convert flv video file to mp4 and use html5 video tag and play video in browser. But after the video is converted to mp4 using ffmpeg it does n

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-28 09:49

    Check for MIMe type support added to your server, that is the problem in your case as error displaying there ' It displays a error saying 'No video with supported format and MIME type found'. As for your info there is no support for MP4 MIME type added in IIS 7 which you have to add by changing its web.config file in the given way..

    
       
          
             
          
       
    
    

    hope this will give insight in your problem.

提交回复
热议问题