zxfskr

Results 7 issues of 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...

pending

localsdp ![image](https://github.com/user-attachments/assets/5b652bc1-30ae-44b6-a31a-5d407005b70c) remote sdp ![image](https://github.com/user-attachments/assets/f1f51ac0-dc18-44b4-b2f2-a2c1eec63ffa) server 报错 没有轨道,但是 使用h264 是正常的,是av1 没有支持么?

![Image](https://github.com/user-attachments/assets/a319ee49-9803-4140-acbb-f20de505f905) 这个地方的增长好像去掉了限制,是否有内存泄漏风险? 目前我看到了这个值一直增大... 还需要继续看一下为什么

![image](https://github.com/user-attachments/assets/333b8936-0be8-45a5-a06c-854e2122240c)

现象: ffmpeg -re -stream_loop -1 -i .\mark1.mp4 -c copy -f flv rtmp://localhost/live/test ffplay -i rtmp://localhost/live/test ![image](https://github.com/user-attachments/assets/b3e781f3-53bd-4e74-b805-a399c9d4368d) 但是试了下rtsp 是没问题的,有可能是什么原因?