Hi!

I would recommend trying directly with the latest `main` branch. There, you
should be able to use the rtmp protocol directly via the output.url. This
would be entirely native and we are actively supporting/debugging it at the
moment. Something like:

```
output.url(
  %ffmpeg(
    format="mpegts",
    %audio(...),
    %video(...)
  ),
  url="rtmp://server/key",
  s
)
```

Le mer. 24 mars 2021 à 11:34, udo noll <u...@aporee.org> a écrit :

>
> hello, sorry if that has been asked before:
> I would like to stream to youtube sometimes, ideally a still image along
> with sound.
> Is output.youtube.live(.ffmpeg) what I should looking after?
> In case, are there any cookbook examples around?
> thx! Udo
>
>
>
> _______________________________________________
> Savonet-users mailing list
> Savonet-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to