Dear all:
I study TMS320 SOC (VPFE) datasheet, it say that the parallel input in VPSS can use "video decoders",
so I want to using two ipnc, client ipnc can revice server ipnc's RTSP streaming and play it on client ipnc's IE browser.
Is it possible?
My step is as follow:
step 1.Setting two ipnc1(client) and ipnc2(server) in LAN (it's OK)
step 2.ipnc1 can recive ethernet packet from ipnc2 (it's OK)
step 3. I can get h.264(or mpeg4) data from ipnc2 which is using live555 openRTSP client (it's OK)
step 4. I want to use ipnc1's h.264 decoder to decode h.264 data from ipnc2 and then input it in VPSS.
In step4, I don't know how to do it, can anyone give me some adivse ?
Thanks a lot.