maxsharabayko/srt-xtransmit

UDP->SRT with Route

Closed this issue · 0 comments

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://public_ip: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.