Love the module, but I'm not getting any thumbnails to show up when using Dash Player. Shouldn't the module create a thumbnail for the video to be shown prior to hitting the "Play" button?
Love the module, but I'm not getting any thumbnails to show up when using Dash Player. Shouldn't the module create a thumbnail for the video to be shown prior to hitting the "Play" button?
Comments
Comment #1
IncrediblyKenzi commentedIt should. Can you send me the dashplayer code snippet as it's rendered on your pages? This will help us diagnose what's going on.
Comment #2
smulkey commentedI am having the same issue using Drupal 6. Here is my dash player redered markup:
The video list appears but there are no thumbnails and I can't play the videos.
Thanks for any help.
-Shawn
Comment #3
smulkey commentedI found the problem with my video configuration and it wasn't related to the player. The cron job which eventually calls FlashVideo to create the flv and jpg files was failing, first because the search index was bombing out early ( see http://drupal.org/node/123269 ) and then because my ffmpeg wasn't correctly configured on my system to translate the files.
Once I fixed the search index cron problem and installed ffmpeg properly, the video player worked like a champ.
Hope that helps.
-Shawn
Comment #4
akalsey commentedsmulkey, you don't need ffmpeg to use CDN2 and there aren't any processes being run at cron. The images and thumbnails are created on the CDN2 transcoding servers.
Comment #5
smulkey commentedYes, I just realized that I was posting to the wrong project. I had the same set of symptoms but my configuration is using the dashplayer and flashvideo modules for rendering the videos. FlashVideo processes the codecs using an external call to ffmpeg, which wasn't happening in my case. My apologies for the accidental cross-post.
-Shawn
Comment #6
Coyote commented[edit] Woops, also posted in wrong spot.
Comment #7
akalsey commented