Other Parts Discussed in Thread: TVP5158
Hello,
I have some problems with following sequence..
1) Receive h.264 stream from network camera. No problem, I can see video on monitor.
2) Stop RTPRX component (stateExecuting -> stateIdle).
3) Shutdown RTSP session. (Live555)
3) To request stream of different resolution, Init RTSP session.
4) Start RTPRX component (stateIdle -> stateExecuting).
5) In vdec component, OMX_TI_VIDDEC_Process() detect IH264VDEC_ERR_PICSIZECHANGE error.
Here is problem. System gets down "sometimes" here.
I read the manual but could not understand well.
Do I neet to do "dynamic port reconfiguration"?
Do I have to re-allocate buffers based on the new resolution?
If I have to reconfigurate port for resolution change, which one do I neet to do from following:
a) RTPRX output port
b) VDEC input port
c) VDEC output port
d) VFPC input port
Please give me some advice. Thank you.