ros-drivers / video_stream_opencv

A package to open video streams and publish them in ROS using the opencv videocapture mechanism
224 stars 159 forks source link

Add support for MPEG-TS UDP streams. #110

Open kledom opened 2 years ago

kledom commented 2 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