-
Notifications
You must be signed in to change notification settings - Fork 640
Sample List
Ant Media Server has samples for demonstrating different use-cases. You can review these sample pages to see Ant Media Server in action.
Default applications in Enterprise Edition are LiveApp
and WebRTCAppEE
. Default applications in Community Edition are LiveApp
and WebRTCApp
.
Ant Media Server can ingest WebRTC video of users from web browsers.
After installing the server and SSL, you can use the following url to publish video. For installation check out the installation document.
File for publish sample is located at /usr/local/antmedia/webapps/LiveApp/index.html
https://domain-name.com:5443/LiveApp/index.html
If you are running the Server on the localhost, there won't be a problem. However, for security reasons web browsers does not allow media device reach without the SSL. For bypassing that in the chrome for development, you can add your server's IP to the following chrome property and it will not ask for SSL, however, it is not recommended to use it in such a way.
chrome://flags/#unsafely-treat-insecure-origin-as-secure
You can play the streams that is being published to the server with WebRTC video player. WebRTC Video Playing is available in Enterprise Edition
https://domain-name.com:5443/LiveApp/player.html
File is located at /usr/local/antmedia/webapps/LiveApp/player.html
WebRTC Audio publishing is available in Enterprise Edition
https://domain-name.com:5443/LiveApp/audio_publish.html
File is located at /usr/local/antmedia/webapps/LiveApp/audio_publish.html
WebRTC Audio playing is available in Enterprise Edition
https://domain-name.com:5443/LiveApp/audio_player.html
File is located at /usr/local/antmedia/webapps/LiveApp/audio_player.html
WebRTC Conference is available in Enterprise Edition. Latency in the conference will be around 0.5 seconds.
https://domain-name.com:5443/LiveApp/conference.html
File is located at /usr/local/antmedia/webapps/LiveApp/conference.html
For technical detailed information, please follow the link.
WebRTC Peer to Peer is available in Enterprise Edition
https://domain-name.com:5443/LiveApp/peer.html
File is located at /usr/local/antmedia/webapps/LiveApp/conference.html
You can analyze the WebRTC Video/Audio publish example. For technical detailed information, please follow the link.
WebRTC Multitrack Player is available in Enterprise Edition
https://domain-name.com:5443/LiveApp/multitrackplayer.html
File is located at /usr/local/antmedia/webapps/LiveApp/multitrackplayer.html
WebRTC Multitrack Player is available in Enterprise Edition
https://domain-name.com:5443/LiveApp/multipeerplay.html
File is located at /usr/local/antmedia/webapps/LiveApp/multipeerplay.html
- Introduction
- Quick Start
- Installation
- Publishing Live Streams
- Playing Live Streams
- Conference Call
- Peer to Peer Call
- Adaptive Bitrate(Multi-Bitrate) Streaming
- Data Channel
- Video on Demand Streaming
- Simulcasting to Social Media Channels
- Clustering & Scaling
- Monitor Ant Media Servers with Apache Kafka and Grafana
- WebRTC SDKs
- Security
- Integration with your Project
- Advanced
- WebRTC Load Testing
- TURN Servers
- AWS Wavelength Deployment
- Multi-Tenancy Support
- Monitor Ant Media Server with Datadog
- Clustering in Alibaba
- Playlist
- Kubernetes
- Time based One Time Password
- Kubernetes Autoscaling
- Kubernetes Ingress
- How to Install Ant Media Server on EKS
- Release Tests
- Spaceport Volumetric Video
- WebRTC Viewers Info
- Webhook Authentication for Publishing Streams
- Recording Streams
- How to Update Ant Media Server with Cloudformation
- How to Install Ant Media Server on GKE
- Ant Media Server on Docker Swarm
- Developer Quick Start
- Recording HLS, MP4 and how to recover
- Re-streaming update
- Git Branching
- UML Diagrams