This, which is like the minimum I want to be able to run (can of course make a 
more minimal version)

```
set("server.telnet.bind_addr", "127.0.0.1")
set("server.telnet.port", 1234)
set("server.telnet", true)

set("log.file.path", "/media/log/playvideo.log")

set("frame.video.width", 888)
set("frame.video.height", 480)
set("frame.video.samplerate", 25)

s = single("/media//video/static.mp4")

# the output
output.gstreamer.audio_video(
    video_pipeline=
        "videoconvert ! gdkpixbufoverlay 
location=/media/radiharkolis/video/harklogo-inv-101.png offset-x=768 
offset-y=20 ! 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://10.0.0.105:1935/live/show 
live=1\"",
    s)

```


So are you now testing with stock debian stable gstreamer, or on debian 
unstable with 1.14.2 ?

-- 
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-414128863
------------------------------------------------------------------------------
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