PROBLEM
I'm trying to download a whole html page which contains video from some URL. Then I just printing what I've downloaded. On my localhost
machine everything working fine. BUT when I try to run my code on Hosting server I'm getting this error:
VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED)
The media could not be loaded, either because the server or network
failed or because the format is not supported.
code: 4
QUESTION
According to logic, if it is working on localhost
, but NOT on Hosting server - is it a problem of apache configuration or something?
Any help will be really appreciated.