livekit / ingress

Ingest streams (RTMP/WHIP) or files (HLS, MP4) to LiveKit WebRTC
Apache License 2.0
64 stars 23 forks source link

ingress invalid type #178

Open Hollymingyi opened 7 months ago

Hollymingyi commented 7 months ago

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

result: {"error": "twirp error invalid_argument: invalid ingress type could u please tell me what should i do to resolve them?

davidzhao commented 7 months ago

which version of Ingress are you running?

Hollymingyi commented 7 months ago

dear david, docker hub pull latest,1.2.1 and 1.1.0 ,i tried them all,cant solve the problem. also,could u tell me how to sovle the latency about rtmp egress and egress,now when i try to connect sip endpoint ,the latency is more then 9s,thank you!

biglittlebigben commented 5 months ago

Which version of the cli and livekit-server?