You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/28 11:17:29 UTC

[GitHub] [cordova-plugin-file] neerajsaxena0711 commented on issue #319: Read the video file on android

neerajsaxena0711 commented on issue #319: Read the video file on android
URL: https://github.com/apache/cordova-plugin-file/issues/319#issuecomment-559453141
 
 
   I followed the steps, unable to read the video file! 
   My File entry object is -```
    {"name":"20191107_170431.mp4",
   "localURL":"cdvfile://localhost/root/storage/07ED-F818/DCIM/Camera/20191107_170431.mp4",
   "type":"video/mp4","lastModified":1573183466000,
   "lastModifiedDate":1573183466000,
   "size":15140263,"start":0,"end":15140263}
   ```
   And I am trying to embed it in my video tag by setting the source by of the file as - fileEntry.localURL.
   
   Any help will be appreciated. 
   I have tried other solutions such as normalizeUrl and replacing the "file://" but couldn't get it to work.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org