virinext / pipeviz

Pipeviz is a gui tool for constructing and testing gstreamer pipelines
GNU General Public License v2.0
116 stars 31 forks source link

can the .xml be ran headless? #59

Closed coderofsalvation closed 4 years ago

coderofsalvation commented 4 years ago

I would be curious if I could drop the exported .xml on a server, and run it as a background-process e.g.

Can gst-launch-1.0 run the .xml somehow?

dabrain34 commented 4 years ago

not sure to understand your question, can you be more specific ?

coderofsalvation commented 4 years ago

can i run it on a linux server like so:

$ gst-launch-1.0 mypatch.xml

headless as in no attached physical monitor to display a gui

On Wed, May 20, 2020 at 6:05 PM dabrain34 notifications@github.com wrote:

not sure to understand your question, can you be more specific ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/virinext/pipeviz/issues/59#issuecomment-631570664, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABL6ZD7MFMNBMRGKJ6T5CDRSP5TFANCNFSM4MY2C4PQ .

--

Léon

/COMPANY

/WEBSITE

/MOBILE

/LOCATION

/COMPANYNR.

/TAGS

van Kammen

2WA Labs & Consultancy

2wa.isvery.ninja/hello

+31 20 3699836

Holland, EU, Galaxy 12B

08124656

Creative Technologist, New Media

consultancy, Tech concept design,

driven by open source &

lots of coffee.

https://www.linkedin.com/in/leonvankammen https://github.com/coderofsalvation

dabrain34 commented 4 years ago

what's inside your xml ?

coderofsalvation commented 4 years ago

a graph produced by pipeviz (iirc it saved to xml?)

On Wed, May 20, 2020 at 9:19 PM dabrain34 notifications@github.com wrote:

what's inside your xml ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/virinext/pipeviz/issues/59#issuecomment-631673588, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABL6ZCPEHXKSW2WQEEROVLRSQUKVANCNFSM4MY2C4PQ .

--

Léon

/COMPANY

/WEBSITE

/MOBILE

/LOCATION

/COMPANYNR.

/TAGS

van Kammen

2WA Labs & Consultancy

2wa.isvery.ninja/hello

+31 20 3699836

Holland, EU, Galaxy 12B

08124656

Creative Technologist, New Media

consultancy, Tech concept design,

driven by open source &

lots of coffee.

https://www.linkedin.com/in/leonvankammen https://github.com/coderofsalvation

dabrain34 commented 4 years ago

no this is not compatible as you can not run directly with gst-launch an xml file representing a pipeline.