zxfskr
zxfskr
m7s_linux_amd64.tar.gz我使用官网下载的这个包,再Ubuntu上接受推流: ffmpeg -re -stream_loop -1 -i ./videos/bbb_1080p_60fps.mp4 -c:v h264 -c:a pcm_alaw -r 30 -s 720x1080 -ac 2 -rtsp_transport udp -f rtsp rtsp://localhost:554/live/test 然后使用ffplay播放: ffplay rtsp://localhost:554/live/test monibuca会报错,然后自动停止: 11:46:36 INFO 订阅者+1 {"流":...
windows10; mlt v7.22.0 Is there something wrong with the hash function of mlt_properties_add? The hashes of many names in the picture are the same, and the data using mlt_properties_get is...
localsdp  remote sdp  server 报错 没有轨道,但是 使用h264 是正常的,是av1 没有支持么?
 这个地方的增长好像去掉了限制,是否有内存泄漏风险? 目前我看到了这个值一直增大... 还需要继续看一下为什么

现象: ffmpeg -re -stream_loop -1 -i .\mark1.mp4 -c copy -f flv rtmp://localhost/live/test ffplay -i rtmp://localhost/live/test  但是试了下rtsp 是没问题的,有可能是什么原因?