**Describe the bug**
i would like to add logo to my videos by video.add_image but at final streamed 
result i can't see logo.
although text added by video.add_text.sdl(...) is shown.

**To Reproduce**

```
playlist=playlist(...)

playlist=video.add_text.sdl(
         ...
        "text", playlist
)

playlist = video.add_image(
       width=100,
      height=100,
       x=10,y=10,
       file="logo.jpg",
       playlist)

output.icecast(
        format = "video/ogg",
        icy_metadata="false",
        fallible=true, 
                %gstreamer(
                ...
                ),
        host="127.0.0.1",
        password="xx",
        mount="video",
        playlist
)
```

at log, i can see
 
```
[decoder:3] Method "SDL/IMAGE" accepted ...
[decoder:3] Method "IMAGE" accepted ....
[img:3] Prepared "logo.jpg" (RID 2)
```

 but there is no error but i don't know why image is not appeared in final 
stream.

**Version details**
 - OS: [e.g. ubuntu 18.04]
 - Version [e.g. `1.3.6`]

**Install method**
opam




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

Reply via email to