-
Notifications
You must be signed in to change notification settings - Fork 680
Embedded Web Player
Murat Ugur Eminoglu edited this page May 17, 2022
·
11 revisions
Attention: We have migrated our documentation to our new platform, Ant Media Resources. Please follow this link for the latest and up-to-date documentation.
You can use play.html page on your website with IFrame. play.html page is in the Application folder on Ant Media Server.
-
id: The stream id to play. It is mandatory. -
token: The token to play the stream. It's mandatory if token security is enabled on the server-side. -
autoplay: To start playing automatically if streams are available. Optional. The default value is true. -
mute: To start playing with mute if stream is available. Optional. Default value is true. -
playOrder: The order which technologies is used in playing. Optional. Default value iswebrtc,hls. Possible values arehls,webrtc,webrtc,hls,vod,dash -
playType: The order which play type is used in playing. Optional. Default value ismp4,webm. Possible values arewebm,mp4,mp4,webm. -
targetLatency: To define target latency for the DASH player. Optional. Default value is3. -
is360: To play the stream in 360. Default value is false.
You can use play.html in IFrame as below:
<iframe width="560" height="315" src="https://your_domain_name:5443/LiveApp/play.html?name=125214322064017559554903" frameborder="0" allowfullscreen></iframe>

If you want to change width/height parameters, you just need to change your IFrame code snippets. If you don't enter any parameter, play.html covers all screen.
- 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