Questions tagged [ant-media-server]

A media server that supports RTMP, MP4, HLS, RTSP and WebRTC

Ant Media Server, open source software, supports publishing live streams with WebRTC and RTMP. It supports HLS(HTTP Live Streaming) and MP4 as well. Adaptive bitrate, scalable solutions exist for enterprises. Use community edition for free and in addition you can try enterprise edition for free.

https://antmedia.io

166 questions
2
votes
1 answer

Is it possible to reduce the size of preview png files in Ant-Media Server?

I need to reduce the size of png file of the previews but i didn't see any option related to that in dashboard. Is there any way to do that?
Enes Kuluk
  • 333
  • 1
  • 6
2
votes
0 answers

How to get the duration of a video uploaded via Vod Rest API on Ant media server?

When I execute my request, I get the following result: { "streamName": "zoom_1.mp4", "vodName": "zoom_1.mp4", "streamId": "file", "creationDate": 1594729848725, "duration": 0, "fileSize": 1314167, "filePath":…
Berthold Feujo
  • 181
  • 2
  • 7
2
votes
1 answer

upload a .mp4 video using the REST API (VoD) to ant media server

when uploading my video,I get the following error message: {"success": false, "message": "notMp4File", "dataId": null, "errorId": 0} except here is my file; it's in .mp4 extension: 1- Introduction---.mp4 (type: "video/mp4"; size: 1255840 bytes)
Berthold Feujo
  • 181
  • 2
  • 7
2
votes
1 answer

Is it possible to capture and store the video streams in each room in p2p webrtc streaming?

I came across a solution named Zipcall zip call github repo ZipCall connects user streams via p2p webRTC connection My need is , I need to store the web cam videos of members in each room in a separate room folders in the server ? What is the way to…
2
votes
1 answer

How to use TURN Server in Ant Media Server?

We have issues with using Ant Media server due to firewall restrictions with many customers. If I use the TURN server, Can I solve this problem (for publish/play)? We are using the Conference Room type in our code. Thanks.
Mr. Tux
  • 394
  • 2
  • 6
2
votes
0 answers

Ant Media Server vs Kurento Media Server

I was trying to compare two media servers and couldn't find any detailed resources over the internet. What I assume I know is the following: Ant media is able to ingest, pull, and stream RTMP but Kurento is not. Kurento can do it by linking…
wrufesh
  • 1,091
  • 1
  • 15
  • 29
2
votes
1 answer

Jittering problem when watching a rtmp stream with B-Frames using WebRTC in Ant Media Server

I am streaming from OBS with RTMP to Ant Media Server Enterprise Edition 2.0. Regardless of quality settings, Key interval =1 and if I set Max B-frames >0 then the stream jitters as if it's processing the B frames as I (key) frames. Setting it to 0…
pctk13
  • 31
  • 3
2
votes
1 answer

Why Huawei devices cannot play WebRTC video from Ant Media Server?

I use Ant Media Server and I face the following error while watching with Huawei p20 and p30 pro. "noSetRemoteDescription" is there anything I missed?
Mr. Tux
  • 394
  • 2
  • 6
2
votes
1 answer

Why my WebRTC stream in Ant Media Server doesn't start to play automatically?

I am using Ant Media Server for WebRTC streaming. I want to play my WebRTC stream automatically when I open my WebRTC playing page. But it doesn't. How can I solve this?
mgct
  • 459
  • 2
  • 7
2
votes
1 answer

How to stream VoD files with HLS in Ant Media Server?

I want to stream VoD (mp4) files as HLS streams using Ant Media Server. How can I do this?
mgct
  • 459
  • 2
  • 7
2
votes
1 answer

getting 403 in Ant media rest api

I've tried to call api with postman and put IP filter already. I can access ANT api from postman with path parameters. But I can not access api exactly like in the Ant rest documentation. For instance getting broadcast item in Ant api…
kpk
  • 21
  • 5
2
votes
0 answers

How to build ant media server on aarch64

I read here that ant media server only supports x64 architecture. Does that mean it will only build on amd64 or does it support any 64 bit architecture including aarch64?
2
votes
1 answer

How to send post request in Python for Ant media API

I am trying to write a python HTTP request code to send the data to Ant media server through one of its API. But I unable to send POST request however I was successful in GET requests. import requests url =…
2
votes
0 answers

ffmpeg stream breaking and grey screen

#video camera stream ffmpeg -f avfoundation -framerate 30 -i "2:0" -ac 2 -vcodec libx264 -maxrate 2000k -bufsize 2000k -acodec libmp3lame -ar 44100 -b:a 128k -f flv "rtmp://localhost/WebRTCApp/190298084573663685351334" #Overlay stream phantomjs…
Saurabh
  • 355
  • 7
  • 15
2
votes
1 answer

video streaming: video media servers as stream or files?

I've played with several media servers (red5, ant, wowza, ...). A lot of questions have come in my mind. Once I've upload an video to my media server in order to get it ready as VoD (Video on Demand), it's not clear for me how it's shared as a…
Jordi
  • 15,016
  • 25
  • 94
  • 208
1 2
3
11 12