I have been working through many of the examples but I have been unable to find any that show a simple way to bring in MPEG4 or h.264 video over an RTSP/RTP stream into the PS, decode it and push the raw frames over to PL... Most of the examples that are close to what I need just utilize the FMC-HDMI pass-through board to get video in/out of the PL. I need to pull compressed video from the network!
I have seen several options like Xillibus that allow me to push an entire GUI over to the PL for VGA/HDMI out, but what I really need is to be able to create a specific peripheral that I can push the decoded video into, perform several filters/transforms and then pull the raw frames back.
Should I just be trying to use FIFOs for this or should I keep trying to head down the path of creating a true video-path that can be utilized from the PS just like a HDMI port via a video device driver?
Any pointers or links to examples would be greatly appreciated!!