Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) H100 • DeepStream Version 7.1 • JetPack Version (valid for Jetson only) • TensorRT Version • NVIDIA GPU Driver Version (valid for GPU only) • Issue Type( questions, new requirements, bugs) • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hi, I would like to know can H100 run filesink for Deepstream application?
Previously i run the exact same code on A6000 and is working fine, but when i run it on H100, it gives below error:
I have already executed the commands in the provided link
sudo apt install --reinstall libx264-dev lib264-163
sudo apt install --reinstall gstreamer1.0-plugins-ugly
sudo rm -rf ~/.cache/gstreamer-1.0
gst-inspect-1.0 x264enc returns:
~/deepstream_MBJB_copy$ gst-inspect-1.0 x264enc
Factory Details:
Rank primary (256)
Long-name x264 H.264 Encoder
Klass Codec/Encoder/Video
Description libx264-based H.264 video encoder
Author Josef Zlomek josef.zlomek@itonis.tv, Mark Nauwelaerts mnauw@users.sf.net
gst-launch-1.0 videotestsrc ! nvvideoconvert ! nvv4l2h264enc ! fakesink
Setting pipeline to PAUSED …
Pipeline is PREROLLING …
Redistribute latency…
ENC_CTX(0x15532c020560) Error in initializing nvenc context
ERROR: from element /GstPipeline:pipeline0/nvv4l2h264enc:nvv4l2h264enc0: ENCODER INITIALIZATION FAILED
ERROR: pipeline doesn’t want to preroll.
Setting pipeline to NULL …
Freeing pipeline …
Yes, gst-inspect-1.0 x264enc | head -n10 returns something:
Factory Details:
Rank primary (256)
Long-name x264 H.264 Encoder
Klass Codec/Encoder/Video
Description libx264-based H.264 video encoder
Author Josef Zlomek josef.zlomek@itonis.tv, Mark Nauwelaerts mnauw@users.sf.net
Plugin Details:
Name x264
Description libx264-based H.264 encoder plugin
Yes, I’m using deepstream-app, however I noticed that for the H100, there is a problem with the nvv4l2h264enc.
Hence, when running the following pipeline:
Please set the video encoder as the software encoder by setting the “enc-type” to 1 in the [sink] group in the deepstream-app configuration file while you enable the sink type 3.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks