Hi!
I've come around the problem of a video not being loaded with error:
"Video not found or access denied"
This was tried for h264 and a flv encoded video.
Ironically not even the small test video that comes with the download was working when it was loaded like this:
jwplayer("vcon").setup({flashplayer: "player.swf",
file: "://192.168.178.25/www/videos/v/k/a4854882baece28a36b814beb4d688f2.mp4",height: 270,width: 480}); (as from the quick start guide pdf file
However, when I renamed the video file to:
file: "http://192.168.178.25/www/videos/v/k/ab.mp4"all three videos were playing without a problem. Is there any official limitation in the string length for the video url?
Thanks
Perhaps the syntax error prevented you to play/view your video
file: "://should read
file: "//