推流
ffmpeg -re -i rayna.h264 -vcodec copy -f rtp rtp://30.40.37.23:3000>test.sdp
播流
ffplay -i test.sdp -protocol_whitelist file,udp,rtp
推流
ffmpeg -re -i rayna.h264 -vcodec copy -f rtp rtp://30.40.37.23:3000>test.sdp
播流
ffplay -i test.sdp -protocol_whitelist file,udp,rtp