soaivu / clipbucket

Automatically exported from code.google.com/p/clipbucket
0 stars 0 forks source link

Only admins can view videos #412

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Users cannot view any videos, even their own.(They're not appearing)
2. Only those who have admin access privileges can view the videos

What is the expected output? What do you see instead?
    Users should see the uploaded videos.
    They don't.

What version of the product are you using? On what operating system?
    I'm using clipbucket 2.6 stable version. On Ubuntu 12.04.

Please provide any additional information below.
    The videos' permissions allow everyone to see the videos. They're not protected or something. However, the users cant see videos uploaded from other users, or even the videos they upload themselves.

Original issue reported on code.google.com by perha...@gmail.com on 14 Jul 2013 at 1:36

GoogleCodeExporter commented 8 years ago
any tips?

Original comment by perha...@gmail.com on 21 Jul 2013 at 6:28

GoogleCodeExporter commented 8 years ago
Same issue using Turnkey Linux iso (http://www.turnkeylinux.org/clipbucket - 
Debian based). User never see videos they upload in their video list. When 
logged on as admin user videos are available.

Original comment by ken.i...@gmail.com on 10 Aug 2013 at 7:41

GoogleCodeExporter commented 8 years ago
Please provide website url and your admin area user details

Original comment by fawaz...@gmail.com on 20 Aug 2013 at 7:36

GoogleCodeExporter commented 8 years ago
Issue 413 has been merged into this issue.

Original comment by fawaz...@gmail.com on 20 Aug 2013 at 11:54

GoogleCodeExporter commented 8 years ago
so...? what can we do to fix this? please help :S

Original comment by perha...@gmail.com on 5 Sep 2013 at 10:34

GoogleCodeExporter commented 8 years ago
I sent you an email with url and admin area/user details

Original comment by perha...@gmail.com on 5 Sep 2013 at 10:35

GoogleCodeExporter commented 8 years ago
I am having the same problem.  Any resolve to this?

Original comment by lukesant...@gmail.com on 10 Sep 2013 at 5:28

GoogleCodeExporter commented 8 years ago
I'm also having this issue... Running on Freebsd 9.1 with current versions of 
ffmpeg, and flvtool2 via ports... I've noticed that the new video created in 
/files/videos has permission set to 644... To my understanding, everything in 
/files should be 777...?

Original comment by Wrec...@gmail.com on 1 Oct 2013 at 9:04

GoogleCodeExporter commented 8 years ago
Doing more digging - the video does convert, but "Injecting MetaData using 
FLVtool2" fails so the converting process does not update to a status of 
successfull... after it says upload has completed, i can go to edit video 
option and change status to successfull then public and users are able to see 
and play the video with audio... i've tried changing the permissions on the new 
video to 777, and tried changing the broadcast option to private then back to 
public with no difference... will keep digging, any assistance is greatly 
appreciated...

Original comment by Wrec...@gmail.com on 1 Oct 2013 at 9:37

GoogleCodeExporter commented 8 years ago
hmmm, i've tryed disabling the "Injecting MetaData using FLVtool2" feature and 
no errors or any log for MetaData showed up in the conversion log... but the 
status will not automatically change to Successfull... so i re-enabled the 
"Injecting MetaData using FLVtool2" and installed flvtool++... that solved my 
MetaData errors, but still will not change to a Successfull status even though 
there are no errors in the conversion log... the public or standard viewers can 
not see the videos til status reports "Successfull"...

Original comment by Wrec...@gmail.com on 1 Oct 2013 at 11:56

GoogleCodeExporter commented 8 years ago
ok, i got it to work using "cron jobs"...
first - i went to Manage Plugins in the admin area and installed the Clipbucket 
Helper... this gave me the info and paths needed for cron settings...
second - i added the settings to the system crons using "crontab -e" command at 
a command prompt via ssh... i had to specify the location for php, being 
"usr/local/bin/php -q /usr/local/www/apache22/data/actions/video_convert.php 
>/dev/null 2>&1"... 
third - goto upload and conversions area of clipbucket admin area and turn on 
"Use Crons"...
this does not fix the videos that were already uploaded, but corrected the 
problem for new videos uploaded...

Original comment by Wrec...@gmail.com on 1 Oct 2013 at 10:50

GoogleCodeExporter commented 8 years ago

Original comment by zomail...@gmail.com on 17 Jan 2014 at 7:42