Skip to content

Instantly share code, notes, and snippets.

View okedialf's full-sized avatar

Alfred Okedi okedialf

View GitHub Profile
@okedialf
okedialf / apiManager.js
Created July 26, 2021 11:53
Singleton Api Axios
// import {AsyncStorage} from 'react-native';
// import Echo from 'laravel-echo';
import io from 'socket.io-client';
import AsyncStorage from '@react-native-community/async-storage';
import RNRestart from 'react-native-restart';
import UserManager from '../user/UserManager';
// import _ from 'lodash';
const Config = require('../../../env.json');
@okedialf
okedialf / README.md
Created September 23, 2019 22:33 — forked from mrbar42/README.md
bash scripts to create VOD HLS stream with ffmpeg almighty (tested on Linux and OS X)

running:

bash create-vod-hls.sh beach.mkv

will produce:

    beach/
      |- playlist.m3u8
 |- 360p.m3u8