有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

使用编码器从远程机器网络摄像头到wowza媒体服务器的java实时流媒体

Hi,

I am working on live streaming (java) application. Where I need to stream the video on wowza media server captured from webcam and from there it is broadcast to multiple pc's and on devices.

I tried all the encoders given on wowza official site but all are softwares which i don't intended to use in my application. I need rtmp encoder which is suitable to use with my application by using it i can stream videos on wowza media server.

So anybody successfully integrated live streaming using wowza media server in java application or any reference or link which may be helpful to me.

Thank You.


共 (1) 个答案

  1. # 1 楼答案

    我有一个大型的工作应用程序,使用FFmpeg编码发送经过身份验证的RTMP,这是一个Wowza服务器,具有自定义模块实现和转码

    我的编码应用程序是用python编写的,但是对于java,在https://code.google.com/p/jjmpeg/处有jjmpeg选项

    FFmpeg将负责对网络摄像头流进行编码,并使用RTMP将其发送到Wowza实例

    希望有帮助