Forum topic: What am I doing wrong?
Ok, I have installed op_video 5.x-3.11
Downloaded and decompressed mediaplayer.swf into sites/all/modules/op_video
The ffmpeg path is /usr/bin/ffmpeg - op_video says binary not found, but when I manually run cron, I can see the output of ffmpeg and everything looks good.
I have created a content type named "Video" of type "op_video"; Added the field "Video" to the content type after it's creation. The field name is reported as "field_video" and type of "op_video" when listing fields.
Display fields in the Video content type shows: Field:video; Type:video; Label:Above; Teaser:Inline player; Full:Inline player.
Browsing to /node/add/op_video I can upload a video. When I run cron, I see the video transcoded just fine.
However, when I browse to the url for the video, All I get is the title and description. I don't see the mediaplayer being embedded into the page at all.
Am I doing something here wrong? Not understanding a piece of documentation? Or is this a known issue with a fix?






Ok, taking a deeper look into this problem, this is what I find:
PHPTemplate was instructed to override the field theme function, but no valid template file was found
I'm using a custom theme, but I don't have any file structure differences than Garland. If I use Garland as the theme, the video plays fine. I'm still doing troubleshooting to find exactly what it's trying to call that's missing, but if anyone has a quick suggestion, that would be great.
Post new comment