in reply to Re^3: [OT] Re: (OT) HTML video tag is not working in cgi
in thread (OT) HTML video tag is not working in cgi

This HTML will only work if you open the HTML file directly.

If you serve this HTML file over your webserver, this will not work.

You will need to change the HTML to use a http:// URL and make sure that the mp4 file is accessible through the webserver as well.</p<

Replies are listed 'Best First'.
Re^5: [OT] Re: (OT) HTML video tag is not working in cgi
by awanti (Acolyte) on Jan 28, 2016 at 13:06 UTC
    u mean to say i should give absolute path..?but how can i point to my file??

      What location shows in your browser when you access the html file ?

      poj
        file:///home/ubuntu_workspace/c/test.html
        Is this you are asking?