Skip to content

Commit

Permalink
lalmax support safari hevc(whep)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZSC714725 committed Dec 15, 2023
1 parent e74cf6a commit 4b9bdd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rtc/peerConnection.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ func newPeerConnection(ips []string, iceUDPMux ice.UDPMux, iceTCPMux ice.TCPMux)
},
webrtc.RTPCodecTypeVideo)

if err != nil {
nazalog.Error(err)
return
}

// TODO opus音频

// PCMU
Expand Down

0 comments on commit 4b9bdd5

Please sign in to comment.