This will be my last post.
Blog has moved to
http://svnpenn.github.com
That is all.
Steven’s Blog
March 17, 2012
January 14, 2012
Wget
:: for Windows :: use current date for filename wget -O %date%.atom --no-check-certificate https://gist.github.com/svnpenn.atom :: honor the content-disposition header when choosing filename wget --content-disposition --user-agent Mozilla/5.0 forum.aircrack-n g.org/index.php?action=dlattach;topic=11633.0;id=802
Links
askapache.com/dreamhost/wget-header-trick.htmlosdir.com/ml/bug-wget-gnu/2009-05/msg00008.html
January 10, 2012
Adobe HTTP Dynamic Streaming
The f4fpackager is a command line tool available for Windows and Linux that you use to convert your source media files into the necessarily-fragmented files required for streaming. You can get the packager for free on its own, or use the version that ships within Flash Media Server 4.0 and up. The process is fairly simple and quick-much faster than encoding the source files to begin with! To run the packager in Windows, at the command line, “cd” into your Flash Media Server or Apache web server installation’s “tools\f4fpackager” folder. From here, easily run the packager by simply typing “f4″ (then Tab), and let the command window auto-complete your prompt to launch f4fpackager.exe.
smoothstreaming.code-shop.com/trac/wiki/Mod-Smooth-Streaming-IIS7
stackoverflow.com/questions/6609871/dynamic-http-streaming-f4fpackage-tool-lost-beginning-of-video
unified-streaming.com/support/documentation/mp4split-documentation
Links
realeyes.com/blog/2011/07/27/http-dynamic-streaming-part-1-an-introductionsmoothstreaming.code-shop.com/trac/wiki/Mod-Smooth-Streaming-IIS7
stackoverflow.com/questions/6609871/dynamic-http-streaming-f4fpackage-tool-lost-beginning-of-video
unified-streaming.com/support/documentation/mp4split-documentation
January 9, 2012
Set default program for opening files without an extension
:: If you leave out the %1 it will just open a blank notepad ftype no_ext=notepad "%1" assoc .=no_ext
Links
superuser.com/questions/13653/how-to-set-the-default-program-for-opening-files-without-an-extension-in-windows
Subscribe to:
Posts (Atom)