Skip to content

Instantly share code, notes, and snippets.

View svmtracking's full-sized avatar

Michael L svmtracking

View GitHub Profile
@svmtracking
svmtracking / gstreamer.md
Created November 5, 2018 17:25 — forked from nebgnahz/gstreamer.md
Collections of GStreamer usages

Most GStreamer examples found online are either for Linux or for gstreamer 0.10.

This particular release note seems to have covered important changes, such as:

  • ffmpegcolorspace => videoconvert
  • ffmpeg => libav

Applying -v will print out useful information. And most importantly the negotiation results.

@svmtracking
svmtracking / README.md
Created July 14, 2017 03:18 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@svmtracking
svmtracking / Synology-Diskstation-Git.md
Created January 13, 2017 16:56 — forked from walkerjeffd/Synology-Diskstation-Git.md
Instructions for setting up git server on Synology Diskstation

Configure Synology NAS as Git Server

Instructions for setting up a git server on a Synology NAS with Diskstation. Specifically, I am using a DS414 with DSM 5.0.

Set Up User and Folder

  • Create user gituser via Diskstation interface (with File Station and WebDAV privilages)
  • Add new shared folder called git (located at /volume1/git) with read/write access for gituser and admin. This folder will hold all the repos.
  • Install Git Server package via Diskstation