Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

ConnorRigby/noven

Repository files navigation

Noven

Example stream commands

Stream a v4l device w/ native h264 encoding

gst-launch-1.0 -v v4l2src ! video/x-h264, stream-format=byte-stream, alignment=au, width=1920, height=1080, pixel-aspect-ratio=1/1, framerate=30/1 ! rtph264pay pt=96 ! udpsink host=127.0.0.1 port=5000
gst-launch-1.0 -v v4l2src ! video/x-raw ! x264enc ! rtph264pay pt=96 ! udpsink host=127.0.0.1 port=5000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published