Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

file name length problem

1 reply [Last post]
Reply

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

Reply

Perhaps the syntax error prevented you to play/view your video

file: "://
should read
file: "//

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options