Have you recompiled `ocaml-gstreamer` and `liquidsoap`? The following works 
great here:
```
  output.gstreamer.audio_video(
  video_pipeline=
    "videoconvert ! x264enc bitrate=3500  speed-preset=ultrafast ! 
video/x-h264,profile=baseline ! queue ! mux.",
  audio_pipeline=
    "audioconvert ! fdkaacenc bitrate=64000 ! queue ! mux.",
  pipeline=
    "flvmux name=mux  ! filesink location=/tmp/test.flv",fallible=true,
  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/511#issuecomment-413605046
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to