Would you check user uploaded videos against a copyrighted "do not use" list if you could?
Collapse
X
-

For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)
All models are wrong, but some are useful. George E.P. Box. p202Comment
-
Sorry, I didn't answer this second part at the time as I got caught up in something else....Just for thought, on a forum I run it has a spam service you can connect to, and based on the code returned (0, 1, 2, 3, 4) you configure how you want it to respond.
Code 0 means that the request could not be processed by the spam service, due to an out of date license key or other technical issue.
Code 1 is sent if the spam service determines that the account is unlikely to be spam.
Code 2 is sent by the service if the account is possibly spam
Code 3 is sent by the service if the account is likely spam
Code 4 is sent by the service if the account is a known spammer
Options are:
- Proceed with registration
- Flag as spammer
- Register account, but mark it banned
Seemed like a pretty good way to deal with a restriction system, whether for spam or blacklist/whitelist, users, etc..
Yes, indeed, but this would be the cms author's job, not mine. I have my own cms in the works, which is interested only in secure streaming and won't touch user-uploads. It is for a different market niche, so things like this would need to be added by those that cater to the tube cms market.
But, first thing's first - if I can get this idea off the ground it will be a giant leap in the right direction, but trying to move this lot is like trying to drive a Prosche out of wet concrete

For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)
All models are wrong, but some are useful. George E.P. Box. p202Comment
-
Right, but you'd be returning the codes so I thought it could be an improvement if you returned more than just a yes or no. Factors like if pixel size matched, byte size matched, fingerprint matched, or whatever kind of variables are worth taking into consideration for the cms or developer to find useful.- Free Premium Domain Lists and Tools at Clickmojo.com
- For Sale: Obscenity.com
Comment
-
This is kind of what k0nr4d was alluding to higher up - trust me, a match is pretty much a match. The only variable that comes into play is query movie length. A match can be made on anything > 10 seconds. But match a 10 second clip to a db of hundreds of thousands of 30minute movies and your false positive rate goes up *ONLY* if the real movie is not in the db. If it's in there, the real movie will *always* come out on top.Right, but you'd be returning the codes so I thought it could be an improvement if you returned more than just a yes or no. Factors like if pixel size matched, byte size matched, fingerprint matched, or whatever kind of variables are worth taking into consideration for the cms or developer to find useful.
When the query clip though is unique and not in the db, and the query clip is small (< 1 min), *then* there is the chance of false positives. It must be said, anything > a few minutes will not generate a false positive (in my tests), but to be 100% sure, and to add a scoring system to the results, I would need a db of true negatives to make the script learn from. For this, the true negative db needs to be at least 1% the size of the positive db. I have a negative dataset, but it's from youtube and so it's pretty pathetic in a real world of pron vids, but the capability is there so yes, I'll look at it. Shit, if needs be, I can just use the tubes db and randomly pick out some to use for training. Suffice it to say, the bigger the negative dataset, the higher the confidence ;)
--edit and to add to that 'suffice it to say', throw a positive into that sea of negatives and the whole thing crumbles (hence why I used youtube for my negative dataset in testing)
All stuff for me to worry about, not you guys
--edit x2
To be clear, the only thing being sent is the fingerprint, so only that can match... the fingerprint contains all the info to match along with video metadata.Factors like if pixel size matched, byte size matched, fingerprint matched, or whatever kind of variables are worth taking into consideration for the cms or developer to find useful.Last edited by borked; 02-19-2012, 11:42 AM.
For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)
All models are wrong, but some are useful. George E.P. Box. p202Comment
-
you can't TOS away legal liabilities (ie anti discrimination, censorship etc).
ask eharmony about that (http://www.reuters.com/article/2007/...22132120070531)
youtube automated process is insured, if a bogus takedown happens, the insurance covers the liablity.
If your solution is not insured, just trust me it will be ok,
then you would have to be a world class moron to give up the 100% safety of safe harbor for this solution.Comment
-
yes you can..
i can just see the headlines now..
" man awarded millions because his home videos of himself jerking off were not allowed on a popular adult video site"
hatisblack at yahoo.comComment
-
so why did eharmony lose their case then
if you can simply tos away legal liabilities they could have simply put in their tos we don't support same sex dating and they would have won.
i can just see the headlines now..
" man awarded millions because his home videos of himself jerking off were not allowed on a popular adult video site"
the whole arguement of the case is that they DIDN't follow the takedown process.
Which is exactly what using this type of service would be.Comment
-

For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)
All models are wrong, but some are useful. George E.P. Box. p202Comment
-
The megaupload principals would not be in jail today if they had used something like this. Safe harbor simply isn't anything like 100%. If it were, youtube wouldn't have developed and be using a similar system. We can agree the folks at youtube know what they are doing, right? They are paying the cost to run their system (and the cost to insure it) because checking the "do not post" list protects them.
Come to think of it, has there been a case yet that safe safe harbor, designed for ISPs, applies to tubes at all? A tube site's lawyer would certainly argue that it SHOULD apply, but has any court ruled that it DOES? Youtube doesn't appear to be confident that it does.Last edited by raymor; 02-20-2012, 02:37 AM.For historical display only. This information is not current:
support@bettercgi.com ICQ 7208627
Strongbox - The next generation in site security
Throttlebox - The next generation in bandwidth control
Clonebox - Backup and disaster recovery on steroidsComment
-
How this hurts safe harbour I really don't see to be honest. It's still user uploads, it's still not manually inspected (and if the TOS on a site states that you can only upload if you are the IP owner or have rights to do so, then the site is assuming the users are not violating the terms of service), and you are applying a filter to look for copyrighted content. This could probably even be used as a defense that you made the best effort possible to filter content.Mechanical Bunny Media
Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web DevelopmentComment
-
Comment
-
from DMCA safe harbor (thanks Allison):
The tube software author and tube owner can cover 1A+B512i
i) Conditions for Eligibility.—
(1) Accommodation of technology.— The limitations on liability established by this section shall apply to a service provider only if the service provider—
(A) has adopted and reasonably implemented, and informs subscribers and account holders of the service provider’s system or network of, a policy that provides for the termination in appropriate circumstances of subscribers and account holders of the service provider’s system or network who are repeat infringers; and
(B) accommodates and does not interfere with standard technical measures.
(2) Definition.— As used in this subsection, the term “standard technical measures” means technical measures that are used by copyright owners to identify or protect copyrighted works and—
(A) have been developed pursuant to a broad consensus of copyright owners and service providers in an open, fair, voluntary, multi-industry standards process;
(B) are available to any person on reasonable and nondiscriminatory terms; and
(C) do not impose substantial costs on service providers or substantial burdens on their systems or networks.
I think this thread (tube users) and the other thread (content owners) cover 2A,
This being a free service covers 2B
and the agreed hosting provider for the service will cover 2C
all bases covered no?Last edited by borked; 02-20-2012, 12:30 PM.
For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)
All models are wrong, but some are useful. George E.P. Box. p202Comment
-
I would agree, this wouldn't open you up to any liability as long as it was automated. If this was actually brought to court it would show a good faith effort to follow the spirit of the law which is the opposite of what Gideon usually argues, that being following the letter of the law but knowingly violating the spirit of it.
But why would a false positive even result in legal action? A user doesn't have a civil right that entitles them to have their uploaded porn video displayed on a privately owned tube. Nothing in the original post talks about taking legal action when a video is flagged. So false positives have no place in this discussion.
This is NOT a censorship issue. Not allowing a user uploaded video to be displayed on a privately owned tube is not a free speech, censorship, or discrimination issue. You can use the TOS to say that anyone agreeing to use the tube understands their video is subject to automated approval before being displayed or not.
There is no liability for false positives and the eHarmony suit has no relevance here. Sexual orientation is a protected class in many states, that's why eHarmony choosing to refuse gays or lesbians was violation of state law and not something they could legally deny via a TOS.Last edited by mynameisjim; 02-20-2012, 12:32 PM.jim (at) amateursconvert . com Amateurs ConvertComment


Comment