livekit / ingress

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

whip connection does not work #231

Open ghost opened 7 months ago

ghost commented 7 months ago

I'm trying to use WHIP instead of RTMP (RTMP works fine) but after accepting the connection the connection drops.

image

Config

logging:
  level: debug
redis:
    address: localhost:6379
api_key: *******
api_secret: *******
ws_url: wss://MY.URL
rtmp_port: 1935
whip_port: 8080
http_relay_port: 9090

rtc_config:
  tcp_port: 7882 # 7881 - already in use
  udp_port: 7885
  use_external_ip: false
biglittlebigben commented 5 months ago

Could you provide some more details, such as ingress, livekit-server and OBS logs?

Thanks,