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.

Streaming is not working on DM8127 IPNC RDK, "low power TRISTREAM usecase"

Hi All,

I am using IPNC_RDK_3.8 with DM8127 based custom board. Currently, I am running "low power TRI_STREAM usecase". With this usecase, I am able to get encoded frames.

[m3video] ==================== EncLink_PrintDetails ====================
[m3video] 56043: HDVICP-ID:0
[m3video] totalAcquire2wait in msec: 830
[m3video] totalWait2Isr in msec: 12955
[m3video] totalIsr2Done in msec: 82
[m3video] totalWait2Done in msec: 13037
[m3video] totalDone2Release in msec: 0
[m3video] totalAcquire2Release in msec: 14127
[m3video] totalAcq2acqDelay in msec: 36252
[m3video] totalElapsedTime in msec: 50354
[m3video] numAccessCnt: 3261
[m3video] IVA-FPS : 65
[m3video]
[m3video] *** ENCODE Statistics ***
[m3video]
[m3video] Elasped Time : 49 secs
[m3video]
[m3video]
[m3video] CH | In Recv In Skip In User Out Latency
[m3video] Num | FPS FPS Skip FPS FPS Min / Max
[m3video] --------------------------------------------
[m3video] 0 | 30 0 0 30.20 13 / 17
[m3video] 1 | 30 0 0 30.39 11 / 20
[m3video] 2 | 30 0 25 5.08 20 / 24
[m3video]
[m3video] Multi Channel Encode Average Submit Batch Size
[m3video] Max Submit Batch Size : 24
[m3video] IVAHD_0 Average Batch Size : 1
[m3video] IVAHD_0 Max achieved Batch Size : 1
[m3video] ==============================================================

But my streaming is not working. When wis-streamer starts, it gives following error,

Error: Memory return Invalid, from function share_memory_init in file ./network/live/appro/wis-streamer.cpp.

Due to this error, wis-streamer is not starting.

I have not changed any default initialization. Still I am getting invalid memory pointer.

I am using following Boot arguments.

console=ttyO0,115200n8 rootdelay=2 mem=80M vram=4M root=/dev/nfs notifyk.vpssm3_sva=0xBFD00000 nfsroot=10.103.0.117:/home/krinali/Gen3Zooter/Source_Package/Current/Source/ipnc_rdk/target/filesys,nolock rw ip=dhcp cmemk.phys_start=0x85000000 cmemk.phys_end=0x89000000 cmemk.allowOverlap=1 earlyprintk

please suggest some solution to resolve this issue.

Thanks,

Krinali Shah