Reopen, because the supplied gstreamer examples
```
gst-launch-1.0 \
  filesrc location="/VIDEOS/Intermissions_long_AV.mp4" ! decodebin name=t \
  t. ! videoconvert ! x264enc bitrate=1000 speed-preset=ultrafast 
tune=zerolatency ! "video/x-h264,profile=baseline" ! queue ! flvmux name=mux \
  t. ! audioconvert ! voaacenc bitrate=128000 ! queue ! mux. \
  mux. ! rtmpsink location="rtmp://hh.cs:1935/live/livestream live=1"
```
 (if directed to a valid url), as well as the 1.3.3 version of main.liq work in 
my config. 

-- 
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/693#issuecomment-457827414
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to