Reputation: 445
I used this command to change the streaming parameters :
ffmpeg -i rtp://192.168.0.12:1234 -timeout -1 -shortest -ac 2 -ar 16000 -acodec pcm_s16le -f rtp rtp://192.168.0.12:4567
This is work well, ffmpeg wait the connection of the source to start.
But i don't found the options to indicate at ffmpeg to wait the reconnection of the source if the connection has been cuted.
Somebody know if this option exist ? Thank's in adavance.
Upvotes: 2
Views: 4014