FFMpeg.Net
FFMpeg.Net copied to clipboard
can we use to restream the ipstream
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.