bytedeco/javacv

can ffmpeg act as Sender and Receiver at same time?

Open

#1,089 opened on Nov 14, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi, I want ask a question:
Can ffmpeg send and receive at ONE port at same time? For example : given a port number 12345. ffmpeg listen at this port to receive video and send video using this port. At window pc, if I send by ffmpeg using this port , I cannot start another ffmpeg instance to receive because this port is occupied by prior ffmpeg instance. But in a SIP RTP session, I need receive and send video use same port, so can I do this in ffmpeg (or javacv)?

Contributor guide