Answer for tcp connection refused when using transcode
Hi, Please try the following: 1. Use removeconfig to remove the stream that you pulled. 2. Use the URI from the pullstream command as input to the transcode command, e.g./usr/bin/evo-avconv -i <uri_from_old_pullstream_command> -c:v libx264 -b:v 720k -c:a libfaac -b:a 32k -metadata streamName=DstStreamName -f flv tcp://localhost:6666/
Cheers,
Don