45 questions
0
votes
0
answers
45
views
Integrating DeepAR Filters in Flutter Mobile App Live Streaming with Ant Media Server: Is It Possible?
Is there any way to integrate DeepAR filters in the live streaming of a Flutter mobile app using Ant Media Server?
From my research, DeepAR provides Flutter support via a plugin (deepar_flutter) and ...
0
votes
0
answers
87
views
Why does my Ant Media WebRTC play URL work in browser but not in WebRTC media players?
I’m using Ant Media Server to stream video using WebRTC. I generate a play URL like the following:
https://domain-name:5443/LiveApp/play.html?name=streamId&token=<>
This URL works fine when ...
0
votes
0
answers
31
views
How to properly manage AntSDK WebSocket connections in Flutter when navigating away from a page
How to properly manage AntSDK WebSocket connections in Flutter when navigating away from a page
Issue
I'm developing a Flutter app using AntSDK and encountering an issue with WebSocket connection ...
1
vote
1
answer
43
views
Cannot connect Ant Media to standalone MongoDB
I am running Ant Media in a docker container. I want to connect it to a MongoDB. I have followed the documentation on how to run the start.sh file to connect to the DB.
When I bash into the container ...
1
vote
1
answer
68
views
Sending Images in PNG format to ant media server
Problem description
I have an android App. It produces bytearrays and converts them to PNG image. I need to send these images to ant media server as a stream.
Attempt to resolve
Searching send png ...
1
vote
1
answer
318
views
Mute/UnMute WebRTC stream while playing in Ant Media's WebRTC iOS SDK
I'm using WebRTC-iOS-SDK to play the live stream in iOS device. I want to mute/unmute the incoming live stream however I cannot make it even if I try several methods such as setAudioTrack or something....
1
vote
0
answers
511
views
PIP Mode for WebRTC video calls in iOS
I have started working on the PIP functionality for IOS. I finished my rendering with RTCMTLVideoView. Then I realised what I'd done wrong: MTKView/GLKView aren't supported in pip mode. Now I intend ...
1
vote
0
answers
230
views
Issue with Sending Stream after Reconnecting to Ant Media Server Android SDK
We are encountering a challenge related to the Ant Media Server Android SDK while dealing with stream reconnection scenarios. I would like to provide you with a detailed overview of the issue we are ...
-1
votes
1
answer
152
views
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.
0
votes
1
answer
221
views
Increasing Ant Media System Disc Size
How to increase Ant Media System Disc Size via external or extra hard drives Running on Ubuntu 18.4 Server Edition?
Not done anthing other than mounting an external hard drive to my home server.
2
votes
1
answer
338
views
E: Package 'libcrystalhd-dev' has no installation candidate,
Package libcrystalhd-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package '...
0
votes
1
answer
550
views
Ant Media Server WebRTC connection in Unity
I've been following this tutorial : https://antmedia.io/webrtc-streaming-in-unity/ in order to try and receive a WebRTC stream into unity.
I've downloaded the https://github.com/ant-media/WebRTC-Unity-...
1
vote
0
answers
436
views
How to use antmedia server webrtc_adaptor in my angular project
When I implemented it, it was unable to find WebRTC adaptor from node_modules/antmedia/webrtc_adaptor.js so I created a folder in node_modules/@types named by webrtc_adaptor in which I added index.d....
0
votes
2
answers
1k
views
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'
...
0
votes
1
answer
3k
views
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, ...