Skip to content

Instantly share code, notes, and snippets.

@Epiclemonaid
Epiclemonaid / gist:1d9d498ed93b7bf546587e73c2ad8690
Created November 23, 2019 19:47
gstreamer elgato capture card log out put
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
Framerate set to : 60 at NvxVideoEncoderSetParameterNvMMLiteOpen : Block : BlockType = 4
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
H264: Profile = 66, Level = 40
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080, framerate=(fraction)7013/117, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)bt709, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080, framerate=(fraction)7013/117, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)bt709, interlace-mode=(string)progressive
/GstPipeline:pipeline0/Gstnvvconv:nvvconv0.GstPad:src: caps = video/x-raw(memory:NVMM), width=(int)1280, height=(int)720, framerate=(fraction)7013/117, pixel-aspect-ratio=(fraction)1/1, interlace-mode
package main
import (
"bufio"
"fmt"
"log"
"os"
"regexp"
"strings"
)
network:
site: "1"
gateway: 10.1.20.1
ip_env: "20"
dns:
priv1: 10.2.3.128
priv2: 10.2.3.129