FFMpeg.Net icon indicating copy to clipboard operation
FFMpeg.Net copied to clipboard

can we use to restream the ipstream

Open sachin0606 opened this issue 6 years ago • 0 comments

Hi,

wanted to use it for the restream of ipstrem. currently using below command to restream to udp. but in some fluctuation its get stopped and it wont re trigger. can you please help me in coding the same.

ffmpeg -re -i "http://x.x.x.x" -c:v libx264 -profile:v baseline -codec:a mp3 -b:a 192k -f mpegts udp://230.0.0.5:118?pkt_size=1316

how i can use this in this situation.

sachin0606 avatar Nov 17 '18 03:11 sachin0606