Pastoid

Search Results

April 21, 2011 at 2:08 pm - View

Scott,thanks for writing in. To disable transcoding, you did change the correct setting when you changed "Optimize your videos for remote playback" to "Never". At that point, the ability to stream the movie will depend on the format, container type, and resolution/bitrate of the source video, the upload bandwidth from your home, and the ability of the client browser to play the movie. In your case, your Flip video is being recorded in h.264/MP4 at 60fps, which are both not supported natively by Chrome and Firefox. One test you can do is to uncheck the "Use HTML5 video if your browser supports it" option, which will force the web app to use the Flash player, which does support h.264. You should do this locally to make sure that bandwidth is not an issues. If this works, then you will need to look at the upload bandwidth out of your house, which is likely not as high as the bitrate of the source video, which the Flip MinoHD records at 8.6Mbps.

April 13, 2011 at 2:48 pm - View

-----BEGIN PGP MESSAGE----- Version: GnuPG v1.4.10 (GNU/Linux) hQIOA8kC8zoYDCWxEAgAsDopqZ2K3XTWDCIXWlpqkdwRZo39cdI9eYUpbXqmSUbB vCqO3KcsCX+MDz+S3x7XcxvsHEzrsJ9Ql5PPFlEwOctTmyPOj5jxtl4389s5obF9

April 13, 2011 at 2:39 pm - View

-----BEGIN PGP MESSAGE----- Version: GnuPG v1.4.10 (GNU/Linux) hQQOA6f1yGM9SbeMEA//aZjyp/6HXHkyvgrEwnl8zZmXypUQUMQ4OSFQuWV+x8kx ElWeVyEMZPHoixJyk82HR9yldsix9QJpApxhB7GvtjWYmPmO5in99GIUQb/6mE26

April 11, 2011 at 4:03 pm - View

shuffle = function(v){ for(var j, x, i = v.length; i; j = parseInt(Math.random() * i), x = v[--i], v[i] = v[j], v[j] = x); return v; }; dropkick = function(element) {

April 10, 2011 at 7:19 pm - View

--- jambo-formui.plugin.php +++ (clipboard) @@ -15,7 +15,7 @@ // require_once 'jambohandler.php';

April 7, 2011 at 3:17 am - View

addons.csv - View

type,description,name plugin,"Twitter avatar plugin",twitter_avatar plugin,"Removes Digg Bar frame.",habaridiggbarkiller plugin,"Display and manage a blogroll on your blog.",blogroll plugin,"Display music you listened recently on your blog.",audioscrobbler

page.gen.php - View

<?php set_time_limit(60); $page_output = ''; $users = Users::get(); $userid = $users[0]->id;

ddrescue output - View

Press Ctrl-C to interrupt Initial status (read from logfile) rescued: 0 B, errsize: 16384 B, errors: 1 Current status rescued: 0 B, errsize: 16384 B, current rate: 0 B/s

PostFormat - View

<?php class PostFormat extends Plugin { public function filter_post_content_out($out, $post)

PostFormat - View

<?xml version="1.0" encoding="utf-8" ?> <pluggable type="plugin"> <name>PostFormat</name> <license url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license>

PostFormat - View

<?php class PostFormat extends Plugin { public function filter_post_content_out($out, $post)

PostFormat - View

<?xml version="1.0" encoding="utf-8" ?> <pluggable type="plugin"> <name>PostFormat</name> <license url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license>

March 30, 2011 at 2:41 pm - View

SYSTEM INFORMATION PHP Version: 5.2.0-8+etch10 Server Software: Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 PHP/5.2.0-8+etch10 mod_ssl/2.2.3 OpenSSL/0.9.8c Database: mysql - 5.0.32-Debian_7etch5-log PHP Extensions: zip, xmlwriter, libxml, xml, wddx, tokenizer, sysvshm, sysvsem, sysvmsg, session, SimpleXML, sockets, soap, SPL, shmop, standard, Reflection, posix, mime_magic, mbstring, json, iconv, hash, gettext, ftp, filter, exif, dom, dba, date, ctype, calendar, bz2, bcmath, zlib, pcre, openssl, xmlreader, apache2handler, imagick, memcache, apc, curl, gd, imap, mcrypt, mhash, ming, mysql, mysqli, PDO, pdo_mysql, pdo_sqlite, ps, pspell, recode, snmp, SQLite, tidy, xmlrpc, xsl

March 30, 2011 at 2:33 pm - View

SYSTEM INFORMATION PHP Version: 5.3.3-1ubuntu9.3 Server Software: Apache/2.2.16 (Ubuntu) Database: mysql - 5.1.49-1ubuntu8.1 PHP Extensions: Core, date, ereg, libxml, openssl, pcre, zlib, bcmath, bz2, calendar, ctype, dba, dom, hash, fileinfo, filter, ftp, gettext, session, iconv, json, mbstring, apc, posix, Reflection, standard, shmop, SPL, soap, sockets, SimpleXML, exif, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xml, xmlreader, xmlwriter, zip, cgi-fcgi, Phar, curl, gd, imap, ldap, mcrypt, memcache, mysql, mysqli, PDO, pdo_mysql, pdo_sqlite, pspell, SQLite, sqlite3, tidy, mhash

March 23, 2011 at 5:28 pm - View

source authors { type = mysql sql_host = localhost

March 23, 2011 at 4:56 pm - View

$cl = new SphinxClient(); $cl->SetServer( "localhost", 9312 ); $cl->SetFieldWeights( array('title' => 70, 'subtitle' => 30) ); $cl->SetMatchMode( SPH_MATCH_EXTENDED2 ); $cl->SetLimits( 0, 20, 1000 );

March 17, 2011 at 3:45 pm - View

March 16, 2011 at 1:44 pm - View

public function filter_get_scopes($scopes) { $rules = RewriteRules::get_active(); $scopeid = 40000; foreach($rules as $rule) {

March 10, 2011 at 8:01 pm - View

def dupefinder(lister): '''Function to find first duplicate in a list; Variable to pass to this function should be of type "list" ''' listerdupe = sorted(lister) counter = 0

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151 · 152 · 153 · 154 · 155 · 156 · 157 · 158 · 159 · 160 · 161 · 162 · 163

<Hide