Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latency and pub error #166

Open
Hollymingyi opened this issue Sep 3, 2024 · 1 comment
Open

latency and pub error #166

Hollymingyi opened this issue Sep 3, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Hollymingyi
Copy link

Hollymingyi commented Sep 3, 2024

dear author,
i found an error when i publish video into livekit room, below are my invoke function:

videoRTCPFeedback := []webrtc.RTCPFeedback{{"ccm", "fir"}, {"ccm", "tmmbr"}, {"nack", ""}, {"nack", "pli"}}
videoTrack, err := webrtc.NewTrackLocalStaticRTP(webrtc.RTPCodecCapability{
MimeType: webrtc.MimeTypeH264,
ClockRate: 90000,
SDPFmtpLine: "level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f",
RTCPFeedback: videoRTCPFeedback,
}, "video", "pion2")

and the livekit log as below:

ERROR livekit supervisor/participant_supervisor.go:156 supervisor error on publication {"room": "62316388", "roomID": "RM_jme3z4WDbQKp", "participant": "sip_19373086225", "pID": "PA_LUb4DHbZ3VtW", "remote": false, "trackID": "TR_AM2hbgHd8dvSzp", "error": "publish time out"}

plus , the sip server and the livekit server at the same host, and the pcap attached is nothing wrong
could u give me some advice to handle the issue, thanks very much!!! wait for your message .
kadun.zip

@dennwc
Copy link
Contributor

dennwc commented Sep 16, 2024

This doesn't seem to be SIP-specific. Maybe worth opening an issue on the main LiveKit repository?

@dennwc dennwc added the question Further information is requested label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants