Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepch/RTSPtoRTMP
/ NewFakeAudio
Function
NewFakeAudio
fakeAudio.go:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
func
NewFakeAudio() *FakeAAC {
17
return
&FakeAAC{closer: make(
chan
bool)}
18
}
19
20
func
(obj *FakeAAC) Start(CodecData []av.CodecData, OutgoingPacketQueue
chan
*av.Packet) ([]av.CodecData, error) {
21
go
func
() {
Callers
1
RTSPWorker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected