You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed and running the mediacenterjs(latest commit) in a Linux computer and accessing media from the same computer goes fine.
If I try to access the movies with an Ipad or an Android phone the film never loads, in the logs last message says:
{"level":"info","message":"File is mp4, copieing local file to data folder so it can be accessed...","timestamp":"2016-07-14T13:54:00.337Z"} system.log.txt
I tried very short length video cut, but still the movie never loads.
Any help would be much appreciated.
Regards.
The text was updated successfully, but these errors were encountered:
Taking a look at video-playback.js that's what should happen, as there is a block that only executes for platform === 'desktop', is there any reason to handle differently the video in different platforms?
Forcing to execute that block for any platform makes the video to render in the mobile screen perfectly.
Hello,
I have installed and running the mediacenterjs(latest commit) in a Linux computer and accessing media from the same computer goes fine.
If I try to access the movies with an Ipad or an Android phone the film never loads, in the logs last message says:
{"level":"info","message":"File is mp4, copieing local file to data folder so it can be accessed...","timestamp":"2016-07-14T13:54:00.337Z"}
system.log.txt
I tried very short length video cut, but still the movie never loads.
Any help would be much appreciated.
Regards.
The text was updated successfully, but these errors were encountered: