From d726ac3c2e267ab1e1042384e878293b582ff5ae Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Mon, 18 Mar 2013 21:31:53 -0400 Subject: [PATCH] added readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 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. -- 2.30.2