Advertisement
Guest User

Untitled

a guest
Feb 28th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. [root@localhost ~]# ffmpeg -i http://ip:8282/play/mir -c:v copy -c:a aac -f flv rtmp://127.0.0.1/iptv/mir2
  2. ffmpeg version N-90141-gaedbb3c Copyright (c) 2000-2018 the FFmpeg developers
  3. built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-16)
  4. configuration: --prefix=/root/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --extra-libs=-lm --extra-libs=-lpthread --bindir=/root/bin --enable-gpl --enable-libfdk_aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree
  5. libavutil 56. 7.101 / 56. 7.101
  6. libavcodec 58. 12.102 / 58. 12.102
  7. libavformat 58. 9.100 / 58. 9.100
  8. libavdevice 58. 2.100 / 58. 2.100
  9. libavfilter 7. 12.100 / 7. 12.100
  10. libswscale 5. 0.101 / 5. 0.101
  11. libswresample 3. 0.101 / 3. 0.101
  12. libpostproc 55. 0.100 / 55. 0.100
  13. [h264 @ 0x2892ec0] non-existing SPS 0 referenced in buffering period
  14. [h264 @ 0x2892ec0] SPS unavailable in decode_picture_timing
  15. [h264 @ 0x2892ec0] non-existing PPS 0 referenced
  16. [h264 @ 0x2892ec0] non-existing SPS 0 referenced in buffering period
  17. [h264 @ 0x2892ec0] SPS unavailable in decode_picture_timing
  18. [h264 @ 0x2892ec0] non-existing PPS 0 referenced
  19. [h264 @ 0x2892ec0] decode_slice_header error
  20. [h264 @ 0x2892ec0] no frame!
  21. [h264 @ 0x2892ec0] non-existing SPS 0 referenced in buffering period
  22. [h264 @ 0x2892ec0] SPS unavailable in decode_picture_timing
  23. [h264 @ 0x2892ec0] non-existing PPS 0 referenced
  24. [h264 @ 0x2892ec0] non-existing SPS 0 referenced in buffering period
  25. [h264 @ 0x2892ec0] SPS unavailable in decode_picture_timing
  26. [h264 @ 0x2892ec0] non-existing PPS 0 referenced
  27. [h264 @ 0x2892ec0] decode_slice_header error
  28. [h264 @ 0x2892ec0] no frame!
  29. [h264 @ 0x2892ec0] non-existing SPS 0 referenced in buffering period
  30. [h264 @ 0x2892ec0] SPS unavailable in decode_picture_timing
  31. [h264 @ 0x2892ec0] non-existing PPS 0 referenced
  32. [h264 @ 0x2892ec0] non-existing SPS 0 referenced in buffering period
  33. [h264 @ 0x2892ec0] SPS unavailable in decode_picture_timing
  34. [h264 @ 0x2892ec0] non-existing PPS 0 referenced
  35. [h264 @ 0x2892ec0] decode_slice_header error
  36. [h264 @ 0x2892ec0] no frame!
  37. Input #0, mpegts, from 'http://ip:8282/play/mir':
  38. Duration: N/A, start: 71163.516244, bitrate: N/A
  39. Program 45
  40. Metadata:
  41. service_name : Mir
  42. service_provider: TRBNA
  43. Stream #0:0[0xaf0]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg, top first), 720x576 [SAR 16:11 DAR 20:11], 25 fps, 50 tbr, 90k tbn, 50 tbc
  44. Stream #0:1[0xaf1](rus): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 192 kb/s
  45. Stream mapping:
  46. Stream #0:0 -> #0:0 (copy)
  47. Stream #0:1 -> #0:1 (mp2 (native) -> aac (native))
  48. Press [q] to stop, [?] for help
  49. Output #0, flv, to 'rtmp://127.0.0.1/iptv/mir2':
  50. Metadata:
  51. encoder : Lavf58.9.100
  52. Stream #0:0: Video: h264 (Main) ([7][0][0][0] / 0x0007), yuv420p(tv, bt470bg, top first), 720x576 [SAR 16:11 DAR 20:11], q=2-31, 25 fps, 50 tbr, 1k tbn, 90k tbc
  53. Stream #0:1(rus): Audio: aac (LC) ([10][0][0][0] / 0x000A), 48000 Hz, stereo, fltp, 128 kb/s
  54. Metadata:
  55. encoder : Lavc58.12.102 aac
  56. frame= 5391 fps= 52 q=-1.0 Lsize= 52808kB time=00:01:48.13 bitrate=4000.7kbits/s speed=1.05x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement