[FFmpeg-user] Add logo with ffmpeg and obtain livestream link

carto lover cartolover at gmail.com
Wed Dec 2 10:52:47 EET 2020


i tryed the command
ffmpeg -i
http://myip:9985/stream/channel/8cfdf5a5ae10f5b0ef2a70383065aa93?ticket=8385CED480EFAB7574F62FB30503AA572991616E
-i ./logo.png -filter_complex "overlay=10:10" -f h264 udp://ipvps:1235

and in the pastebin you can see what happens...
https://pastebin.com/KKLhYVLu


but if i open on vlc udp://myip:1235 nothing happens!



Il giorno mar 1 dic 2020 alle ore 11:14 carto lover <cartolover at gmail.com>
ha scritto:

> Hi i'm new to ffmpeg and it's very promising
>
> i want to add a logo to stream video i tested it and obtained an mp4 file
> and all is fine:
>
> ffmpeg -y -i myhttplinkstreaming -i ./logo1.jpeg -filter_complex
> "overlay=10:10" OUT_1.mp4
>
> if i want to restream it live...
>
> is it possible to remove out_1.mp4 and have something like myip:1234??
>


More information about the ffmpeg-user mailing list