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
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
| wget https://github.com/bitcoin/bitcoin/archive/v0.9.3.tar.gz | |
| tar xvzf v0.9.3.tar.gz | |
| mv bitcoin-0.9.3/ daemon/ | |
| apt-get install build-essential libtool autotools-dev autoconf libssl-dev libboost-all-dev pkg-config | |
| # Get configure | |
| ./autogen.sh | |
| # Enable hardening is more secure |
To be able to use PHP5 PDO with MS Access mdb files the following is required
(the same applies for the PHP4 style of using odbc_X except for the
obviously PDO specific requirements):
In Linux this is achieved by intalling the php5-odbc package: