Opened 6 years ago
Last modified 6 years ago
#7689 new defect
instance depth difference between external librtmp and builtin librtmp
Reported by: | zermok | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | rtmp |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
How to reproduce:
% /usr/local/bin/ffmpeg -thread_queue_size 512 -re -fflags +genpts+nobuffer -avoid_negative_ts make_zero -rtmp_live live -rtmp_buffer 4 -rtmp_conn 'S:xxxx Z: Z: Z: S:xxxx Z: Z: Z: Z: Z: Z:' -i 'rtmp://whatever.server:1935/app/instance/subinstance/mp4:stream' test.mp4 ffmpeg version N-92997-g306cc26115 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 8 (GCC)
sub instance works with the external librtmp and compiling with --enable-librtmp
btw with builtin librtmp URL like
rtmp://whatever.server:1935/app/instance/subinstance/mp4:stream
does not work (unknown error) but with external librtmp it works
Attachments (1)
Change History (7)
comment:1 by , 6 years ago
Component: | ffmpeg → avformat |
---|---|
Keywords: | rtmp added; librtmp removed |
Priority: | important → normal |
comment:2 by , 6 years ago
sample not possible, it's a private live stream
the command line is written in the description already
about the console log, with full verbose?
comment:4 by , 6 years ago
however if we can communicate by PM I can give to you the right host to stream so I can let the stream always up but I need you IP to allow the firewall to let you stream
comment:6 by , 6 years ago
Hello, any news? I tried to fix it but could'nt find where to change the app path code to make buiitin librtmp behave the same of the external one. thanks
Please provide a sample stream and the command line you tested together with the complete, uncut console output to make this a valid ticket.