Go to file
Luca 4a332db17e chore: exclude WebM files from repository 2025-01-10 23:08:46 +01:00
src feat: only send pixel if different from previous frame 2025-01-10 22:32:43 +01:00
.gitignore chore: exclude WebM files from repository 2025-01-10 23:08:46 +01:00
Cargo.lock initial commit 2025-01-04 05:33:03 +01:00
Cargo.toml initial commit 2025-01-04 05:33:03 +01:00
README.md docs: add README.md 2025-01-04 06:09:18 +01:00

README.md

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