I changed the filename extension of my videos on the server from .mp4 to .zip. Now I want to embed the videos in my HTML web page, but it doesn't work due to the filename extension. I'm looking for a way to tell my front-end how to interpret the embedded file and read it as MPEG-4.
Embedding a video to HTML that does not have the .mp4 filename extension
358 Views Asked by ProMaker Dev At
1
There are 1 best solutions below
Related Questions in HTML5-VIDEO
- Video tags play audio but not video
- Does video tag html5 slow my webpage or is it heavy if I have many videos in video tags?
- How can I use javascript to get the thumbnail of an html5 video?
- Want to hide scrollbar when a absolute div already has a 100% height
- Html5 videos not displaying
- If section has class than start playing video
- Load Html5Video 100% then show Page
- html crops height video to height 100vh, video to fullscreen
- Fully preload html5 video from CDN in Safari
- How to create a Javascript video overlay with VAST VPAID?
- Getting video metadata from a Youtube video
- How to add video background over a section?
- Ignore HTML5 on mobile devices
- video, form then video in html
- Add a preload image that disappears after video is loaded
Related Questions in FILE-EXTENSION
- Python program to produce dictionary of file extensions and sizes
- Matching all the file extensions
- Stop XCode opening GLSL files in eclipse
- Is there a new Java 8 way of retrieving the file extension?
- Android intent-filter - custom extension
- How to get the magic number from File in java
- Java copy all JPEGs from a folder to another folder
- Xamarin - Android: Is there a file picker which allow to filter out the format
- How do I get a ".doc" file extension given my "application/msword" mime type in Rails?
- Which MIME type is correct for the .exe file?
- Remove html extension from url using mod rewrite
- MSI installer creates unattended shell open key
- Android: Action_Send return Extra_Stream: How to get the extension of the file
- Only open certain file extension and checking if the first two parts of that file are integers
- Regex for filenames without using lookbehind
Related Questions in MPEG-4
- HTML5 Video MP4 Codec Settings
- Larger image size in outdoor lighting for H.264
- AVAudioRecorder Losing Last Seconds
- Get .mp4 file length Python
- A few questions about the startcode of NALU
- How to port mp3 code to a ARM board
- IOS versions and HTML5 video support
- Video won't play in Quicktime
- Is there a specification for AAC-LC (de)compression?
- Detecting I-frame data in an MPEG-4 transport stream
- Can you find key frame (I-frame) in h264 video without decoding? i.e. is it in packet?
- h.264 and mpeg header
- Size / Compression of MJPEG vs MPEG-4
- Find keyframes in AVI, H.264 file
- DirectShow Mpeg4 filters in a Web Application
Related Questions in VIDEO-EMBEDDING
- disabling play/pause in embedded video using JW player
- How to embed youtube video instead of vimeo video in the plasm simplemodal plugin...?
- How to know if a user clicked play on a video
- html video tag (some mp4 videos work, some not)
- Embedding specific videos causes an error ("An error occurred. Please try again later. (Playback id: XXXX)") when using PyQt5
- Video embed to social media site via oembed not working correctly (twitter, slack, facebook)
- django-embed-video - how to use Vimeo options
- Embedding a video to HTML that does not have the .mp4 filename extension
- How can I change jwplayer skin in og:video meta tag?
- embed video from tiktok
- Instagram embed box not loading embed code... anyone know a workaround?
- How to render a YouTube video upon button click in React?
- Best solution for embedding videos in webpages
- Embedding youtube video is throwing extension error
- wagtail hallojs editor video embed with padding-bottom
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Why did you change the .mp4 to .zip? Video has pretty good compression already, and making it a zip file is unlikely to save you much (if any) in terms of the size of the object.