Advertisement
Guest User

Untitled

a guest
Oct 26th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. allie@allie-Satellite-P755:~/Twitch$ ./twitch.sh
  2. Your Webcam has been disabled because there isn't a WEBCAM in the options
  3. Twitch Streamer for Linux
  4. Copyright (c) 2013, Giovanni Dante Grazioli (deroad)
  5.  
  6. Click, with the mouse, on the Window that you want to Stream
  7.  
  8. Please setup the Audio Output (something like 'pavucontrol')
  9.  
  10. Webcam NOT found!! (/dev/no-webcam)
  11. You should be online! Check on http://twitch.tv/ (Press CTRL+C to stop)
  12. avconv version 0.8.7-6:0.8.7-1ubuntu2, Copyright (c) 2000-2013 the Libav developers
  13. built on Oct 11 2013 08:39:40 with gcc 4.8.1
  14. [x11grab @ 0x921fe0] device: :0.0+219,103 -> display: :0.0 x: 219 y: 103 width: 927 height: 560
  15. [x11grab @ 0x921fe0] shared memory extension found
  16. [x11grab @ 0x921fe0] Estimating duration from bitrate, this may be inaccurate
  17. Input #0, x11grab, from ':0.0+219,103':
  18. Duration: N/A, start: 1382840366.037004, bitrate: 498355 kb/s
  19. Stream #0.0: Video: rawvideo, bgra, 927x560, 498355 kb/s, 30 tbr, 1000k tbn, 30 tbc
  20. [alsa @ 0x92d980] capture with some ALSA plugins, especially dsnoop, may hang.
  21. [alsa @ 0x92d980] Estimating duration from bitrate, this may be inaccurate
  22. Input #1, alsa, from 'pulse':
  23. Duration: N/A, start: 1382840366.061809, bitrate: N/A
  24. Stream #1.0: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
  25. Incompatible pixel format 'bgra' for codec 'libx264', auto-selecting format 'yuv420p'
  26. [buffer @ 0x9493e0] w:927 h:560 pixfmt:bgra
  27. [scale @ 0x92fdc0] w:927 h:560 fmt:bgra -> w:1200 h:800 fmt:yuv420p flags:0x4
  28. ./twitch.sh: line 71: 2449 Segmentation fault (core dumped) avconv -f x11grab -s $INRES -r "$FPS" -i :0.0+$TOPXY -f alsa -ac 2 -i pulse -vcodec libx264 -s $OUTRES -preset $QUALITY -acodec libmp3lame -ar 44100 -threads $THREADS -qscale 3 -b 712000 -bufsize 512k -force_key_frames 2 -b $CBR -minrate $CBR -maxrate $CBR -g 2 -keyint_min 2 -f flv "rtmp://$SERVER.twitch.tv/app/$STREAM_KEY"
  29.  
  30. Stopping Audio (Don't worry if you see errors here)
  31. Failed to unload module: Module module-null-sink not loaded
  32. Exit!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement