I downloaded and run cudaDecodeD3D9.sln example and it runs perfectly by reading data from a video file. I don´t know if CUDA libraries can manage with H264 raw data stream. Actually I am getting RTP packets frame by frame from IP network and convert them to h264 raw data. But i can not manage to push h264 raw data to CUDA libraries. cudaDecodeD3D9.sln uses VideoSource library to read from a file. What i understand from what i read so far, i must use cuVideoParser library or cuVideoDecode directly, not use cuVideoSource . But i can’t manage to use any of the classes with h264 raw data stream too. Since i get raw data frame by frame i think i must start with cuVideoDecode, but i am really confused about how to use this class with h264 raw data. I will be gratefull for your advices, thanks
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to decode an H264 Stream with CUDA. | 18 | 29902 | March 14, 2015 | |
Using Cuda Decoder for streamed h264 data | 0 | 785 | May 15, 2014 | |
CUDA Video Decoder problem | 10 | 13219 | September 9, 2010 | |
Decoding H264 using CUDA from VLC via UDP | 2 | 1716 | September 19, 2016 | |
H.264 CUDA Decoder Looking for open source CUDA code | 3 | 1782 | October 6, 2011 | |
CUDA H.264 decoding to make my own post-processing. | 0 | 5341 | September 15, 2010 | |
How to play the .264 file outputed by CUDA Video Encoder? CUDA 3.2 SDK | 11 | 31480 | February 15, 2012 | |
Real-time CUDA decoding H.264 to OpenGL | 0 | 1059 | April 14, 2014 | |
H264 CUDA stream decoder problem | 3 | 6315 | November 9, 2018 | |
Hardware Encoder/Decoder of Video Streams in CUDA | 3 | 1613 | August 1, 2025 |