Add `cli` functionality

This commit is contained in:
Wanjohi
2024-01-01 15:34:28 +03:00
parent 924ec42775
commit 60cae1e7b8
6 changed files with 250 additions and 14 deletions

View File

@@ -118,7 +118,7 @@ impl GST {
pub async fn run(mut broadcast: broadcast::Publisher) -> anyhow::Result<()> {
gst::init()?;
//FIXME: Get this value from commandline argument
//FIXME: add audio pipeline
gstfmp4::plugin_register_static()?;