Restricts and Limiting Video Streaming with Mikrotik
Monday, June 18, 2012
1
comments
If you have a proxy server, you can
restrict video streaming access using access control list or using
contents filtering program such as squidGuard, DansGuardian, etc. But
there are many websites with embedded video that has not been filtered
yet. Mikrotik can help you overcome this problem and restrict access to
embedded streaming video with ease.
- Restrict bandwidth usage for embedded video streaming
You
can use the following script to limit bandwidth usage for sites that
embedding video streaming such YouTube, Metacafe, Tube8, etc. I’m
personally already tested this script and works fine.
The
scenario is using mikrotik built-in Layer7 Protocol to detects embedded
video streaming on any websites, marking the data packets, then
defining bandwidth limit using Simple Queue rule.
First, add a video content filter at Layer7 protocol:
- Blocking embedded video streaming with mikrotik
We
previously able to apply bandwidth restrictions for embedded streaming
video, how about block any embedded streaming videos so clients will not
able to play embedded video streaming. In this scenario, any websites
that is embedding streaming video can still be accessed and browsed as
usual, but when playing streaming video, it will not be in loaded at
all.
This useful when implemented at
the office environment, where users can browse internet, but cannot
watch video streaming at all :)
The scenario is similar as above, but with a little adjustment : all embedded video streaming packets will be dropped.
First, add a video content filter at Layer7 protocol:
Just
give a try : open any video on Youtube, and see what happens. All
videos should not able to loaded properly since the data packets is
dropped at mikrotik firewall.
(fazar.net)
(fazar.net)
1 comments:
what is the configuration if we want to allow some users to watch streaming video??
Post a Comment