I've written an application that takes a camera feed, encodes it, and sends RTP pkts with H.264 video via multicast. I've also written a client that is receiving the RTP, decoding the H.264 and displaying it. End to end it is working. I now want to migrate to a "real" player so I am trying...