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
And I'm getting an error:
method ANNOUNCE failed: 501 Not Implemented
In Flashphoner logs I see (this is the only line that were written for this session):
11:48:42,502 WARN RTSPServerHandler - RTSP-pool-32-thread-12 Received unknown rtsp request ANNOUNCE
I'll appreciate your help here.
Thanks
Yossi
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
And I'm getting an error:
method ANNOUNCE failed: 501 Not Implemented
In Flashphoner logs I see (this is the only line that were written for this session):
11:48:42,502 WARN RTSPServerHandler - RTSP-pool-32-thread-12 Received unknown rtsp request ANNOUNCE
I'll appreciate your help here.
Thanks
Yossi