Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. ffmpeg -i "rtsp://root:root@192.168.13.104/axis-media/media.amp?camera=1" -i "rtsp://root:root@192.168.13.104/axis-media/media.amp?camera=2" -i "rtsp://root:root@192.168.13.104/axis-media/media.amp?camera=3" -filter_complex "[0:v][1:v][2:v]hstack=inputs=3[v]" -map "[v]" out.mp4
  2.  
  3. [rtsp @ 0xd4eca42a00] max delay reached. need to consume packetA dup=0 drop=136 speed=1.16x
  4. [rtsp @ 0xd4eca42a00] RTP: missed 5 packets
  5. [rtsp @ 0xd4eca42a00] max delay reached. need to consume packetA dup=0 drop=137 speed=1.15x
  6. [rtsp @ 0xd4eca42a00] RTP: missed 4 packets
  7. [h264 @ 0xd4ecbb3520] error while decoding MB 14 15, bytestream -21
  8. [h264 @ 0xd4ecbb3520] concealing 1185 DC, 1185 AC, 1185 MV errors in P frame
  9.  
  10. [null @ 0x76afb1a060] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 1 >= 1
  11. Last message repeated 1 times
  12. [null @ 0x76afb1a060] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 2 >= 2
  13. [null @ 0x76afb1a060] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 3 >= 3
  14. [null @ 0x76afb1a060] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 4 >= 4
  15. Last message repeated 1 times
  16. [null @ 0x76afb1a060] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 5 >= 5
  17. Last message repeated 1 times
  18.  
  19. Past duration 0.999992 too large
  20. Last message repeated 7 times
  21. Past duration 0.999947 too large
  22. Past duration 0.999992 too large
  23.  
  24. pkt_pts=1012502
  25. pkt_pts_time=0:00:11.250022
  26. pkt_dts=1012502
  27. pkt_dts_time=0:00:11.250022
  28. best_effort_timestamp=1012502
  29. best_effort_timestamp_time=0:00:11.250022
  30. pkt_duration=N/A
  31. pkt_duration_time=N/A
  32. pkt_pos=N/A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement