-
Hi, I am new to Pion and I love this library. It is amazing! I am building an application which bridge a SIP call to a WebRTP session but I have an issue when relaying RTP packets from the SIP call to the browser. I am able to receive the audio from the browser and save it into a wav file but not the other way around. I have created a simpler version of my application to replicate my issue. It is located at https://github.com/dhx71/test-pion. I am able to capture the RTP with Wireshark and I don't see the issue in it. When I check in Any idea what I am doing wrong? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The solution is in this repo: https://github.com/Sean-Der/pion-ulaw-player Thank you Sean |
Beta Was this translation helpful? Give feedback.
The solution is in this repo:
https://github.com/Sean-Der/pion-ulaw-player
Thank you Sean