i just installed jvideo 0.3.
i'm using fetch-only mode and when i insert the url for the video and click on fetch, jvideo grabs the video info, but when i submit the video to be added to the site, i get a 404 page.
the video has been added to the site, but the links don't work for the video. it looks like it has to do with clean url's. is there anyway to fix it because this is the link that appears in the jvideo component on the front-end of my site.
| Code: |
http://domain.com/index.php/component/video?v=1BFuIAOtu4262
|
if i change it to this, the link works, but there's some extra words at the bottom of the video.
| Code: |
http://domain.com/index.php/video/video?v=1BFuIAOtu4262
|
is there an easy fix to the clean url problem without turning off clean url's and to get rid of that extra text?