Skip to content

Instantly share code, notes, and snippets.

@liuweiky
liuweiky / ovs-cheat.md
Created October 30, 2023 12:09 — forked from djoreilly/ovs-cheat.md
OVS cheat sheet

DB

ovs-vsctl list open_vswitch
ovs-vsctl list interface
ovs-vsctl list interface vxlan-ac000344
ovs-vsctl --columns=options list interface vxlan-ac000344
ovs-vsctl --columns=ofport,name list Interface
ovs-vsctl --columns=ofport,name --format=table list Interface
ovs-vsctl -f csv --no-heading --columns=_uuid list controller
ovs-vsctl -f csv --no-heading -d bare --columns=other_config list port
@liuweiky
liuweiky / ffmpeg-dash.html
Created October 27, 2021 10:07 — forked from CharlesHolbrow/ffmpeg-dash.html
Simple example of using live streaming audio video with dash.js and ffmpeg
<!DOCTYPE html>
<html lang='`en'>
<head>
<meta charset='utf-8'/>
<title>Audio only stream example</title>
<script src='https://cdn.dashjs.org/latest/dash.all.min.js'></script>
<style>
video {