From: Dylan Lloyd Date: Tue, 19 Mar 2013 01:31:53 +0000 (-0400) Subject: added readme X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=d726ac3c2e267ab1e1042384e878293b582ff5ae;p=fvlc.git added readme --- 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.