Skip to content
/ gst-dots Public

Watches for GStreamer .dot files in a local path and displays them in a browser

Notifications You must be signed in to change notification settings

ferjm/gst-dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GstDots

Watches for GStreamer .dot files in a local path and displays them in a browser.

How to use it

This tool uses the GST_DEBUG_DUMP_DOT_DIR environment variable to locate the dot files generated by GStreamer.

export GST_DEBUG_DUMP_DOT_DIR=/tmp/dots

Before starting the server, you need to install its dependencies.

npm install
npm start

Browse to http://localhost:3000 and wait for the graphs to appear as you use your GStreamer application. The web page is refreshed everytime a new .dot file is found in the path pointed by the GST_DEBUG_DUMP_DOT_DIR env var.

About

Watches for GStreamer .dot files in a local path and displays them in a browser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published