Jump to content
  • 0

StreamApplicstion class removed ?


Connessione
 Share

Question

I just noticed that the StreamApplication was removed from StreamApp. Does that mean we cannot do anything on server side anymore ?

https://github.com/antmedia/StreamApp/commit/362d36f396eade07865c240df56dc37a81cc5d85

 was hoping to get a explanation of the various methods of the application class.

=> src/main/java/io/antmedia/enterprise/streamapp/StreamApplication.java

Link to comment
Share on other sites

  • Answers 4
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

4 answers to this question

Recommended Posts

  • 0

Hello,

We had some refactor in which the StreamApplication is deleted. But I am not sure if you lost anything. Because you can still use AntMediaServeApllicationAdaptor in the Ant Media Server project.
Here is the concurrent commit on the project when we changed the StreamApp.

Could you please give an example if you miss something with the commit? We can solve your issue.

 

Link to comment
Share on other sites

  • 0

Thank you for your response. I was very keen to know about the various methods and handlers of the Application  class which extends MultithreadedApplicationAdapter.

1. Can we have some overview of a application class methods.
2. Can we have some tutorial how to write and compile own class and wire it as a server application (similar to webrtcee app)

Can we have a tutorial perhaps on this ?

I believe this can allow building a lot more complex and intuitive applications on ant media server beyond just the type of apps we have now. For example if I want to send a http call to my server when stream is published.

Link to comment
Share on other sites

 Share

×
×
  • Create New...