Advertisement
Guest User

Untitled

a guest
Mar 19th, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. i7 : [FFmpeg-ll]$ ffmpeg -i /tmp/test.ts -codec copy -f rtp rtp://127.0.0.1:8000
  2. ffmpeg version git-2014-03-18-64f5952 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Mar 18 2014 17:42:54 with gcc 4.8.2 (GCC) 20140206 (prerelease)
  4. configuration: --enable-gpl --enable-liblinelet --enable-libx264 --disable-static --enable-shared
  5. libavutil 52. 66.100 / 52. 66.100
  6. libavcodec 55. 52.102 / 55. 52.102
  7. libavformat 55. 33.100 / 55. 33.100
  8. libavdevice 55. 10.100 / 55. 10.100
  9. libavfilter 4. 2.100 / 4. 2.100
  10. libswscale 2. 5.101 / 2. 5.101
  11. libswresample 0. 18.100 / 0. 18.100
  12. libpostproc 52. 3.100 / 52. 3.100
  13. [liblinelet @ 0xd94ba0] Enabling MMX2 optimizations.
  14. [liblinelet @ 0xd94ba0] Enabling SSE2 optimizations.
  15. [liblinelet @ 0xd94ba0] Enabling SSSE3 optimizations.
  16. [liblinelet @ 0xd94ba0] Enabling SSE4 optimizations.
  17. Input #0, mpegts, from '/tmp/test.ts':
  18. Duration: 00:00:59.98, start: 1.400000, bitrate: 84592 kb/s
  19. Program 1
  20. Metadata:
  21. service_name : Service01
  22. service_provider: FFmpeg
  23. Stream #0:0[0x100]: Video: linelet (LLV1 / 0x31564C4C), yuv422p10le(tv, bt709), 1280x720 [SAR 1:1 DAR 16:9], 23.83 fps, 23.81 tbr, 90k tbn, 23.81 tbc
  24. Stream #0:1[0x101]: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 130 kb/s
  25. [rtp @ 0xd96520] Only one stream supported in the RTP muxer
  26. Output #0, rtp, to 'rtp://127.0.0.1:8000':
  27. Metadata:
  28. encoder : Lavf55.33.100
  29. Stream #0:0: Video: linelet (LLV1 / 0x31564C4C), yuv422p10le, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 23.83 fps, 90k tbn, 23.81 tbc
  30. Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, 130 kb/s
  31. Stream mapping:
  32. Stream #0:0 -> #0:0 (copy)
  33. Stream #0:1 -> #0:1 (copy)
  34. Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement