Hi! I new to this server and I'm using Web Call Server 5 trial version.
I'm trying to send my stream as rtsp to the server using ffmpeg.
My command line is:
ffmpeg -loglevel verbose -re -i music.m4a -c:a aac -ac 2 -ar 48000 -b:a 96K -f rtsp -rtsp_transport tcp rtsp://server-ip:554/live/test.sdp...