0

How to get the current rtmp stream in java on server side?I have seen many pages in StackOverflow, but I got nothing helpful.I think this is a common question.I will be thankful if any one can help me.

4

1 回答 1

0

在服务器端可以添加 Consumer 或 PipeListener。使用这些意味着您可以对来自流的数据做任何您喜欢的事情。这篇旧的 nabble 帖子还包含有关流事件捕获的更多详细信息:http: //old.nabble.com/how-can-i-capture-stream-event-in-a-plugin--td28349277.html

于 2012-05-01T15:55:15.477 回答