Add tcp option #313
-
I have an ffmpeg that forward a local udp stream to a remote server using this command: I'm able to generate the above command with the ffmpeg wrapper, but the command fail due to TCP negotiation failed I found that I need to add a tcp option to make it work like so: The above command works but I'm trying to away to add the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Probably, you specified |
Beta Was this translation helpful? Give feedback.
Probably, you specified
?listen=2
at wrong option.-progress
tells ffmpeg where to send progress reports, and this port is opened by Jaffree itself.Please, provide code sample and logs. Issue template clearly says that it should be provided.