archive

command
v0.0.0-...-2ebff51 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2022 License: MIT Imports: 12 Imported by: 0

README

Instructions

Install required codecs

In this example, we'll be using x264 as our video codec. Therefore, we need to make sure that these codecs are installed within our system.

Installation steps:

Download archive examplee

git clone https://github.com/cpdevs/mediadevices.git

Run archive example

Run cd mediadevices/examples/archive && go build && ./archive recorded.h264

To stop recording, press Ctrl+c or send a SIGINT signal.

Playback recorded video

Install GStreamer and run:

gst-launch-1.0 playbin uri=file://${PWD}/recorded.h264

Or run VLC media plyer:

vlc recorded.h264

A video should start playing in your GStreamer or VLC window.

Congrats, you have used pion-MediaDevices! Now start building something cool

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL