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.

SINGLE STREAM use case not running



Hi all,

SW: ipnc_rdk v3.5
HW: DM9127 ipnc

        I using full feature use case in this rdk which streams 1080p-h264,480p-H264 and 1080p-MJPEG over RTSP.

I want to customize this use case such that, both H264 streams are disabled and only MJPEG is active(FPS - we don't care).

To do this.,

  1.      In ti_mcfw_ipnc_main.c changed the codec combo to 2. Which indicates MJPEG only usecase.
  2.      In ti_mcfw_ipnc_main.c changed TRI_STREAM use case to SINGLE_STREAM usecase.
  3.      In ipnc_app, system_default.h changed the   STREAMTYPE_DEFAULT to 0.
  4.      Now, I expect mjpeg encode and streaming should work fine. But, wait streamer fails!! I am not able to get any streaming URL
  5.     If I selecte codec combo as "0"(zero), i.e. h264 only use case, it works fine. But MJPEG only use case fails every time !!

    Appreciate your help.