Flashphoner Warning (RtpVideoConfig - pool-2252-thread-2 Codec not found; pt - 119; current pt - 95)

Max

Administrator
Staff member
Good day.
To fix it create file rtmp_agent.sdp with the following content:
Code:
v=0
o=- 1988962254 1988962254 IN IP4 0.0.0.0
c=IN IP4 0.0.0.0
t=0 0
a=sdplang:en
m=video 0 RTP/AVP 95
a=rtpmap:95 H264/90000
a=fmtp:95 profile-level-id=42e01f;packetization-mode=1
m=video 0 RTP/AVP 119
a=rtpmap:119 H264/90000
a=fmtp:119 profile-level-id=42e01f;packetization-mode=1
a=sendonly
m=audio 0 RTP/AVP 103 96 97 98 99 100 102 108 104
a=rtpmap:108 mpeg4-generic/48000/1
a=rtpmap:96 mpeg4-generic/8000/1
a=rtpmap:97 mpeg4-generic/11025/1
a=rtpmap:98 mpeg4-generic/12000/1
a=rtpmap:99 mpeg4-generic/16000/1
a=rtpmap:100 mpeg4-generic/22050/1
a=rtpmap:104 mpeg4-generic/24000/1
a=rtpmap:102 mpeg4-generic/32000/1
a=rtpmap:103 mpeg4-generic/44100/1
a=recvonly
and place this file to WCS_HOME/conf, then restart server:
Code:
systemctl restart webcallserver
 

Max

Administrator
Staff member
Unfortunately, there is little information in the logs you provided to understand the reason for this server behavior.

Please describe your case in more detail. How do you publish an RTMP stream?

For further diagnostics, please collect extended logs according to this instruction, and, if possible, provide SSH access to your WCS server. We also need a link to your external RTMP stream (if used).
You can send all information using a private form
 
Top