Questions tagged [ant-media-server-sdk]

And Media Server is a streaming server. Use this tag ONLY for questions related to PROGRAMMATIC use of Ant Media Server's SDK. Make sure your question also has tags related to the programming language or framework you are using. Questions about configuration or general troubleshooting of the streaming server are off-topic.

Ant Media Server is an open source media streaming platform you can use to publish your video using WebRTC and RTMP. It also supports HLS (HTTP Live Streaming) and MP4 as well. For different verticals and requirements, adaptive bitrate and scalable solutions (for hundreds of thousands of users) are also provided.

40 questions
0
votes
1 answer

Unable to import WebRTCAdaptor which is in js file from antmedia package in node modules folder in angular ts file

It is showing an error that : Could not find a declaration file for the module '@antmedia/webrtc_adaptor/js/webrtc_adaptor.js'. 'D:/web/node_modules/@antmedia/webrtc_adaptor/js/webrtc_adaptor.js' implicitly has an 'any' type. Try `npm i…
0
votes
1 answer

Playing a Live stream from media server on android application

My setup is as follows: OBS Studio to create the video feed Ant Media Server to distribute the stream Now I'm building an app that will display this stream and I'm currently using ExoPlayer, however I'm having a hard time getting it to work for…
Orma
  • 3
  • 5
0
votes
1 answer

Ant media server: Exception in thread "main" java.lang.UnsupportedClassVersionError

I have downloaded the installation files of the ant media server and now I am following this tutorial to try to run the server. So I've run this command: ./start.sh But, I keep getting this error: Exception in thread "main"…
AG_HIHI
  • 1,705
  • 5
  • 27
  • 69
0
votes
0 answers

Import JS into Angular getting 'is not defined' message

I'm trying to implement a Livestream using AntMedia, so I have this Angular 10 project where I need to import the webrtc_adaptor.js. My webrtc_adaptor.js start like this: function WebRTCAdaptor(initialValues) { class PeerStats { …
Tanino
  • 184
  • 1
  • 5
  • 16
0
votes
1 answer

Ant media server invalidate token while fetching VOD chunks

I have the ant media server VOD embedded on a different domain. While playing the stream it works fine for the first chunk request, but as soon as you click anywhere on the seek bar and it tries to fetch the required chunk, the one-time token…
Avneesh Raghav
  • 319
  • 2
  • 11
0
votes
1 answer

Ant Media Server save p2p video stream

I am new at media streaming, i am using ant-media server for p2p connection. is there any way to save stream data in my local storage? Thanks in advance.
Jabson
  • 1,585
  • 1
  • 12
  • 16
0
votes
0 answers

Can't establicsh WebSocket connection. Error in connection establishment: net::ERR_CERT_COMMON_NAME_INVALID

I was trying to connect live streaming in my laravel application using Antmedia Streaming Server, when it comes to production the websocket is not connected. I think the browser is blocking the server url. Can anyone help ?
0
votes
1 answer

Ant Media - React-Native - iOS/Android Support

I tried setting up Ant Media using the WebRTC React Native package. Unfortunately, I could not get it to work properly after spending a day. I ended up building an interface to React-Native from the Ant Media iOS library. It works very well.…
Logan Head
  • 11
  • 1
0
votes
0 answers

Chrome Browser utilizing 100% NVIDIA GPU

We are trying to build a video wall with webrtc streams from Ant Media Server and facing issues on the client workstation that is housing this video application. We have a chrome browser based video wall with matrix system of video streams being…
-1
votes
1 answer

How to limit webui to localhost and deliver playback URLs on https port?

Web UI should only happen via ssh tunnel. There was no option to try to limit as such.
JKay
  • 1
1 2
3