Advertisement
Guest User

1

a guest
Aug 16th, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. root@uk:~# livestreamer "http://www.itv.com/hub/itv4" best --yes-run-as-root 2>NUL | ffmpeg -vcodec h264 -re -analyzeduration 5000000 -probesize 5047480 -i - -f mpegts -c:v copy -c:a copy -f mpegts "udp://127.0.0.1@239.4.4.4:44004"
  2. ffmpeg version N-76659-gebf5264 Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04)
  4. configuration: --prefix=/root/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree
  5. libavutil 55. 6.100 / 55. 6.100
  6. libavcodec 57. 15.100 / 57. 15.100
  7. libavformat 57. 14.100 / 57. 14.100
  8. libavdevice 57. 0.100 / 57. 0.100
  9. libavfilter 6. 15.100 / 6. 15.100
  10. libswscale 4. 0.100 / 4. 0.100
  11. libswresample 2. 0.101 / 2. 0.101
  12. libpostproc 54. 0.100 / 54. 0.100
  13. [lrc @ 0x3319580] Format lrc detected only with low score of 5, misdetection possible!
  14. Input #0, lrc, from 'pipe:':
  15. Metadata:
  16. cli : 1800k (rtmp)
  17. :
  18. Duration: N/A, bitrate: N/A
  19. Stream #0:0: Subtitle: text
  20. Output #0, mpegts, to 'udp://127.0.0.1@239.4.4.4:44004':
  21. Output file #0 does not contain any stream
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement