Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently October 11th, 2024, 9:28 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: MP4 in HTML5 Doesn't Link
PostPosted: April 28th, 2014, 6:10 pm 
Offline

Joined: January 6th, 2005, 8:56 pm
Posts: 330
Location: Houston, Republic of Texas
Opus: 8
OS: W7 Pro
System: Dell Precision T5500, 8 core Dual Xeon 2.13 GHz, 24 GB RAM, All SSD drives
<source src="Sequence 01(1).mp4"><source src="http://(None)">

This works just fine from the publish drive to a browser. However, the video isn't found when uploaded. It's there, and in the same directory.

No idea why it isn't found.

Dave

_________________
An objective is a description of a performance you want your learners to be able to exhibit before you consider them competent.
Dr. Robert F. Mager, 1962

"If you can't measure it, it's crap."
David A. Mallette, 1980


For this message Mallette has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: MP4 in HTML5 Doesn't Link
PostPosted: April 28th, 2014, 6:55 pm 
Offline

Joined: January 6th, 2005, 8:56 pm
Posts: 330
Location: Houston, Republic of Texas
Opus: 8
OS: W7 Pro
System: Dell Precision T5500, 8 core Dual Xeon 2.13 GHz, 24 GB RAM, All SSD drives
Looked at the source file. Tried adding the url to line with the <source src="http://(None)"> but it didn't help.

Convinced it's a path issue, but can't figure out why it works in a browser from a local drive, but not when uploaded to the site.

Dave

_________________
An objective is a description of a performance you want your learners to be able to exhibit before you consider them competent.
Dr. Robert F. Mager, 1962

"If you can't measure it, it's crap."
David A. Mallette, 1980


For this message Mallette has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: MP4 in HTML5 Doesn't Link
PostPosted: April 28th, 2014, 8:17 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Assuming you've uploaded all the files from the project (video / JS), then it may be a server content type problem.

Does Alice's excellent rendition of The lady is a tramp work for you:

http://sandbox.interaktiv.co.uk/5/index2.htm

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: MP4 in HTML5 Doesn't Link
PostPosted: April 28th, 2014, 8:31 pm 
Offline

Joined: January 6th, 2005, 8:56 pm
Posts: 330
Location: Houston, Republic of Texas
Opus: 8
OS: W7 Pro
System: Dell Precision T5500, 8 core Dual Xeon 2.13 GHz, 24 GB RAM, All SSD drives
Perfectly.

Compared URLs:

http://www.mbsdar.com/TheOxyrhynchusHymn.mp4

http://sandbox.interaktiv.co.uk/5/Sequence%2001(1).mp4

Is the /5/ in yours a subdirectory?

Dave

_________________
An objective is a description of a performance you want your learners to be able to exhibit before you consider them competent.
Dr. Robert F. Mager, 1962

"If you can't measure it, it's crap."
David A. Mallette, 1980


For this message Mallette has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: MP4 in HTML5 Doesn't Link
PostPosted: April 28th, 2014, 8:36 pm 
Offline

Joined: January 6th, 2005, 8:56 pm
Posts: 330
Location: Houston, Republic of Texas
Opus: 8
OS: W7 Pro
System: Dell Precision T5500, 8 core Dual Xeon 2.13 GHz, 24 GB RAM, All SSD drives
Also: Since the Forum made a link of my URL which was copied from the page where it won't play, I clicked on it. It downloaded from the site and played in VLC. So I know the path is good. Just can't figure out why it doesn't work from the site.

Dave

_________________
An objective is a description of a performance you want your learners to be able to exhibit before you consider them competent.
Dr. Robert F. Mager, 1962

"If you can't measure it, it's crap."
David A. Mallette, 1980


For this message Mallette has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: MP4 in HTML5 Doesn't Link
PostPosted: April 28th, 2014, 8:45 pm 
Offline

Joined: January 28th, 2014, 4:38 pm
Posts: 54
Location: Czech Republic
Opus: OpusPro 9.75 - HTML5 exports, Evolution
OS: Win 7 x64 CZ
System: FUJITSU
I had a problem with playing video under Firefox. It was a problem of MIME configuration on Microsoft IIS 7 server.
Adding a video MIME types to web.config solved it for me.

Code:
<configuration>
    <system.webServer>
        <staticContent>
            <mimeMap fileExtension=".mp4" mimeType="video/mp4" />
            <mimeMap fileExtension=".m4v" mimeType="video/m4v" />
        </staticContent>
    </system.webServer>
</configuration>
<!--source:: https://support.gearhost.com/hc/en-us/articles/200342605-Adding-Custom-MIME-types-to-your-site#webconfig-->


For this message ovo has been thanked by : mackavi


Last edited by ovo on May 5th, 2014, 5:45 pm, edited 1 time in total.

Top
 Profile Visit website  
 
 Post subject: Re: MP4 in HTML5 Doesn't Link
PostPosted: April 28th, 2014, 8:52 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
In which case, it is possibly a server issue. Look up adding content types to the.htaccess file.

Also you may want to post to a different server or upload for somebody else to test on a work device.

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: MP4 in HTML5 Doesn't Link
PostPosted: April 29th, 2014, 1:26 pm 
Offline

Joined: January 6th, 2005, 8:56 pm
Posts: 330
Location: Houston, Republic of Texas
Opus: 8
OS: W7 Pro
System: Dell Precision T5500, 8 core Dual Xeon 2.13 GHz, 24 GB RAM, All SSD drives
Good thought, Mac. I think of a server as, well, just a server. In fact I really don't understand why it cares what it is serving. I assumed that execution was all in the browser at the user end and if the packets are sent in good shape they would work.

I really don't know what .htaccess is but will look it up, as well as see if I can find some other server to test on. I know the servers for my sites are Apache (Linux) based, if that makes any difference.

Dave

_________________
An objective is a description of a performance you want your learners to be able to exhibit before you consider them competent.
Dr. Robert F. Mager, 1962

"If you can't measure it, it's crap."
David A. Mallette, 1980


For this message Mallette has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: MP4 in HTML5 Doesn't Link
PostPosted: May 1st, 2014, 2:09 pm 
Offline

Joined: January 6th, 2005, 8:56 pm
Posts: 330
Location: Houston, Republic of Texas
Opus: 8
OS: W7 Pro
System: Dell Precision T5500, 8 core Dual Xeon 2.13 GHz, 24 GB RAM, All SSD drives
Heard from my provider. The support guy didn't have the authority (or doesn't know how) to fix it, but he understood and said he'd pass to the server administrator.

We shall see...

Dave

_________________
An objective is a description of a performance you want your learners to be able to exhibit before you consider them competent.
Dr. Robert F. Mager, 1962

"If you can't measure it, it's crap."
David A. Mallette, 1980


For this message Mallette has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: MP4 in HTML5 Doesn't Link
PostPosted: May 5th, 2014, 1:56 pm 
Offline

Joined: January 6th, 2005, 8:56 pm
Posts: 330
Location: Houston, Republic of Texas
Opus: 8
OS: W7 Pro
System: Dell Precision T5500, 8 core Dual Xeon 2.13 GHz, 24 GB RAM, All SSD drives
With Mackavi's help, this is fixed. It was pretty easy IF you know what the issue is and what to do about it. In my case, my hosting outfit had widgets in the control panel to set mime types and it worked nicely.

Thanks to Mack for this, and all his help!

Dave

_________________
An objective is a description of a performance you want your learners to be able to exhibit before you consider them competent.
Dr. Robert F. Mager, 1962

"If you can't measure it, it's crap."
David A. Mallette, 1980


For this message Mallette has been thanked by : mackavi


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group