maxsharabayko / srt-xtransmit

SRT transmission application used for testing
40 stars 17 forks source link

UDP->SRT with Route #81

Closed Breno-brtk closed 1 year ago

Breno-brtk commented 1 year ago

I am creating a UDP->SRT transmitter stream with ROUTE, this is my command: Transmitter: ./srt-xtransmit route -i "udp://127.0.0.1:6001?adapter=127.0.0.1" -o "srt:// :9000" -v Receiner: ._/srt-xtransmit route -i "srt://publicip:9000" -o "udp://127.0.0.1:6001?adapter=127.0.0.1" -v The flow starts according to the ROUTE [SRC->DST] Started log, but nothing is transmitted, and I do not end the connection on the receiver side, the sender does not close the connection, remaining ROUTE [SRC- >DST] Started. I would like to know if it is possible to perform UDP->SRT flow with ROUTE or is it some bug.