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.,
- In ti_mcfw_ipnc_main.c changed the codec combo to 2. Which indicates MJPEG only usecase.
- In ti_mcfw_ipnc_main.c changed TRI_STREAM use case to SINGLE_STREAM usecase.
- In ipnc_app, system_default.h changed the STREAMTYPE_DEFAULT to 0.
- Now, I expect mjpeg encode and streaming should work fine. But, wait streamer fails!! I am not able to get any streaming URL
- 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.