freeswitch icon indicating copy to clipboard operation
freeswitch copied to clipboard

Playback from remote url will cause a lot of noise on Windows platform

Open ilongli opened this issue 6 months ago • 0 comments

When playback the wav file from remote url, sounds with a lot of noise:

originate {sip_auto_answer=true}user/1001 &playback(https://dlink.host/1drv/aHR0cHM6Ly8xZHJ2Lm1zL3UvYy9hODQzZGVlMmI1NzYyNjJlL0VSS25wSjExWEFsQnFYUVhlQmNZc1U4QjhjN21ScXhPQ05Nc0JpenozVkp5MEE_ZT00ajlSWTI.wav)

Problem occurs when FreeSwitch install on Windows. The file caching on ~/storage/http_file_cache after playback: 2b7c3cd9842ccca632af535488348a0f.zip(with a lot of noise)

On Linux is fine (docker), the caching file sounds good: 2b7c3cd9842ccca632af535488348a0f.zip

Package version or git hash

  • Windows: Version 1.10.12-release~a88d069d6f~64bit (a88d069d6f 64bit)
  • Linux (docker): Version 1.10.0~64bit ( 64bit)

Trace logs trace.log

ilongli avatar Apr 12 '25 08:04 ilongli