You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use the following commands to get a udp stream:
.\srt-xtransmit.exe route -i udp://:8866 -o "srt://:8867" -v
or
.\srt-xtransmit.exe receive "udp://:8866" --enable-metrics --metricsfile udp-metrics.csv --metricsfreq 1s
And I use the following commands to send streams to them:
.\srt-xtransmit.exe generate "udp://remote_ip:8866" --sendrate 5Mbps --duration 120s --enable-metrics
or
ffmpeg -i D:\video.mp4 -f mpegts "udp://127.0.0.1:8866"
But no communication is established between the receiver and the sender.
If I use srt instead of udp, the connection is established easily, but I need to use udp.
The text was updated successfully, but these errors were encountered:
Hi,
I use the following commands to get a udp stream:
.\srt-xtransmit.exe route -i udp://:8866 -o "srt://:8867" -v
or
.\srt-xtransmit.exe receive "udp://:8866" --enable-metrics --metricsfile udp-metrics.csv --metricsfreq 1s
And I use the following commands to send streams to them:
.\srt-xtransmit.exe generate "udp://remote_ip:8866" --sendrate 5Mbps --duration 120s --enable-metrics
or
ffmpeg -i D:\video.mp4 -f mpegts "udp://127.0.0.1:8866"
But no communication is established between the receiver and the sender.
If I use srt instead of udp, the connection is established easily, but I need to use udp.
The text was updated successfully, but these errors were encountered: