What did you do? / What did you expect? / What happened?
I'm working on a screen sharing/voice chatting service and I've come across an issue when using a modified example of play-drom-disk. I'm trying to pipe in an OGG file and stream that to a receiver (here's the code) but the audio is garbled/corrupted.
Now the raw OGG does not exhibit the playback issues shown in the screen recording, leading me to believe that it's either a pion bug or, more likely, a bug in my code.
Your environment.
What did you do? / What did you expect? / What happened?
I'm working on a screen sharing/voice chatting service and I've come across an issue when using a modified example of play-drom-disk. I'm trying to pipe in an OGG file and stream that to a receiver (here's the code) but the audio is garbled/corrupted.
https://user-images.githubusercontent.com/33337309/190562898-1da823a1-986e-4c7a-8b99-fd5f9bff7a5e.mp4
For context, here's how the video is getting to the server:
And here's how the media is getting to pion:
Now the raw OGG does not exhibit the playback issues shown in the screen recording, leading me to believe that it's either a pion bug or, more likely, a bug in my code.
Thanks!