├── .gitignore ├── 0000-template.md ├── LICENSE ├── README.md └── proposals ├── 0007-live-edge.md └── 0010-stream-type.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/video-dev/media-ui-extensions/HEAD/.gitignore -------------------------------------------------------------------------------- /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/video-dev/media-ui-extensions/HEAD/0000-template.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/video-dev/media-ui-extensions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/video-dev/media-ui-extensions/HEAD/README.md -------------------------------------------------------------------------------- /proposals/0007-live-edge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/video-dev/media-ui-extensions/HEAD/proposals/0007-live-edge.md -------------------------------------------------------------------------------- /proposals/0010-stream-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/video-dev/media-ui-extensions/HEAD/proposals/0010-stream-type.md --------------------------------------------------------------------------------