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

Simulcast support? Relaying from rtmp source? #29

Open
mpisat opened this issue Oct 28, 2024 · 0 comments
Open

Simulcast support? Relaying from rtmp source? #29

mpisat opened this issue Oct 28, 2024 · 0 comments

Comments

@mpisat
Copy link

mpisat commented Oct 28, 2024

Hi,

I'm able to pull rtmp after so many attempts (gstreamer is difficult)

./gstreamer-publisher --token $LIVEKIT_PUBLISH_TOKEN
--
rtmpsrc location="rtmp://someserver/live/streamname" do-timestamp=true !
queue max-size-time=2000000000 leaky=upstream !
flvdemux name=demux
demux.video ! queue max-size-buffers=4096 leaky=upstream !
decodebin ! videoconvert !
x264enc tune=zerolatency key-int-max=60 bitrate=2000 name=vout
demux.audio ! queue max-size-buffers=4096 leaky=upstream !
decodebin ! audioconvert ! audioresample !
opusenc bitrate=64000 name=aout

I was wondering if we can do simulcast either by pulling 3 resolutions from the other rtmp source (stream_1080p, stream_720p, stream_360p etc) or by transcoding with gstreamer?

Do you have plans to improve this tool? It can help integrating other sources into gstreamer.

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