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

Showing error: Error 5: this value has no method gstreamer #5

Open
manassinghai opened this issue May 25, 2022 · 0 comments
Open

Showing error: Error 5: this value has no method gstreamer #5

manassinghai opened this issue May 25, 2022 · 0 comments

Comments

@manassinghai
Copy link

Hi all, I am writing first time here as a help because I stuck with below code.
Actually, I am trying to build a broadcaster with LiquidSoap 2.0.5 and gstreamer 1.16.2 where the scheduled video files will broadcast on its scheduled time.

Here I am facing this error: Error 5: this value has no method gstreamer

The code is given below:

`set("frame.video.width", 1280)
set("frame.video.height", 720)
set("frame.video.samplerate", 25)
set("gstreamer.add_borders", false)

s = playlist.safe("playlist.pls",reload_mode="watch")

s = fallback([s, blank()])

output.gstreamer.audio_video(
video_pipeline=
"videoconvert ! x264enc bitrate=2000 ! video/x-h264,profile=baseline ! queue ! mux.",
audio_pipeline=
"audioconvert ! voaacenc bitrate=128000 ! queue ! mux.",
pipeline=
"flvmux name=mux ! rtmpsink location="rtmp://[YOUR_IP]:1935/example/live live=1"",
s)`

Any help is greatly appreciated.

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