Live video streaming using Java?

后端 未结 6 581
刺人心
刺人心 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:08

    The best video playback/encoding library I have ever seen is ffmpeg. It plays everything you throw at it. (It is used by MPlayer.) It is written in C but I found some Java wrappers.

    • FFMPEG-Java: A Java wrapper around ffmpeg using JNA.
    • jffmpeg: This one integrates to JMF.

提交回复
热议问题