docs: add README.md

This commit is contained in:
Luca 2025-01-04 06:09:18 +01:00
parent eedce36083
commit 49de34f863
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/target
bad_apple.webm

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# gst-plugin-pingxelflut
```
GST_PLUGIN_PATH="target/debug:$GST_PLUGIN_PATH" gst-launch-1.0 filesrc location=bad_apple.webm ! matroskademux name=mkv \
\
mkv. ! queue ! av1dec ! videoconvert ! videoscale ! videorate ! video/x-raw,width=96,height=72,framerate=5/1 ! pingxelflutsink 'bind-address=[2001:db8::ffff:ffff:0:2]:1337' prefix=2001:db8:: \
mkv. ! queue ! opusdec ! audioconvert ! audioresample ! pulsesink
```