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
hey @harlanc, thanks to you and huiminghao for fixing this in #160. Do you have plans for another release soon so I can get the fixed version from crates.io? Thanks!
XIU version
For example: v0.13.0
Describe the bug
RTSP server doesnt work with UDP transport.
To Reproduce
start xiu with:
cargo run -- -t 8554
push with:
./ffmpeg.exe -re -i /d/out.mkv -codec copy -f rtsp -rtsp_transport udp rtsp://172.19.116.34:8554/1
play with:
./ffplay.exe rtsp://172.19.116.34:8554/1 -rtsp_transport udp
--neither--
push with:
./ffmpeg.exe -re -i /d/out.mkv -codec copy -f rtsp -rtsp_transport tcp rtsp://172.19.116.34:8554/1
play with:
./ffplay.exe rtsp://172.19.116.34:8554/1 -rtsp_transport udp
xiu
logs:--neither--
push with:
./ffmpeg.exe -re -i /d/out.mkv -codec copy -f rtsp -rtsp_transport udp rtsp://172.19.116.34:8554/1
play with:
./ffplay.exe rtsp://172.19.116.34:8554/1 -rtsp_transport tcp
but works with:
push with:
./ffmpeg.exe -re -i /d/out.mkv -codec copy -f rtsp -rtsp_transport tcp rtsp://172.19.116.34:8554/1
play with:
./ffplay.exe rtsp://172.19.116.34:8554/1 -rtsp_transport tcp
Expected behavior
UDP transport works.
The text was updated successfully, but these errors were encountered: