added readme master
authorDylan Lloyd <dylan@dylansserver.com>
Tue, 19 Mar 2013 01:31:53 +0000 (21:31 -0400)
committerDylan Lloyd <dylan@dylansserver.com>
Tue, 19 Mar 2013 01:31:53 +0000 (21:31 -0400)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..c8a2b2b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+redirect pentadactyl (firefox) videos to vlc
+============================================
+
+Some streaming videos come packaged in miserable .swf containers that ruin the movie experience. This bash script uses `tcpdump` to listen for the real video stream connection made, and then reopens the stream in VLC.
+
+It's extra cool with [pentadactyl](http://5digits.org/pentadactyl/) or any other plugin that allows you to bind code to browser events. Add a URL listener for websites that you'd prefer to serve video through VLC, starting this script and closing or muting the original tab.
+
+Root privileges are needed to listen to to the network.