You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But every time this runs, I get u == 0 (no packets written) from the local track. Has anyone ever tried to use this as a client to a MediaSoup server? I'm trying to stream audio off a bunch of raspberry pi's in real time, back to a central server, where it can be processed and forwarded from there.
Thanks for the help!!
The text was updated successfully, but these errors were encountered:
Hi -- I'm trying to use this library as a client for a MediaSoup server, talking to a MediaSoup producer. See https://docs.rs/mediasoup/latest/mediasoup/
I have the DTLS Transport connected, verified with:
And I have an RTCRtpSender from:
And I have some opus chunks being written like this:
But every time this runs, I get
u
== 0 (no packets written) from the local track. Has anyone ever tried to use this as a client to a MediaSoup server? I'm trying to stream audio off a bunch of raspberry pi's in real time, back to a central server, where it can be processed and forwarded from there.Thanks for the help!!
The text was updated successfully, but these errors were encountered: