publish issue
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 below, how should i do to solve it? rtc/participant.go:1416 mediaTrack published {"room": "97302546", "roomID": "RM_oWbVXAx49kD9", "participant": "Phone 013852189655", "pID": "PA_gdFJEmAHbzzU", "remote": false, "kind": "video", "trackID": "TR_VC7r2sbDhDPWsX", "webrtcTrackID": "video", "rid": "", "SSRC": 3155293666, "mime": "video/H264", "trackInfo": {"sid": "TR_VC7r2sbDhDPWsX", "type": 1, "name": "Phone 013852189655-track", "width": 320, "height": 180, "source": 1, "layers": [{"quality": 2, "width": 320, "height": 180}], "mimeType": "video/H264", "mid": "1", "codecs": [{"mimeType": "video/H264", "mid": "1", "cid": "video", "layers": [{"quality": 2, "width": 320, "height": 180}]}], "stream": "camera", "version": {"unixMicro": 1710746098902103}}}
dear author, sometimes when i published video mediatrack,it rendered very soon,some times it rendered need about 1m. but the log of livekit is normal.
which client are you using to publish the video track? Does it respond to the PLI request to generate key frame?