mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
client: support publishing with opus
This commit is contained in:
@@ -67,7 +67,7 @@ func main() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
// write RTP packets
|
||||
// route RTP packets to the server
|
||||
err = conn.WriteFrame(0, gortsplib.StreamTypeRTP, buf[:n])
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
Reference in New Issue
Block a user