Advertisement
Guest User

Untitled

a guest
Feb 7th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. mkfifo testpipe
  2. cat $1 | tail -c +000000000 > tp &
  3. ffmpeg -y -analyzeduration 2M -probesize 2M -f mpegts -i - -c:v libx264 -crf 23 -preset superfast -vf scale=w=720:h=576 -c:s copy -c:a copy -f mpegts pipe:1 < tp
  4. rm testpipe
  5.  
  6.  
  7. 2017-02-07 22:55:12.715 spawn: Executing "/home/anders/Downloads/test.sh"
  8.  
  9. 2017-02-07 22:55:12.717 iptv: stdin pipe unexpectedly closed: No data
  10.  
  11. 2017-02-07 22:55:22.713 subscription: 000B: service instance is bad, reason: No input detected
  12.  
  13. 2017-02-07 22:55:24.713 subscription: 000B: No input source available for subscription "HTTP" to mux "muxtest in iptv"
  14.  
  15. 2017-02-07 22:55:24.713 webui: Couldn't start streaming /stream/mux/e5811ad85abe0222a067cd4aeedb5a70?ticket=DF7F7FE97BEF52F05C07F71283E519144C3FB685, No input detected
  16.  
  17. 2017-02-07 22:55:24.713 subscription: 000B: "HTTP" unsubscribing, hostname="127.0.0.1", client="VLC/2.2.2 LibVLC/2.2.2"
  18.  
  19. 2017-02-07 22:55:24.714 http: 127.0.0.1: using ticket DF7F7FE97BEF52F05C07F71283E519144C3FB685 for /stream/mux/e5811ad85abe0222a067cd4aeedb5a70
  20.  
  21. 2017-02-07 22:55:24.714 mpegts: muxtest in iptv - tuning on IPTV
  22.  
  23. 2017-02-07 22:55:24.716 subscription: 000C: "HTTP" subscribing to mux "muxtest", weight: 10, adapter: "IPTV", network: "iptv", service: "Raw PID Subscription", hostname="127.0.0.1", client="VLC/2.2.2 LibVLC/2.2.2"
  24.  
  25. 2017-02-07 22:55:24.719 spawn: Executing "/home/anders/Downloads/test.sh"
  26.  
  27. 2017-02-07 22:55:24.721 iptv: stdin pipe unexpectedly closed: No data
  28.  
  29. 2017-02-07 22:55:34.715 subscription: 000C: service instance is bad, reason: No input detected
  30.  
  31. 2017-02-07 22:55:36.445 subscription: 000C: "HTTP" unsubscribing, hostname="127.0.0.1", client="VLC/2.2.2 LibVLC/2.2.2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement