[FFmpeg-user] FFmpeg on live streaming to Android devices

2020-09-24 Thread Leonardo Pagotto
Hello everyone, I'm working to have UDP live streams sent to Android setopboxes, it has to be 720p CBR 5Mbps @25fps HEVC. Source is UDP 1080p UDP H264. I've tried several settings but none of them seems to work, video starts to play then stops. My server runs os Ubuntu 18.04 Server Edition and

Re: [FFmpeg-user] ffmpeg NVENC won't run

2020-09-04 Thread Leonardo Pagotto
Hi Moritz, It was a UDP address/port misconfig, thanks a lot for helping. Cheers! LP On Fri, Sep 4, 2020 at 7:19 AM Moritz Barsnick wrote: > On Wed, Sep 02, 2020 at 13:04:40 -0300, Leonardo Pagotto wrote: > > starts and stucks, no error messages but won't go any further, even on a

[FFmpeg-user] HLS remote playback

2020-09-04 Thread Leonardo Pagotto
Hello everyone! Sorry for the some basic question but I'm a newbie to FFMPEG. Need to transcode UDP to HLS. used this command: ffmpeg -vsync 0 -hwaccel cuda -c:v h264_cuvid -resize 1280x720 -i 'udp:// 230.8.0.13:10008?pkt_size=1316=10.10.71.55' -ignore_unknown -c:a copy -c:v hevc_nvenc -b:v 3M

[FFmpeg-user] ffmpeg NVENC won't run

2020-09-02 Thread Leonardo Pagotto
Hello everyone, I've installed Cuda toolkit, Nvidia driver and compiled ffmpeg, installation went smoothly. all seems to be loaded but trying to run it starts and stucks, no error messages but won't go any further, even on a very basic command w/o NVENC. What can be wrong? lealpa@cuda7:~$ sudo

Re: [FFmpeg-user] UDP NVENC HEVC transcoding#

2020-08-19 Thread Leonardo Pagotto
Thank you, Moritz On Wed, Aug 19, 2020 at 9:32 AM Moritz Barsnick wrote: > On Mon, Aug 17, 2020 at 11:21:38 -0300, Leonardo Pagotto wrote: > > I'm transcoding/resizing some UDP live streams using CUVID and NVENC. It > > works but I got the feeling could be better, this is the

Re: [FFmpeg-user] UDP NVENC HEVC transcoding

2020-08-18 Thread Leonardo Pagotto
Hi Hydra333 Many thanks for the tip, I'll give it a try. Cheers! On Mon, Aug 17, 2020 at 10:54 PM wrote: > > Subject: [FFmpeg-user] UDP NVENC HEVC transcoding > > > > Hello! > > > > I'm transcoding/resizing some UDP live streams using CUVID and NVENC. It > works but I got the feeling could be

[FFmpeg-user] UDP NVENC HEVC transcoding

2020-08-17 Thread Leonardo Pagotto
Hello! I'm transcoding/resizing some UDP live streams using CUVID and NVENC. It works but I got the feeling could be better, this is the my command line: ffmpeg -vsync 0 -hwaccel cuvid -c:v h264_cuvid -resize 1280x720 -drop_second_field 1 -i udp://