voc / aes67-recorder

A Linux/GStreamer-Based AES67 Multitrack Audio Backup Solution
90 stars 10 forks source link

Recorded files are not of equal length #13

Open MaZderMind opened 5 years ago

MaZderMind commented 5 years ago

when recorded from a audinate/dante card in aes67 mode

a-tze commented 5 years ago

could be due to packet loss?

MaZderMind commented 5 years ago

If so, the recorder should probably warn on everything missed packet. The watchdog currently only warns when nothing gas been received for an extended period of time (500ms)

MaZderMind commented 5 years ago

Also, if the Destination-Format does not carry Timestamps (as wav does), there should be a Component that substitutes the expected (but not delivered) Samples with silence, so that a single dropout would not result in all following audio being shifted.