mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-22 00:42:22 +08:00
支持bitrate
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
if (key) {
|
||||
_have_video = true;
|
||||
}
|
||||
_speed += packet->size();
|
||||
_speed[TrackVideo] += packet->size();
|
||||
auto stamp = packet->time_stamp;
|
||||
PacketCache<FMP4Packet>::inputPacket(stamp, true, std::move(packet), key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user