推流
-
你好,有没同时推送视频流、语音流到服务器的demo或者方案?
你好,移植ffmpeg去实现推送混合音视频流时出现警告:
[flv @ 0xd3ad0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
[flv @ 0xd3ad0] Encoder did not produce proper pts, making some up.
警告意思是说:流0的数据包中未设置时间戳,这已不推荐使用,并将在未来停止工作
请教下,是因为我们的音视频框架下不支持为多媒体数据中的每个数据包正确设置时间戳?如果支持的话,可以说明下哪些接口用于设置时间戳?
[flv @ 0xd3ad0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
[flv @ 0xd3ad0] Encoder did not produce proper pts, making some up.
警告意思是说:流0的数据包中未设置时间戳,这已不推荐使用,并将在未来停止工作
请教下,是因为我们的音视频框架下不支持为多媒体数据中的每个数据包正确设置时间戳?如果支持的话,可以说明下哪些接口用于设置时间戳?