I trying to use next command:
ffmpeg -i link_to_rtsp -an -vcodec copy -f flv -rtmp_conn "my_options" -rtmp_live recorded link_to_rtmp
When I run it on Ubuntu this solution works wonderful, but when I run it on Windows XP/7 ffmpeg stopped on:
Metadata:
title : RTSP/RTP stream 1 from DCS-2130
comment : live1.sdp
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc), 640x480 [SAR
fps, 25.08 tbr, 90k tbn, 150 tbc
Stream #0:1: Audio: adpcm_g726, 8000 Hz, mono, s16, 32 kb/s
Can somobody help me? Why ffmpeg on Windows don't run this command correctly? I try to use ffmpeg version 2.2.11, 2.4.2, 2.5.2, but still have this problem.