
how to play video before upload ?
hi
how to play video before upload ?
play video from hard disk local .
thanks
hi
how to play video before upload ?
play video from hard disk local .
thanks
The video has to be accessible via some URL if you wish to playback in our player.
jwplayer(“player”).setup({
file: ‘http://localhost/path-to-video/video.mp4’,
width:‘100%’
});
-Cooper