gstreamer-java / gst1-java-core

Java bindings for GStreamer 1.x
GNU Lesser General Public License v3.0
188 stars 72 forks source link

Is it possible to add -e flag in java. Because when I start pipeline to save mp4 video - saved video is corrupted #198

Closed not404-found closed 4 years ago

not404-found commented 4 years ago

gst-launch-1.0 -e udpsrc port=some_port

neilcsmith-net commented 4 years ago

No, that is a command line only flag, and it is your responsibility to implement what it does in your own project - make sure to shut down the pipeline / post an EOS event as required.

Please use the mailing list for usage questions, thanks.