This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IPNC RDK - SVC Encoder Support

Hi

I have given a support of all H.264 profiles (Main, Baseline & High Profile) & all are working fine in VLC Player.

But How can I differentiate all of them?

I have given a Support of Encoder StreamPreset = SVC-T.

SVC is a H.264 Profile or StreamPreset ?

How can I verified My StreamPreset is changed to SVC-T ? (If SVC is a StreamPreset value)

 

Regards,

Sandip Gokani

  • HI

    sandip gokani said:

    I have given a support of all H.264 profiles (Main, Baseline & High Profile) & all are working fine in VLC Player.

    But How can I differentiate all of them?

    Check the generated bitstream in analyzers. check for profile info in header.

    sandip gokani said:

    SVC is a H.264 Profile or StreamPreset ?

    How can I verified My StreamPreset is changed to SVC-T ? (If SVC is a StreamPreset value)

    SVC-T is not a profile or streamPreset, It  just set numTemporalLayer information in statitc params. To confirm the SVC-T stream check the outArgs->temporalId from process call and also check the generated bitstream in Video analyzers.

    Thanks,

    Veeranna