1. Store
  2. Apps
  3. Hardware
  4. Support
  5. Solutions

ClearFoundation

Forums
Welcome, Guest
ClearOS blocking your video. Try these useful tips
(1 viewing) 1 Guest
Go to bottomPage: 1
TOPIC: ClearOS blocking your video. Try these useful tips
#27409
ClearOS blocking your video. Try these useful tips 2 Years ago  
To find elusive reasons why video may not come up, the following two commands should show you why.

tail -f /var/log/dansguardian-av/access.log
tail -f /var/log/squid/access.log

(use ctrl+c to stop the tail)

You may get blocked by the content filter while attempting to view some video. One common provider can cause this. For example, if you use Netflix you may get an error and need to bypass the whole domain for something like the video server for your account (netflix143.as.pop3.nflximg.com.edgesuite.net) in the web proxy.

Some sites will use a 3rd party provider called Brightcove. By exempting Brightcove.com in the ClearOS content filter you will be able to get to some of these sites.

For example, some of the following sites use Brightcove:

* Broadcasters
* A&E Television Networks
* British Sky Broadcasting
* Canoe TV - Quebecor
* Channel 4 Print Case Study
* Discovery Communications
* Discovery Networks Germany
* Disney Buena Vista Television
* Five
* Fox International
* Fuse
* ITV
* Jewish Television Network
* Lifetime Networks
* LXTV
* Marvel Entertainment
* Minnesota Public Radio Blog Case Study
* NRK
* Rainbow Media
* Rogers Sportsnet
* Showtime Networks Video Case Study
* Simply Media
* Sky Deutschland
* Sky Italia
* Smithsonian Networks
* Sony Pictures Television International
* SPOX.com
* Starz Entertainment
* STV
* The Weather Channel
* Turner Broadcasting
* TVO.org Print Case Study
* UKTV
* Virgin Media Television
* Weather Channel Interactive

* Businesses and Organizations
* AARP
* Academy of Television Arts & Sciences
* Accuweather
* Addleshaw Goddard
* Adventist Healthcare
* AFL-CIO
* American Association of State Highway and Transportation Officials (AASHTO)
* American Family Insurance
* American Federation of Teachers
* American Institute of Certified Public Accountants
* American Standard Print Case Study
* Anti-Defamation League
* AOL
* Asia Foundation
* Betawave
* Beth Israel Deaconess Medical Center
* British Academy of Film & Television Arts Print Case Study
* Broadway.com
* Careerbuilder.com Print Case Study
* Carnival Cruise Lines
* Cars.com
* Cheil Worldwide Print Case Study
* Chicago School of Professional Psychology
* Chipotle Mexican Grill
* Christopher & Dana Reeve Foundation
* Chubb Group of Insurance Companies
* Church of Jesus Christ of Latter-Day Saints (LDS)
* Citrix
* City Search
* Citywire
* Cleveland Golf
* Commonwealth Secretariat Print Case Study
* Corporate Disk
* Council on Foreign Relations
* Cypress Semiconductor
* Dannon Company
* Daryn Kagan
* Diageo North America
* dLife
* Drum Corps International Print Case Study
* Experimental Aircraft Association
* Express
* FindLaw
* Full Tilt Poker
* Futek Print Case Study
* Gaiam
* GEC
* General Motors
* Genzyme
* Gerald R. Ford School of Public Policy
* HarperCollins Publishers
* Health Guru
* HealthiNation
* Henry J. Kaiser Family Foundation
* Hoover / Milepost Productions Blog Case Study
* IAC
* ICPlaces
* International Academy of Television Arts & Sciences
* Intuit
* Kauffman Foundation
* Kohler
* Liberty Medical
* Manchester City Football Club
* Master Lock
* McKesson
* Merrill Lynch
* Morningstar
* National Association of Realtors
* National Automobile Dealers Association
* National Collegiate Scouting Association
* Nestle Purina
* Ocean Spray Blog Case Study
* Old Mutual
* Philips
* Reebok
* Rhode Island School of Design Print Case Study
* Royal Opera House
* Sadler's Wells Theatre
* San Diego Zoo Print Case Study
* San Francisco Ballet Blog Case Study
* Scholastic
* Seagate Technology
* Sears Holding Corporation
* Simon & Schuster
* Singlemalt.tv
* Society of Petroleum Engineers
* Staples
* Stop & Shop Video Case Study
* Sun Microsystems Print Case Study
* Sundance Institute
* Tate Online Print Case Study
* The Heritage Foundation
* Ticketmaster
* TQMadrid
* TradeKing
* Tribeca Film Festival
* Tuenti
* U.S. Army
* U.S. Department of State
* University of Colorado
* University of Oklahoma
* Vail Resorts Print Case Study

* Magazine Publishers
* 1to1 Media
* American Express Publishing Corp
* American Media
* Atlantic Media
* Bauer Consumer Media
* Bonnier Corporation
* Condé Nast
* Congressional Quarterly
* Consumers Union
* Crain Communications
* De Agostini Editore
* Discover Magazine
* Emap
* Farmer's Almanac
* Gruner and Jahr
* Grupo V
* Hachette Filipacchi Netherlands
* Hachette Filipacchi UK
* Hachette Filipacchi USA
* Haymarket Media Group
* Hearst Magazines
* IDG
* iMedia Communications
* IPC
* Jupitermedia Corp / Web Media Brands
* Kelley Blue Book
* Kiplinger Washington Editor
* M. Shanken Communications
* Mansueto Ventures
* MCC Magazines
* MediaPost
* National Magazine Company
* Newsweek
* Nielsen Business Media Print Case Study
* Orange Page net
* Reader's Digest
* Reed Elsevier
* Rodale
* Rogers Publishing
* Scientific American
* Smart Money
* Streaming Media
* Technology Review
* The Boston Phoenix
* Time Inc.
* United Business Media
* World Politics Review
* World Screen
* Ziff Davis Enterprise

* Music Labels
* Cherry Red Records
* Sony BMG Australia
* Sony Music Canada
* Sony Music Entertainment
* Sony Music France
* Sony Music Germany
* Sony Music Italy
* Sony Music Spain
* Sony Music Switzerland
* Sony Music UK
* Suretone
* Universal Music Australia
* Universal Music Canada
* Universal Music Group
* Universal Music Group International
* Warner Music Group
* Warner Music International

* Newspaper Publishers
* Abu Dhabi Media
* Al Nisr Publishing
* Associated Northcliffe
* Axel Springer
* Capitol Hill Publishing
* Capitol News Company
* Cox Newspapers
* Express and Star
* Freedom Communications Print Case Study
* Grupo Godo
* Grupo Vocento
* Guardian News & Media
* Hearst Communications
* Huffington Post
* Johnston Press
* MediaNews Group
* Mirror Group Newspapers
* New York Times Co.
* New York Times Regional Newspapers
* OMS Print Case Study
* Philly.com
* Register-Guard
* St. Petersburg Times
* Sun Media
* Times Online
* Tribune Total Media
* Washingtonpost.Newsweek Interactive
* Winnipeg Free Press
* ZEIT ONLINE
Dave Loper
ClearFoundation
Posts: 683
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/04/28 20:43 By dloper.
The administrator has disabled public write access.
 
#27585
Re: ClearOS blocking your video. Try these useful tips 2 Years ago  
To make it a bit easier to digest (as the logs grow pretty quickly!) I also show only entries which have been denied

Code:

tail -f /var/log/dansguardian-av/access.log | grep DENIED

Tim Burgess
Moderator
Posts: 5802
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#32592
Re:ClearOS blocking your video. Try these useful tips 1 Year, 8 Months ago  
How would one modify ClearOS settings to access site using www.brightcove.com type video hosting? Gateway > Content Filter > Site List > then add brightcove.com to the Exception Site List (white list)?

As I did this and still found it not working unless the Content Filter was turned off. Humm.

Thank you in advance for your reply!

Michael Proper
Michael Proper
Admin
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
Michael Proper
CEO :: www.clearcenter.com
CHAIRMAN :: www.clearfoundation.com
SCHEDULE :: tungle.me/michaelproper
SKYPE :: michael.proper
OFFICE :: 801.851.5556
US CELL :: 801.361.6453
NZ CELL :: 027.645.3009
 
#32636
Re:ClearOS blocking your video. Try these useful tips 1 Year, 8 Months ago  
Hi Michael!


You can try one of the following to find out which site is being blocked.

1. Using the command line:

grep <your ip address here> /var/log/dansguardian-av/access.log | grep DENIED

That will print all of the lines in the content filter's log where your IP address has been denied access to a site.

2. Using the ClearOS Webconfig:

Go to Reports > System > Logs
Choose the dansguardian-av/access.log.
Type "DENIED" in all caps in the Filter field (without the quotation marks).
Check the box to "Show Full Line" display.
Click the Display button.

That will only show you all of the sites that have been denied by the content filter so you'll have to search on the page for your IP address. Looking for a match in the timestamps makes the search quicker as well.

Also, be sure to enter the domain name only and not the entire site name in the Exception Site List.

I hope that helps.

Alex
Alex
Senior Boarder
Posts: 62
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/09/19 19:08 By clearosnerd.
The administrator has disabled public write access.
entrepreNerd
Nerds On Site
--
I live to serve
 
Go to topPage: 1
  get the latest posts directly to your desktop