This message was deleted.
# helpdesk
s
This message was deleted.
👀 1
p
how are you publishing the stream? with the go sdk?
d
@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
@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
q
@dry-elephant-14928 Thank you . it works.
🙌 1
d
glad to hear it!