JW Player is confused by the relative stream url - an easy fix is to ensure the flashvideo_streaming.module output an absolute url for the stream

- $form_state['values']['flashvideo_'. $node_type .'_streamer'] = base_path() . $user_path;
+ $form_state['values']['flashvideo_'. $node_type .'_streamer'] = url($user_path, array('absolute' => true)); //base_path() . $user_path;

@see attached patch

CommentFileSizeAuthor
flashvideo_streaming.patch1.14 KBvisualfox

Comments

visualfox’s picture

self bump! I just updated to the last version of FlashVideo and the issue is still present. I am not sure my patch is up to date but can someone tell me if that even an issue for them? thank you!

*edit* seem like part of my previous patch was included in this new release... but the issue is back. I will investigate it and provide a workaround

*edit edit* never mind the issue was on my end. but I still need this patch in order to have streaming working

LightFromArt’s picture

Could you give me an advise? I need just simple .avi player or video module in Drupal that will play my videos from Youtube or Vimeo without adds and not sending visitors to Youtube when visitor clicks on the player. Is FlashVideo module - right for me? If not, could you suggest a right module or just player which I could use in Drupal nodes. Thank you in advance.

visualfox’s picture

@LightFromArt yes that what this module is for - but your are posting in the wrong thread, please don't add noise to this conversation