in the DM816x DVR RDK UseCaseGuide 32D1 DecodeDisplay doc,i see
Multichannel Decode & Display (NVR) Use-case
i want to konw where is the case,why it say nvr?i want to learn about nvr usecase.do you have some docs about nvr
thanks ,best regards
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.
in the DM816x DVR RDK UseCaseGuide 32D1 DecodeDisplay doc,i see
Multichannel Decode & Display (NVR) Use-case
i want to konw where is the case,why it say nvr?i want to learn about nvr usecase.do you have some docs about nvr
thanks ,best regards
Lucky,
You can refer these docs.
http://www.ti.com/lit/ml/sprm512a/sprm512a.pdf
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CDsQFjAD&url=http%3A%2F%2Fwww.61ic.com%2Fcode%2Fattachment.php%3Faid%3D78537%26k%3Dc0aadc9a9151e7e7e0813a02bfbaa28d%26t%3D1370203336&ei=kqbJUr2HBIOWrAe16oCwCg&usg=AFQjCNGskonDhLjC140q413k7c8KKmbSeQ&sig2=Gg2hD5_vkIarLVTdVZQmPQ
Decode display use case in dvr rdk package is the reference for an NVR product where you receive encoded content from network and use DM816x for decode & display / storage / stream out.
Other use cases are for DVR where capture, encode, storage, preview delayed decode / playback are done.
Latest DVR releases include a complete NVR GUI Reference Application.
thanks very much
but i found that in the usecases\ti81xx multich_vdec_vdis.c ,it is read bits from .264 file user give it in the filesystem.
is that this demo in your saying?please check.
is your meaning that,i need to add live555 to it and mix them .
i have dvrapp/ti816x_nvr and module/live555 ,this demo is about nvr,bits from net,but i want to know how live555 called by gui in the ti816x_nvr in some form
thanks
Please look at functions defined in dvr_rdk\dvrapp\ti816x_nvr\app\src\app_rtsprx.c especially streamRecvProc(), this will give you idea how app is interacting with live555. This is just starting point you need to grep around to understand complete call flow.
multich_vdec_vdis.c code is the decode-display use case which does not really know about the input source.
Non-GUI Demo (console) based does file read - decode - display.
NVR GUI does network read - decode - display. Live555 is already part of NVR GUI Reference App (dvrapp/ti816x_nvr).
hi
i know your meaning。
that is to say,the dvr usecase multich_vdec_vdis.c can not use if i want to receive bits from net use live555,then decode and display。
in my case,that is , receive bits from net use live555,then decode and display,
then i must use gui demo in ti816x_nvr. this demo do not use multich_vdec_vdis.c in the dir dvr_rdk/mcfw/src_linux/usecases/ti81xx
is it?
note:i use DVR 4.00 on 8168