[Freeswitch-users] record_session and file size

Gavin Henry gavin.henry at gmail.com
Sun Mar 31 19:20:23 UTC 2019


Hi Mike,

The only ones I see are:

rtp_audio_in_raw_bytes 163136
rtp_audio_out_raw_bytes 139664

rtp_audio_in_media_bytes 163056
rtp_audio_out_media_bytes 139664

and these are there whether record_session is set or not. So I presume
as the default file format is wav, which on the filesystem for the
above call shows as 318444 bytes, then it's the combo of in_raw and
out_raw, but that doesn't add up...

The duration of the call is 21 secs, so if it's wav I could use
https://en.wikipedia.org/wiki/WAV to work out the size as I don't want
to access the filesystem.

Thanks.



More information about the FreeSWITCH-users mailing list