Steaming to Anti Media Server using ffmpeg

To team a video io Anti Media Server using ffmpeg command line, use ffmpeg -re -i VIDEO_FILE.mp4 -codec copy -f flv ANT_MEDIA_SERVER_RTMP_URL Example ffmpeg -re -i video.mp4 -codec copy -f flv rtmp://stream.serverok.in/LiveApp/225873992721868053400782 Cammand with more steam option ffmpeg -re -i ‘video.mp4’ -c:v libx264 -b:v 1600k -preset ultrafast -b 900k -c:a aac -b:a 128k -s 1920×1080 … Read more

Ant Media Server

Ant Media Server is a media streaming server with WebRTC support. https://antmedia.io Install Ant Media Server on CentOS 8 Ant Media Server Ubuntu firewall configuration Steaming to Anti Media Server using ffmpeg Open Source versiong of Ant Media Server can be downloaded from https://github.com/ant-media/Ant-Media-Server Install Anti Media Server on Ubuntu 18.04 At the time of … Read more