I have many .webm videos on my localhost when i’m trying to render it with popcorn.js they dont work until i use a video store on the net!
I also tried with the official video from the popcorn.js homepage, localhost they dont work but calling it with an external url make it working!
How should i suppose to use and play .webm videos with popcorn.js on localhost?
I use firefox 10.0.2
Thank you!
Did you try
http://127.0.0.1as well instead ofhttp://localhost?If it’s not working you can still edit your
hostsfile if you’re under Windows.The
hostsfile can be found here:C:\Windows\System32\drivers\etc\hostsAdd the following line to the end of the file:
127.0.0.1 mycustomdomainNow try
http://mycustomdomain/Edit all your .webm links too to reflect the new address, eg.:
http://mycustomdomain/test.webmorhttp://127.0.0.1/test.webm