The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

File not found (mp4)

Neil Markham
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 9, 2022

Hi All,

I'm very new to writing html but have given it a go and have had some good results so far, however, I have a page that I would like to display a video file that I have saved as an mp4 file.

The code I have written is as follows;


<video width="1440" height="640" controls="controls">
<source src=".\Assign an Owner_files\movie.mp4" type="video/mp4">
</video>

The problem is that the video displays as a black window in the page. 

Any help offered is Greatly Appreciated.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Erez Maadani
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 10, 2022

Hey @Neil Markham

Welcome to the BitBucket forum.

From your code snippet, my first recommendation would be to replace `\` with `/`. 

My second recommendation would be to use the developer tools within the browser to see the actual error.

My third recommendation would be to raise this question in a more html oriented forum as they probably could give you better pointers on how to debug the issue. 

Neil Markham
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 15, 2022

Thank You for your answer Erez.

I've still had no luck trying to resolve the issue, however, I've noticed that the video file plays from my local repository,

file:///C:/source/repos/cp-otrs-docs.bitbucket.io/Assign%20an%20Owner.htm

but fails to play from the online document,

https://cp-otrs-docs.bitbucket.io/Assign%20an%20Owner.htm

Any thoughts on that?

DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events