I am using VLC Web Plugin for Mozilla to run a media on local machine.Path of the media is
Now I have placed this media in loop to keep it playing unless stopped externally. Initially for n number of times it gets played however suddenly at one point it fails to load the media and vlc gets crashed in the browser.At that time,entries in logs are as below:-
[0xbc5e5c40] main input debug: Creating an input for 'http://localhost:8080/device_data/media/video/6551.mov'
[0xbc5e5c40] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0xbc5e5c40] main input debug: `http://localhost:8080/device_data/media/video/6551.mov' gives access `http' demux `' path `localhost:8080/device_data/media/video/6551.mov'
[0xbc5e5c40] main input debug: creating demux: access='http' demux='' location='localhost:8080/device_data/media/video/6551.mov' file='(null)'
[0xb92a9430] main demux debug: looking for access_demux module: 0 candidates
[0xb92a9430] main demux debug: no access_demux module matched "http"
[0xbc5e5c40] main input debug: creating access 'http' location='localhost:8080/device_data/media/video/6551.mov', path='(null)'
[0xbb14c930] main access debug: looking for access module: 0 candidates
[0xbb14c930] main access debug: no access module matched "http"
[0xbc5e5c40] main input error: open of `http://localhost:8080/device_data/media/video/6551.mov' failed
[0xbc5e5c40] main input error: Your input can't be opened
[0xbc5e5c40] main input error: VLC is unable to open the MRL 'http://localhost:8080/device_data/media/video/6551.mov'. Check the log for details.
[0xbba5f2f0] main libvlc debug: deactivating the playlist
[0xbba5f2f0] main libvlc debug: removing all services discovery tasks
[0xbba5f2f0] main libvlc debug: removing all interfaces
[0xbba5f2f0] main libvlc debug: exiting
[0xbc20fcb0] main playlist debug: destroying
[0xbba5f2f0] main libvlc debug: removing stats
I do not remove file from that location still it gives above error and on restarting the browser VLC again starts playing that video.
What can be the issue and resolution?