[FFmpeg-user] FFmpeg audio frame count/nb_samples misunderstanding?

Ted Park kumowoon1025 at gmail.com
Sat Jan 4 10:01:14 EET 2020


The input is a stream you’re reading at real time, the concept of frames as when you decode a format that’s framed for network streaming doesn’t apply the same.

> The aim is to have a consist method to correlate where the sender and
> receiver are at once the audio stream has been stopped. 

Isn’t that a pretty consistent method in itself? They’re both at the end. If synchronization throughout is important, maybe you could have separate processes for recording and streaming, and the server and receiver process can refer to an external clock.



More information about the ffmpeg-user mailing list