Kai

Results 10 comments of Kai

下的1.1.19的压缩包 执行./build.sh的结果 树莓派4B 64位官方系统 ![image](https://user-images.githubusercontent.com/19390025/162905136-c982d580-255a-4830-8a08-e93459345354.png)

我刚刚直接克隆了一份 然后build.sh ![image](https://user-images.githubusercontent.com/19390025/163082523-8bbf6f2c-a7db-4efb-98ca-8aa86779ad49.png)

下了最新的 build.sh过了 但是build.sh all linux release失败 ![image](https://user-images.githubusercontent.com/19390025/163293684-0fc34a4b-9790-4137-9332-f882a10ca5f0.png) 我把这个改了 但是还有其它类似的错误出现

[debug.zip](https://github.com/ireader/media-server/files/8760959/debug.zip) debug.log里面的cb pcm bytes的值只是统计错误 实际数据量是对的 mp4文件的时间戳用的avtimeline input64来得到的 音频输入的是样本累计值 视频输入的是系统当前系统时间

1. 视频帧率确实不固定,波动在1~5帧左右,不能保证编码的帧率非常稳定 2. 音频编码可以立刻出帧,视频采集的图像需要转换,再加上编码器需要缓存不能立刻出帧 针对2的问题 即使开始很长一段时间只有音频 应该也没问题 播放的时候 开始是黑屏嘛 还是说整个过程中音视频要交错均匀才行 对上面的那些问题有什么建议吗?我可以测试测试

改成x64后 1. test的属性 要改成相对路径 ![image](https://github.com/ireader/media-server/assets/19390025/b4f5fbf3-bd79-4127-8b74-8c36c794344f) 但是编译还有个问题 ![image](https://github.com/ireader/media-server/assets/19390025/22a9764c-c0dd-4ab1-b8d5-41e4efa5cf15) 网上搜索了 没有找到有效的解决方法

我换了其它的ffmpeg4的库也是同样的错误 有什么宏可以关闭ffmpeg相关的?

[video_ts.zip](https://github.com/ireader/media-server/files/11368910/video_ts.zip) 这是ts的两个不同的h264 一个花 一个不花

两个都设置了4M的码率 但是1080p的还是会花 ![无标题](https://user-images.githubusercontent.com/19390025/235558692-b20bec1d-cf10-485a-8924-b48d87588932.jpg) 是不是跟ffmpeg的解码有关

h264文件带了sps pps就能播放 不需要sdp sps pps应该是在rtsp流中就有的