Are there any good libraries for streaming live video using Java? Ideally both ends of the pipe should be written in Java but I am mostly concerned about the video player. W
Yes if you want to stream live video you can use RTSP protoco
this will allow you to create a video file, which can be play while creating, both operation will work simultaneously. RTSP-Client-Server