Keyword

Error in mp4 playback

More
16 years 11 months ago #2925 by jxl
Error in mp4 playback was created by jxl
Downloaded today (May 12, 2007) v2.4 and could not play back .mp4 files.
I found an error in the code in plugin_jw_allvideos.php
Line 419 reads:
<embed src=\"$mosConfig_live_site/".$video_folder."***code***.mp4\" pluginspage=\"http://www.apple.com/quicktime/download/\" scale=\"tofit\" kioskmode=\"False\" qtsrc=\"$mosConfig_live_site/".$video_folder."***code***.mov\" cache=\"False\" style=\"".$width." ".$height."\" controller=\"True\" type=\"video/quicktime\" autoplay=\"False\" /></object>", "#{mp4}(.*?){/mp4}#s"),
where it should be:
<embed src=\"$mosConfig_live_site/".$video_folder."***code***.mp4\" pluginspage=\"http://www.apple.com/quicktime/download/\" scale=\"tofit\" kioskmode=\"False\" qtsrc=\"$mosConfig_live_site/".$video_folder."***code***.mp4\" cache=\"False\" style=\"".$width." ".$height."\" controller=\"True\" type=\"video/quicktime\" autoplay=\"False\" /></object>", "#{mp4}(.*?){/mp4}#s"),

That is to say, the second
.$video_folder."***code***.mp4
actually reads
.$video_folder."***code***.mov
in the release.

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago #2926 by Osvaldo Jimenez
Replied by Osvaldo Jimenez on topic Re: Error in mp4 playback
I would like to thank you.

It was really handy for me to read your post!!!!

Please Log in or Create an account to join the conversation.

More
16 years 3 months ago #2927 by kmclean
Replied by kmclean on topic Re: Error in mp4 playback
THANK YOU!!!!!!!!!!!!

Three days of fighting with this plugin. That was the answer! Thank you so much!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum