Ok everything compies properly but after I run my script I get:

> (Liquidsoap:30115): GStreamer-CRITICAL **:
> Trying to dispose element fakesink199, but it is in READY instead of the NULL 
> state.
> You need to explicitly set elements to the NULL state before
> dropping the final reference, to allow them to clean up.
> This problem may also be caused by a refcounting bug in the
> application or some element.
> 
> 
> (Liquidsoap:30115): GStreamer-CRITICAL **:
> Trying to dispose element pipeline199, but it is in READY instead of the NULL 
> state.
> You need to explicitly set elements to the NULL state before
> dropping the final reference, to allow them to clean up.
> This problem may also be caused by a refcounting bug in the
> application or some element.
> 
> 
> (Liquidsoap:30115): GStreamer-CRITICAL **:
> Trying to dispose element audioresample199, but it is in PAUSED instead of 
> the NULL state.
> You need to explicitly set elements to the NULL state before
> dropping the final reference, to allow them to clean up.
> This problem may also be caused by a refcounting bug in the
> application or some element.
> 
> 
> (Liquidsoap:30115): GStreamer-CRITICAL **:
> Trying to dispose element audioconvert199, but it is in PAUSED instead of the 
> NULL state.
> You need to explicitly set elements to the NULL state before
> dropping the final reference, to allow them to clean up.
> This problem may also be caused by a refcounting bug in the
> application or some element.
> 
> 
> (Liquidsoap:30115): GStreamer-CRITICAL **:
> Trying to dispose element filesrc199, but it is in PAUSED instead of the NULL 
> state.
> You need to explicitly set elements to the NULL state before
> dropping the final reference, to allow them to clean up.
> This problem may also be caused by a refcounting bug in the
> application or some element.

my script is:

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

s = playlist.safe("shuffle.m3u",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=44100 ! queue ! mux.",
  pipeline=
    "flvmux name=mux ! rtmpsink 
location=\"rtmp://live-ams.twitch.tv/app/live_138237184_tygleRgXiKHiAziN2sqtIGMGF1QMtU
 live=1\"",
  s)
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/676#issuecomment-448005974
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to