Closed (outdated)
Project:
JW Player
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2012 at 00:15 UTC
Updated:
9 May 2016 at 18:42 UTC
Jump to comment: Most recent
Comments
Comment #1
rickvug commentedPlayback should work. I have used MP4 videos on multiple sites. That said, I have found that on some setups video will not stream. Playback is delayed until the file is completely loaded, which obviously isn't very practical. It would be good to track down why this happens. Also, can you confirm the exact codec of your video, just to be sure? H.264 can have different permutations. If you use VLC hit control-i (or apple-i) to see more information about the streams in the video.
Comment #2
rickvug commented@cakebox I tracked down a problem with streaming large files to a the preload parameter being set to "auto" rather than "none". Try giving the latest code a try to see if the problem still exists. I did some A/B testing with a 200MB H.264 encoded MP4 file and found that the change consistently solved the problem for me.
Comment #3
yurg commentedHello,
Just found my mp4 files (around 7mb length, not too big) are not playing. It falling into well-known "Video not found or access denied" issue
( http://www.longtailvideo.com/support/forums/jw-player/video-encoding/129... ). Test video has Codec: MPEG-4 Video (mp4v) (according to VLC). Other configuration:
Drupal 7.14
JW Player (module) 7.x-1.0-alpha1
JW player (script): 5.9
Please advice. Thank you!
Comment #4
rjarteta commentedI know it's silly, but you might want to check if the server received the file OK (or the file is OK). I had the same issue, until we caught the server was damaging the file in the upload.
I hope is as simple as that.
Comment #5
SunRhythms commentedCan you upload the file via ftp and select it from the media library? Is that even possible to do?
Comment #6
yurg commentedThank you for answers!
@panche
Indeed, something wrong with file paths. My domain is domain.tv. Player shows first video link as domain.COM, all other links as domain.TV Trying to find out why.
@SunRhythms
I have only "remote url" available as file source, no media browser was used.
Comment #7
mgiffordWe also want to load videos stored on a separate domain. Is there any workaround yet for allowing "remote url"'s to be loaded?
Comment #8
rickvug commented@mgifford For remote URLs check out http://drupal.org/project/remote_stream_wrapper.
Comment #9
mgiffordVery useful, thanks!
Comment #10
sgdev commentedWe're not seeing any issues related to this with 7.x-2.x. If any further problems, please create a new ticket. Thanks.