Jump to content
  • 0

question regarding conference room creation


Joe Lin
 Share

Question

Hi,

Sorry for the newbie question. I'm looking at the blog of creating a conference (https://antmedia.io/how-to-create-a-webrtc-conference-room/). And found out the code in GitHub (https://github.com/ant-media/ConferenceApp/tree/master/src/main/webapp). My understanding is that I can simply take the javascript, css, and html pages, host them on a web server (provided I modified the web socket parameters properly). 

I can then interact with an AntMedia server and see the demo. Is this correct? What confuses me is why are the Java files doing there? Do I actually need them?


Thanks for any clarification.

Btw, the links on the blog are all broken.
Link to comment
Share on other sites

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

Top Posters For This Question

1 answer to this question

Recommended Posts

  • 0

Thank you. Very helpful.


Joe


On Aug 7, 2020, at 5:44 AM, Ant Media Support <support@antmedia.io> wrote:


Hi Joe Lin,

I can then interact with an AntMedia server and see the demo. Is this correct?

yes ,this is correct.


What confuses me is why are the Java files doing there? Do I actually need them?

Java files are for create server application inside Ant Media Server. They handle WebSocket connections, some settings and Rest methods and similar stuff. You dont need them for most of the functionality.

Btw. you dont need to look to the Github. All the HTML files in github are in your installation folder of AMS EE. They are inside installation_folder/webapps/app_name directory.

If you add new html, Javascript and CSS files there, they will be also hosted like conference.html or play.html etc. but you also host them in a completely different server as long as you change the addresses ,ports etc inside them correctly


Best Regards,

Can




PS : Free or Paid one-on-one support and consultancy for your streaming project, please book at https://calendly.com/antmedia/


On

Fri, 7 Aug at 6:15 AM

, Joe Lin <guava009@gmail.com> wrote:

Hi,

Sorry for the newbie question. I'm looking at the blog of creating a conference (https://antmedia.io/how-to-create-a-webrtc-conference-room/). And found out the code in GitHub (https://github.com/ant-media/ConferenceApp/tree/master/src/main/webapp). My understanding is that I can simply take the javascript, css, and html pages, host them on a web server (provided I modified the web socket parameters properly). 


I can then interact with an AntMedia server and see the demo. Is this correct? What confuses me is why are the Java files doing there? Do I actually need them?



Thanks for any clarification.


Btw, the links on the blog are all broken.

 

 

--

You received this message because you are subscribed to the Google Groups "Ant Media Server" group.

To unsubscribe from this group and stop receiving emails from it, send an email to ant-media-server+unsubscribe@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/ant-media-server/678b78e3-9677-4581-8dfd-55e23484a90do%40googlegroups.com.

 

 

 

 

 

 

 

 

17954:1264838

 


Link to comment
Share on other sites

 Share


×
×
  • Create New...