Direct copy of pre-encoded file:
$ ffmpeg -i filename.mp4 -codec: copy -start_number 0 -hls_time 10 -hls_list_size 0 -f hls filename.m3u8
Player State Machine* | |
Grounded* | |
jump -> Airborne | |
fall -> Airborne | |
Idle* | |
Moving | |
Airborne |
Player State Machine* | |
Grounded* | |
jump -> Airborne | |
fall -> Airborne | |
Idle* | |
Moving | |
Airborne |
Player State Machine* | |
Grounded* | |
jump -> Airborne | |
fall -> Airborne | |
Idle* | |
move -> Moving | |
Moving | |
stop -> Idle |
Direct copy of pre-encoded file:
$ ffmpeg -i filename.mp4 -codec: copy -start_number 0 -hls_time 10 -hls_list_size 0 -f hls filename.m3u8
map $http_origin $allow_origin { | |
default ""; | |
"~^https?://(?:[^/]*\.)?(stevebuzonas\.(?:com|local))(?::[0-9]+)?$" "$http_origin"; | |
} | |
map $request_method $cors_method { | |
default "allowed"; | |
"OPTIONS" "preflight"; | |
} |
The following resources have identical contents, but are served from different URLs. Serve these resources from a consistent URL to save 1 request(s) and 67.3KiB. => same image should reuse instead of uploading with different name
Optimize the following images to reduce their size by 76.0KiB (5% reduction).
I hereby claim:
To claim this, I am signing this object:
<?php | |
// https://magento.stackexchange.com/questions/159346/magento-2-add-custom-extesion-html-file-in-shipping-method-block | |
// http://oyenetwork.com/articles/magento2-devliery-date-module-creation-from-scratch/ | |
public function getShippingData($quoteId) | |
{ | |
return [ | |
[ | |
'calendar_type' => 'ONLINE', | |
'date' => '22/03/2016', |
Homebrew build logs for mcuadros/hhvm/hhvm on Mac OS X 10.11.5 | |
Build date: 2016-07-22 01:56:49 |
/.idea | |
/app/etc/env.php | |
/app/etc/redis.php | |
/pub/media/* | |
!/pub/media/.htaccess | |
/pub/media/catalog/* | |
!/pub/media/catalog/.htaccess | |
/pub/media/customer/* |