Opened 7 years ago

Closed 7 years ago

#6223 closed defect (invalid)

Error while ffmpeg conversion

Reported by: Ankit Gupta Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

This might not be a bug but I am clueless, any immediate help will be highly appriciated.

My below command is failing with error, refer complete console output below

ffmpeg -rtsp_transport tcp -i rtsp://ankitgupta:ankkitgupta_1@172.16.22.227:554/stream1_L -r 25 -crf 25 -preset veryfast -maxrate 3000k -bufsize 6000k -g 50 -c:v libx264 -hls_time 4 -hls_list_size 1 -hls_wrap 2 -start_number 1 -y Z:/playlist.m3u8

console output:
C:\Program Files\FFMpeg\ffmpeg-20160622-e0faad8-win64-static\ffmpeg-20160622-e0faad8-win64-static\bin>ffmpeg -rtsp_transport tcp -i rtsp://ankitgupta:ankkitgupta_1@172.16.22.227:554/stream1_L -r 25 -crf 25 -preset veryfast -maxrate 3000k -bufsize 6000k -g 50 -c:v libx264 -hls_time 4 -hls_list_size 1 -hls_wrap 2 -start_number 1 -y Z:/playlist.m3u8
ffmpeg version N-80522-ge0faad8 Copyright (c) 2000-2016 the FFmpeg developers

built with gcc 5.4.0 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
libavutil 55. 24.100 / 55. 24.100
libavcodec 57. 46.100 / 57. 46.100
libavformat 57. 38.102 / 57. 38.102
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 46.102 / 6. 46.102
libswscale 4. 1.100 / 4. 1.100
libswresample 2. 1.100 / 2. 1.100
libpostproc 54. 0.100 / 54. 0.100

[rtsp @ 00000000022d2cc0] method SETUP failed: 461 Unsupported Transport
rtsp://ankitgupta:ankkitgupta_1@172.16.22.227:554/stream1_L: Unknown error

Change History (1)

comment:1 by Carl Eugen Hoyos, 7 years ago

Component: ffmpegundetermined
Resolution: invalid
Status: newclosed

Please post all usage questions on the user mailing list.

Note: See TracTickets for help on using tickets.