Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gstreamer publish no video #483

Open
shoyu666 opened this issue Dec 18, 2024 · 0 comments
Open

gstreamer publish no video #483

shoyu666 opened this issue Dec 18, 2024 · 0 comments

Comments

@shoyu666
Copy link

shoyu666 commented Dec 18, 2024

livekit:version": "1.8.0
lk version 2.3.0

can work

lk **** --publish-demo

can work

  gst-launch-1.0 videotestsrc is-live=true ! \
        video/x-raw,width=1280,height=720 ! \
        clockoverlay ! \
        videoconvert ! \
        x264enc tune=zerolatency key-int-max=60 bitrate=2000 ! \
        tcpserversink host=127.0.0.1 port=5000

n@ndeMacBook-Pro ~ % gst-launch-1.0 videotestsrc is-live=true ! \
        video/x-raw,width=1280,height=720 ! \
        clockoverlay ! \
        videoconvert ! \
        x264enc tune=zerolatency key-int-max=60 bitrate=2000 ! \
        tcpserversink host=127.0.0.1 port=5000
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Redistribute latency...
Redistribute latency...
0:00:09.8 / 99:99:99.

ffplay -f h264 -codec:v h264  tcp://127.0.0.1:5000 

not work

  gst-launch-1.0 videotestsrc is-live=true ! \
        video/x-raw,width=1280,height=720 ! \
        clockoverlay ! \
        videoconvert ! \
        x264enc tune=zerolatency key-int-max=60 bitrate=2000 ! \
        tcpserversink host=127.0.0.1 port=5000

lk ****  --publish h264://127.0.0.1:5000

can join room, but no video

livekit/gstreamer-publisher#41

#282

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant