I am wondering how to get and decode a H.264 frame from a UDP live stream using jCodec. I see examples of how to get it from a file, but I need to get it from a live stream. I have the application receiving the live stream packets, but I need to know how to decode the packets and display the live stream.
Also, if there us a better way to do this than using jCodec please let me know. I looked for a while and that was the best I could find that is still actively maintained.