Advertisement
Guest User

Untitled

a guest
Oct 16th, 2017
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.16 KB | None | 0 0
  1. ffmpeg -i rtsp://10.0.0.140:8554 -c:v copy -c:a copy -vsync 0 -listen 1 -f mpegts http://10.0.0.2:222
  2. ffmpeg version 2.7.1 Copyright (c) 2000-2015 the FFmpeg developers
  3.   built with gcc 4.3 (SUSE Linux)
  4.   configuration: --enable-gpl --enable-libopenjpeg --enable-libvorbis --enable-libtheora --enable-libvpx --enable-libmp3la
  5. me --enable-nonfree --enable-libx264 --enable-libfaac
  6.   libavutil      54. 27.100 / 54. 27.100
  7.   libavcodec     56. 41.100 / 56. 41.100
  8.   libavformat    56. 36.100 / 56. 36.100
  9.   libavdevice    56.  4.100 / 56.  4.100
  10.   libavfilter     5. 16.101 /  5. 16.101
  11.   libswscale      3.  1.101 /  3.  1.101
  12.   libswresample   1.  2.100 /  1.  2.100
  13.   libpostproc    53.  3.100 / 53.  3.100
  14. Input #0, rtsp, from 'rtsp://10.0.0.140:8554':
  15.   Metadata:
  16.     title           : Session streamed with GStreamer
  17.     comment         : rtsp-server
  18.   Duration: N/A, start: 0.000000, bitrate: N/A
  19.     Stream #0:0: Video: h264 (Main), yuvj420p(pc), 1920x1080, 25 fps, 25 tbr, 90k tbn, 50 tbc
  20.     Stream #0:1: Audio: aac (LC), 48000 Hz, stereo, fltp
  21. Output #0, mpegts, to 'http://10.0.0.2:222':
  22.   Metadata:
  23.     title           : Session streamed with GStreamer
  24.     comment         : rtsp-server
  25.     encoder         : Lavf56.36.100
  26.     Stream #0:0: Video: h264, yuvj420p, 1920x1080, q=2-31, 25 fps, 25 tbr, 90k tbn, 25 tbc
  27.     Stream #0:1: Audio: aac, 48000 Hz, stereo
  28. Stream mapping:
  29.   Stream #0:0 -> #0:0 (copy)
  30.   Stream #0:1 -> #0:1 (copy)
  31. Press [q] to stop, [?] for help
  32. [mpegts @ 0x1c3cb00] Non-monotonous DTS in output stream 0:0; previous: 20886, current: 0; changing to 20887. This may res
  33. ult in incorrect timestamps in the output file.
  34. [mpegts @ 0x1c3cb00] Non-monotonous DTS in output stream 0:0; previous: 20887, current: 4684; changing to 20888. This may
  35. result in incorrect timestamps in the output file.
  36. [mpegts @ 0x1c3cb00] Non-monotonous DTS in output stream 0:0; previous: 20888, current: 6497; changing to 20889. This may
  37. result in incorrect timestamps in the output file.
  38. [mpegts @ 0x1c3cb00] Non-monotonous DTS in output stream 0:0; previous: 20889, current: 9644; changing to 20890. This may
  39. result in incorrect timestamps in the output file.
  40. [mpegts @ 0x1c3cb00] Non-monotonous DTS in output stream 0:0; previous: 20890, current: 13299; changing to 20891. This may
  41.  result in incorrect timestamps in the output file.
  42. [mpegts @ 0x1c3cb00] Non-monotonous DTS in output stream 0:0; previous: 20891, current: 17553; changing to 20892. This may
  43.  result in incorrect timestamps in the output file.
  44. [mpegts @ 0x1c3cb00] Non-monotonous DTS in output stream 0:0; previous: 20892, current: 20513; changing to 20893. This may
  45.  result in incorrect timestamps in the output file.
  46. [mpegts @ 0x1c3cb00] Non-monotonous DTS in output stream 0:0; previous: 20893, current: 20886; changing to 20894. This may
  47.  result in incorrect timestamps in the output file.
  48. [NULL @ 0x1bc9d60] RTP: missed 102 packets
  49. [NULL @ 0x1bc9d60] RTP: missed 14615 packets
  50. [NULL @ 0x1bc9d60] RTP: PT=60: bad cseq cd50 expected=9439
  51. [NULL @ 0x1bc9d60] RTP: missed 14616 packets
  52. [NULL @ 0x1bcab40] RTP: missed 2209 packets
  53. frame=   56 fps= 55 q=-1.0 size=     897kB time=00:00:50.74 bitrate= 144.9kbits/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement