**Describe the bug**
When I try to load my playlist I get a lots of:
2018/12/12 01:52:31 [decoder:3] Unable to decode 
"/home/disk/obs/Trailers/Transference - Launch Trailer 
(480p_30fps_H264-128kbit_AAC).mp4" as {audio=2;video=1;midi=0}!

**To Reproduce**
```
Runtime script:

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()])
s = video.add_image(
       width=300,height=100,
       x=10,y=10,
       file="logo_alfa.png",
       s)
       
  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/[KEY] 
live=1\"",
  s)
```

**Expected behavior**
It was working before, I onlu reinstal linux isntance and install gstreamer and 
liquidsoap from apt

**Version details**
 - Ubuntu 16.04

**Install method**
apt





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

Reply via email to