Open kledom opened 3 years ago
see https://ffmpeg.org/ffmpeg-protocols.html#toc-udp
For testing you can run the following command using ffmpeg: ffmpeg -stream_loop -1 -re -i ./test/small.mp4 -vcodec libx264 -f mpegts udp://localhost:1234
ffmpeg -stream_loop -1 -re -i ./test/small.mp4 -vcodec libx264 -f mpegts udp://localhost:1234
see https://ffmpeg.org/ffmpeg-protocols.html#toc-udp
For testing you can run the following command using ffmpeg:
ffmpeg -stream_loop -1 -re -i ./test/small.mp4 -vcodec libx264 -f mpegts udp://localhost:1234