Guest User

Untitled

a guest
Nov 19th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. Nov 19 19:31:10 raspberry camera.sh[1229]: [6fd00ea0] lua art finder debug: skipping script (unmatched scope) /usr/lib/vlc/lua/meta/art/03_lastfm.luac
  2. Nov 19 19:31:10 raspberry camera.sh[1229]: [6fd00ea0] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art
  3. Nov 19 19:31:10 raspberry camera.sh[1229]: [6fd00ea0] core art finder debug: no art finder modules matched
  4. Nov 19 19:31:10 raspberry camera.sh[1229]: [0052a230] core playlist debug: art not found for stdin
  5. Nov 19 19:31:10 raspberry camera.sh[1229]: [6fc004d8] lua art finder debug: skipping script (unmatched scope) /usr/lib/vlc/lua/meta/art/02_frenchtv.luac
  6. Nov 19 19:31:10 raspberry camera.sh[1229]: [6fc004d8] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/03_lastfm.luac
  7. Nov 19 19:31:11 raspberry camera.sh[1229]: [6fc004d8] lua art finder debug: skipping script (unmatched scope) /usr/lib/vlc/lua/meta/art/03_lastfm.luac
  8. Nov 19 19:31:11 raspberry camera.sh[1229]: [6fc004d8] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art
  9. Nov 19 19:31:11 raspberry camera.sh[1229]: [6fc004d8] core art finder debug: no art finder modules matched
  10. Nov 19 19:31:11 raspberry camera.sh[1229]: [0049f8f8] core libvlc debug: art not found for stdin
  11.  
  12. [Unit]
  13. Description=raspistream
  14. After=network.target
  15. After=network-online.target
  16. After=sockets.target
  17. After=getty.target
  18. After=graphical.target
  19. After=sound.target
  20. After=sysinit.target
  21.  
  22. [Service]
  23. User=pi
  24. ExecStart=/home/pi/Desktop/camera.sh
  25.  
  26. [Install]
  27. WantedBy=default.target
  28.  
  29. raspivid -o - -t 0 -w 800 -h 600 -fps 30 | cvlc -vvv --noaudio --no-sout-audio stream:///dev/stdin --sout '#standard{access=http, mux=ts, dst=:8554}' :demux=h264
Add Comment
Please, Sign In to add comment