how are you publishing the stream? with the go sdk?
d
dry-elephant-14928
12/13/2022, 7:33 PM
@mysterious-baker-41667 LiveKit does not perform any encoding of streams. You should be able to publish H.264 encoded in any way. Please verify your pipelines to ensure keyframes are being published. (and that you are encoding into constrained baseline). see MDN docs on this
m
mysterious-baker-41667
12/14/2022, 3:51 AM
@polite-kilobyte-67570, to publish stream we are used livekit-cli Join room command, livekit-cli join-room --room <room name> --api-key <api key of server> --api-secret <secret key of the server> --url <url of the server> --identity <name of user> --publish h264://127.0.0.1:8888