Live video streaming using Java?

后端 未结 6 587
刺人心
刺人心 2020-12-12 16:33

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

6条回答
  •  旧巷少年郎
    2020-12-12 17:14

    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

提交回复
热议问题