Hi,
I successully integrated the codec sdk into my application, and now want to feed the decoder with live data coming from an rtp stream.
Is there any information on how to setup the decoder properly (I have the sdp information for the stream). I can feed the rtp payload (which is plain h264) into the parser/decoder, cuvidParseVideoData returns CUDA_SUCCESS, but there are no frame coming out from the decoder.
How do I use the sdp information to fill the CUVIDEOFORMAT struct properly, I think that this is the problem.
Thanks for any help or information
Andi