Jump to content
  • 0

antmedia config?


Ray Jender
 Share

Question

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

1 answer to this question

Recommended Posts

  • 0


Although, we don't work about php in ant media server, you can change
the default page in web.xml

For instance assume that you're about the change the LiveApp default page
open file /usr/local/antmedia/webapps/LiveApp/WEB-INF/web.xml
add below lines in root level

<welcome-file-list>
<welcome-file>index.php</welcome-file>
</welcome-file-list>

Btw, you're running php pages on Ant Media Server?

Regards,
A. Oguz

On Thu, Jun 20, 2019 at 1:15 AM Ray Jender <rayjender@gmail.com> wrote:




Is there a way to configure antmedia to access an index.php file rather than the index.html?

Ray

--
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/3a5dc0e7-0149-42f0-8f54-16300e293431%40googlegroups.com.

Link to comment
Share on other sites

 Share

×
×
  • Create New...