reconnect_at_eofの機能がよく分かりません
If set then eof is treated like an error and causes reconnection,
this is useful for live / endless streams.
とドキュメントにあります
EOFをエラーの時のように処理してから再接続する。ライブストリーミングなどに便利。
というような意味かと思います
再接続が発生した時にうまいこと処理してくれるもので、
とりあえず付けておけばいいのだろうと思ったのですが、
このオプションを1にしてストリーミング録音をしようとすると
[https @ 0x2bed240] Will reconnect at 192 in 0 second(s), error=End of file.
[https @ 0x2bed240] Will reconnect at 192 in 1 second(s), error=End of file.
[https @ 0x2bed240] Will reconnect at 192 in 3 second(s), error=End of file.
[https @ 0x2bed240] Will reconnect at 192 in 7 second(s), error=End of file.
のようなメッセージ延々表示されて録音が始まりません
このオプションはなんなのでしょうか?