Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ ffmpeg -v verbose -hwaccel cuda -i rtsp://admin:<mdp>@172.20.31.66:554 -f null -
- ffmpeg version N-94800-gcb8c353032 Copyright (c) 2000-2019 the FFmpeg developers
- built with gcc 8 (Ubuntu 8.3.0-6ubuntu1)
- configuration: --disable-x86asm --enable-cuda-sdk --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib64
- libavutil 56. 35.100 / 56. 35.100
- libavcodec 58. 56.101 / 58. 56.101
- libavformat 58. 32.104 / 58. 32.104
- libavdevice 58. 9.100 / 58. 9.100
- libavfilter 7. 58.102 / 7. 58.102
- libswscale 5. 6.100 / 5. 6.100
- libswresample 3. 6.100 / 3. 6.100
- [tcp @ 0x55fb4abe7c40] Starting connection attempt to 172.20.31.66 port 554
- [tcp @ 0x55fb4abe7c40] Successfully connected to 172.20.31.66 port 554
- [rtsp @ 0x55fb4abe5880] SDP:
- v=0
- o=- 1904069787018 1904069787018 IN IP4 172.20.31.66
- s=Media Presentation
- e=NONE
- b=AS:5050
- t=0 0
- a=control:rtsp://172.20.31.66:554/
- m=video 0 RTP/AVP 96
- c=IN IP4 0.0.0.0
- b=AS:5000
- a=recvonly
- a=x-dimensions:1920,1080
- a=control:rtsp://172.20.31.66:554/trackID=1
- a=rtpmap:96 H264/90000
- a=fmtp:96 profile-level-id=420029; packetization-mode=1; sprop-parameter-sets=Z01AKI2NQDwBE/LgLcBAQFAAAD6AAAnEDoYAcaAABfXgu8uNDADjQAAL68F3lwo=,aO44gA==
- a=Media_header:MEDIAINFO=494D4B48010300000400000100000000000000000000000000000000000000000000000000000000;
- a=appversion:1.0
- [rtsp @ 0x55fb4abe5880] setting jitter buffer size to 500
- [h264 @ 0x55fb4abe9800] Reinit context to 1920x1088, pix_fmt: yuvj420p
- Input #0, rtsp, from 'rtsp://admin:[email protected]:554':
- Metadata:
- title : Media Presentation
- Duration: N/A, start: 0.310000, bitrate: N/A
- Stream #0:0: Video: h264 (Main), 1 reference frame, yuvj420p(pc, bt709, progressive, left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 20 fps, 25 tbr, 90k tbn, 40 tbc
- Stream mapping:
- Stream #0:0 -> #0:0 (h264 (native) -> wrapped_avframe (native))
- Press [q] to stop, [?] for help
- [h264 @ 0x55fb4b3fd740] NVDEC capabilities:
- [h264 @ 0x55fb4b3fd740] format supported: yes, max_mb_count: 65536
- [h264 @ 0x55fb4b3fd740] min_width: 48, max_width: 4096
- [h264 @ 0x55fb4b3fd740] min_height: 16, max_height: 4096
- [h264 @ 0x55fb4b3fd740] Reinit context to 1920x1088, pix_fmt: cuda
- [graph 0 input from stream 0:0 @ 0x55fb4be5eb80] w:1920 h:1080 pixfmt:nv12 tb:1/90000 fr:25/1 sar:1/1 sws_param:flags=2
- Output #0, null, to 'pipe:':
- Metadata:
- title : Media Presentation
- encoder : Lavf58.32.104
- Stream #0:0: Video: wrapped_avframe, 1 reference frame, nv12(left), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc
- Metadata:
- encoder : Lavc58.56.101 wrapped_avframe
- frame= 990 fps= 20 q=-0.0 Lsize=N/A time=00:00:49.20 bitrate=N/A speed=1.02x
- video:518kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
- Input file #0 (rtsp://admin:[email protected]:554):
- Input stream #0:0 (video): 998 packets read (11824828 bytes); 991 frames decoded;
- Total: 998 packets (11824828 bytes) demuxed
- Output file #0 (pipe:):
- Output stream #0:0 (video): 990 frames encoded; 990 packets muxed (530640 bytes);
- Total: 990 packets (530640 bytes) muxed
- Exiting normally, received signal 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement