Hollymingyi

Results 19 issues of Hollymingyi

dear author, as below,i subscribed video track, it is encoded via h264, and it's payload type always 125,i want change it to 102/108 how should i to do? --roomCallback :=...

dear author, when i try to send vp8 rtp packege via func , **videoTrack, err := webrtc.NewTrackLocalStaticSample(webrtc.RTPCodecCapability{MimeType: webrtc.MimeTypeH264}, "video", "pion2") videoTrack.WriteSample(media.Sample{Data: data, Duration: sampleDur}), the livekit server logs like below,**...

dear author, can i add h264 fmtp like below in livekit source code? the problem is that when i added like that ,some video cannot show at the react demo...

dear author, when i publish video stream into livekit room via video track, sometimes the livekit-react demo cant show the video ,only have audio , i captured some log like...

dear author, when i try to call into livekit server via sip , sip message all is well ,but there have no rtp, and then i found some error at...

question

dear author, when i user outbound api to make call, it worked.but when i hangup the sip endpoint ,the livekit room still exist the sip endpoint ,the logs like below,...

bug

hi author, i added direct rule and bind trunk ,sometimes the route it worked ,but sometimes it cannot work well.could u give some real demo about create trunk and rule(direct)...

documentation

hi author, this is my code added for video . but when it work , call from sipjs softphone into livekit ,the video of softphone is very fuzzy, i dont...

dear author: when i use ingress service , there are some issue as below: param: ingressRequest := &livekit.CreateIngressRequest{ InputType: livekit.IngressInput_URL_INPUT, Name: "ingress_" + name, RoomName: room, ParticipantIdentity: from, ParticipantName: from,...

hello author, do we have the plan to let sfu support mpeg-ps/mpeg-ts format?