Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

how to play video before upload ?


hi

how to play video before upload ?

play video from hard disk local .

thanks

1 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

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

This question has received the maximum number of answers.