Closed (cannot reproduce)
Project:
Video
Version:
6.x-4.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2010 at 14:15 UTC
Updated:
18 Dec 2011 at 17:37 UTC
- create a content type and include a video upload CCK field
- add some nodes with videos
- change the Automated Alias path of the content type
- clear all caches etc
- view a node with a video reports an error along the lines of:
"Stream not found,Netstream,Play, ... /sites/default/files/videos/converted/"
Using qt-quickstart and flowplayer if that is relevant.
The videos still work in Views and on the front page: both of which have videourl in the flashvars: only the node itself is borked, which seems odd.
Comments
Comment #1
ppcc commentedapologies, this bit:
both of which have videourl in the flashvars
should read:
both of which have the correct videourl in the flashvars
Comment #2
ppcc commentedactually, the url in the flashvars on the node page is correct too.
Any pointers as to how I can determine if this is a problem with pathauto, flowplayer or the video module?
Comment #3
jpromeo commentedI am having this exact issue. The URL for Flowplayer in the teaser works perfectly but once I click to the node (which has a URL alias of media/video/[title-raw]), the URL for the player is not correct. The URL of the node is http://mysite.com/media/video/mynode. The player is unable to find
http://mysite.com/media/video/sites/mysite.com/files/videos/converted/vi...
The video is present @
http://mysite.com/sites/mysite.com/files/videos/converted/vid.flv
It seems like it is a Flowplayer issue reading the doc root but I have not yet resolved it.
Any thoughts would be appreciated.
UPDATE:
It may not be FlowPlayer. I just looked at my jQuery variable being set and the path is correct there.
Comment #4
ppcc commentedI got round it by adding a symlink... not an elegant solution but it works ok as a quick fix.
Comment #5
juankvillegas commentedCheck this #955656: Wrong path passed to player. (Resulting on error 200 "Stream not found".)
Comment #6
taladega commentedWell I added Path sites/default/files/videos/[title-raw] to cck field.
after upload video, I finally got this message
**************************************************************
Video submission queued for transfer to your Amazon S3 server. Will be there shortly.
xxxxxname of video xxxxxxxxxxx has been updated.
**************************************************************
Now! the content node becomes "Unpublished"
Video: This video is currently being processed. Please wait. NOW WHAT?
It just sit there as unpublish.
Video has been uploaded to in S3, Zencoder does not show any encoding.
Comment #7
Jorrit commentedIs this problem also present in version 6.x-4.5?
Comment #8
Jorrit commentedComment #9
Jorrit commentedClosed because of lack of response.