Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 14, 2021 14:04
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 r-ryantm/c03e9ffaa8e96ac570d614371e7ed774 to your computer and use it in GitHub Desktop.
Save r-ryantm/c03e9ffaa8e96ac570d614371e7ed774 to your computer and use it in GitHub Desktop.
/nix/store/5b31am7w3ni39kz8wjc59hiymb6qiw4d-mediastreamer2-4.4.33
├── bin
│   ├── mediastream
│   ├── mediastreamer2_tester
│   └── mkvstream
├── include
│   └── mediastreamer2
│   ├── allfilters.h
│   ├── android_utils.h
│   ├── bitratecontrol.h
│   ├── bits_rw.h
│   ├── box-plot.h
│   ├── devices.h
│   ├── dsptools.h
│   ├── dtls_srtp.h
│   ├── dtmfgen.h
│   ├── flowcontrol.h
│   ├── formats.h
│   ├── ice.h
│   ├── mediastream.h
│   ├── msasync.h
│   ├── msaudiomixer.h
│   ├── mschanadapter.h
│   ├── mscodecutils.h
│   ├── mscommon.h
│   ├── msconference.h
│   ├── msequalizer.h
│   ├── mseventqueue.h
│   ├── msextdisplay.h
│   ├── msfactory.h
│   ├── msfileplayer.h
│   ├── msfilerec.h
│   ├── msfilter.h
│   ├── msgenericplc.h
│   ├── msinterfaces.h
│   ├── msitc.h
│   ├── msjava.h
│   ├── msjpegwriter.h
│   ├── msmediaplayer.h
│   ├── msogl_functions.h
│   ├── msogl.h
│   ├── mspcapfileplayer.h
│   ├── msqrcodereader.h
│   ├── msqueue.h
│   ├── msrtp.h
│   ├── msrtt4103.h
│   ├── mssndcard.h
│   ├── ms_srtp.h
│   ├── mstee.h
│   ├── msticker.h
│   ├── mstonedetector.h
│   ├── msudp.h
│   ├── msutils.h
│   ├── msv4l.h
│   ├── msvaddtx.h
│   ├── msvideo.h
│   ├── msvideoout.h
│   ├── msvideopresets.h
│   ├── msvideoqualitycontroller.h
│   ├── msvolume.h
│   ├── mswebcam.h
│   ├── qualityindicator.h
│   ├── rfc3984.h
│   ├── stun.h
│   ├── upnp_igd.h
│   ├── x11_helper.h
│   └── zrtp.h
├── lib
│   ├── libmediastreamer.so -> libmediastreamer.so.11
│   └── libmediastreamer.so.11
├── nix-support
│   └── propagated-build-inputs
└── share
├── images
│   └── nowebcamCIF.jpg
├── Mediastreamer2
│   └── cmake
│   ├── Mediastreamer2Config.cmake
│   ├── Mediastreamer2ConfigVersion.cmake
│   ├── Mediastreamer2Targets.cmake
│   └── Mediastreamer2Targets-release.cmake
└── mediastreamer2_tester
├── raw
│   ├── h265-iframe
│   └── h265-parameter-sets-frame
├── scenarios
│   ├── audio-80-75-0c60.pcapng
│   ├── audio-80-75-0f35c95f120.pcapng
│   ├── firstvalid.pcapng
│   ├── h264_missing_pps_in_second_i_frame.pcap
│   ├── h264_one_nalu_per_frame.pcap
│   ├── h264_one_nalu_per_frame_with_corrupted_idr.pcap
│   ├── opus-edge-congestion20_60_40.pcapng
│   ├── opus-poor-quality.pcapng
│   ├── pcmu_8k_no_jitter.pcap
│   ├── poor_jitter_quality_22_filter.pcapng
│   ├── poor_jitter_quality_22.pcapng
│   ├── rtp-120late-1000total.pcapng
│   ├── rtp-240late-2000total.pcapng
│   ├── rtp-534late-24loss-7000total.pcapng
│   ├── rtp-60late-500total.pcapng
│   ├── secondvalid.pcapng
│   ├── video-160-0-0a5f30.pcapng
│   ├── video-160-120-0f20c60.pcapng
│   └── video-160-90-0a5c30.pcapng
└── sounds
├── arpeggio_8000_mono.wav
├── bird_44100_stereo.wav
├── chimes_48000_stereo.wav
├── hello16000-1s.wav
├── hello16000.wav
├── hello8000-1s.wav
├── hello8000.wav
├── hello_opus.mka
├── hello_pcmu.mka
├── laserrocket_16000_mono.wav
├── nylon_48000_mono.wav
├── owl_44100_mono.wav
├── piano_8000_stereo.wav
├── punch_16000_stereo.wav
├── sintel_trailer_opus_h264.mkv
├── sintel_trailer_opus_vp8.mkv
├── sintel_trailer_pcmu_h264.mkv
├── test_silence_voice_16000.wav
├── test_silence_voice_32000.wav
├── test_silence_voice_44100.wav
├── test_silence_voice_48000.wav
└── test_silence_voice_8000.wav
13 directories, 114 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment