Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 6, 2019 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/ca7b1e98c7f78d16d14d3e2ae58b6628 to your computer and use it in GitHub Desktop.
Save ryantm/ca7b1e98c7f78d16d14d3e2ae58b6628 to your computer and use it in GitHub Desktop.
/nix/store/lpiy2hjmsf4ad4i21d22aqx5nr36f38r-srt-1.3.3
├── bin
│   ├── srt-ffplay
│   ├── srt-file-transmit
│   ├── srt-live-transmit
│   └── srt-tunnel
├── include
│   └── srt
│   ├── logging_api.h
│   ├── platform_sys.h
│   ├── srt4udt.h
│   ├── srt.h
│   ├── udt.h
│   └── version.h
├── lib
│   ├── libsrt.a
│   ├── libsrt.so -> libsrt.so.1
│   ├── libsrt.so.1 -> libsrt.so.1.3.3
│   ├── libsrt.so.1.3.3
│   └── pkgconfig
│   ├── haisrt.pc
│   └── srt.pc
└── lib64 -> lib
6 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment