-
-
Notifications
You must be signed in to change notification settings - Fork 117
Description
Hi,
I am using rtpproxy and opensips. I initialize rtpproxy session with rtpproxy_offer("froc"), then run stream2uac(filename,1) to stream the file, and debug shows:
INFO:3cbd19e5a7cd4c9b9b7da9dedd28cd61:rtpp_command_ul_handle:574: new session on IPv4 port 39640 created, tag c4d0edb4b0a14600adfd65b6002008c6;1
DBUG:GLOBAL:rtpp_command_split:396: received command "P1 3cbd19e5a7cd4c9b9b7da9dedd28cd61 /usr/local/etc/spp/sounds/service-inactive-ok.wav session c4d0edb4b0a14600adfd65b6002008c6;1 "
INFO:3cbd19e5a7cd4c9b9b7da9dedd28cd61:rtpp_stream_handle_play:407: 1 times playing prompt /usr/local/etc/spp/sounds/service-inactive-ok.wav codec 8: SSRC=0xE46E025E, seq=56190
DBUG:GLOBAL:rtpc_doreply:192: sending reply "0\n"
An no errrors, however I see no RTP streams from the port 39640 and nothing is played. I am using rtpproxy 2.2.alpha.9201ab4d (and opensips 3.1.13). Please advise.
Thank you!