Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. ./ffmpeg -i rtsp://*:*@192.168.1.24:10554/ -movflags frag_keyframe+empty_moov -acodec copy -vcodec copy http://localhost:8090/feed1.ffm
  2. ffmpeg version N-89180-gafd2bf5 Copyright (c) 2000-2017 the FFmpeg developers
  3. built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
  4. configuration:
  5. libavutil 56. 0.100 / 56. 0.100
  6. libavcodec 58. 3.105 / 58. 3.105
  7. libavformat 58. 2.102 / 58. 2.102
  8. libavdevice 58. 0.100 / 58. 0.100
  9. libavfilter 7. 2.100 / 7. 2.100
  10. libswscale 5. 0.101 / 5. 0.101
  11. libswresample 3. 0.101 / 3. 0.101
  12. [rtsp @ 0x2ba2400] max delay reached. need to consume packet
  13. [rtsp @ 0x2ba2400] RTP: missed 1 packets
  14. Guessed Channel Layout for Input Stream #0.1 : mono
  15. Input #0, rtsp, from 'rtsp://*:*@192.168.1.24:10554/':
  16. Metadata:
  17. title : streamed by the VSTARCAM RTSP server
  18. Duration: N/A, start: 0.000000, bitrate: N/A
  19. Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1280x720, 25.08 tbr, 90k tbn, 180k tbc
  20. Stream #0:1: Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s
  21. Stream mapping:
  22. Stream #0:1 -> #0:0 (pcm_alaw (native) -> aac (native))
  23. Stream #0:0 -> #0:1 (h264 (native) -> mpeg4 (native))
  24. Press [q] to stop, [?] for help
  25. [aac @ 0x2c01880] Queue input is backward in time
  26. Output #0, ffm, to 'http://localhost:8090/feed1.ffm':
  27. Metadata:
  28. title : streamed by the VSTARCAM RTSP server
  29. creation_time : now
  30. encoder : Lavf58.2.102
  31. Stream #0:0: Audio: aac (LC), 22050 Hz, mono, fltp, 64 kb/s
  32. Metadata:
  33. encoder : Lavc58.3.105 aac
  34. Stream #0:1: Video: mpeg4, yuv420p, 640x480, q=10-51, 512 kb/s, 25.08 fps, 1000k tbn, 25 tbc
  35. Metadata:
  36. encoder : Lavc58.3.105 mpeg4
  37. Side data:
  38. cpb: bitrate max/min/avg: 1024000/0/512000 buffer size: 1024000 vbv_delay: -1
  39. [ffm @ 0x2c04ca0] Non-monotonous DTS in output stream 0:0; previous: 139320, current: 25760; changing to 139321. This may result in incorrect timestamps in the output file.
  40. [ffm @ 0x2c04ca0] Non-monotonous DTS in output stream 0:0; previous: 139321, current: 72200; changing to 139322. This may result in incorrect timestamps in the output file.
  41. [ffm @ 0x2c04ca0] Non-monotonous DTS in output stream 0:0; previous: 139322, current: 118639; changing to 139323. This may result in incorrect timestamps in the output file.
  42. [h264 @ 0x2e0f260] Increasing reorder buffer to 1
  43. [rtsp @ 0x2ba2400] max delay reached. need to consume packetitrate= 351.9kbits/s dup=85 drop=0 speed= 1.3x
  44. [rtsp @ 0x2ba2400] RTP: missed 1 packets
  45. [h264 @ 0x2e0f260] error while decoding MB 75 26, bytestream -5
  46. [h264 @ 0x2e0f260] concealing 1494 DC, 1494 AC, 1494 MV errors in P frame
  47. [rtsp @ 0x2ba2400] max delay reached. need to consume packetitrate= 366.3kbits/s dup=103 drop=0 speed=1.24x
  48. [rtsp @ 0x2ba2400] RTP: missed 1 packets
  49. [rtsp @ 0x2ba2400] max delay reached. need to consume packetitrate= 354.0kbits/s dup=156 drop=0 speed=1.15x
  50. [rtsp @ 0x2ba2400] RTP: missed 3 packets
  51. [h264 @ 0x2df32e0] concealing 2285 DC, 2285 AC, 2285 MV errors in I frame
  52. av_interleaved_write_frame(): Broken pipe time=00:00:20.69 bitrate= 353.2kbits/s dup=168 drop=0 speed=1.14x
  53. Last message repeated 2 times
  54. Error writing trailer of http://localhost:8090/feed1.ffm: Broken pipe
  55. frame= 422 fps= 23 q=2.5 Lsize= 892kB time=00:00:20.73 bitrate= 352.4kbits/s dup=169 drop=0 speed=1.14x
  56. video:763kB audio:146kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
  57. [aac @ 0x2c01880] Qavg: 48254.566
  58. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement