Advertisement
Guest User

Untitled

a guest
Apr 5th, 2018
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.69 KB | None | 0 0
  1. + echo --verbose general --logpath /var/log/mythtv --loglevel info --quiet -q
  2. --verbose general --logpath /var/log/mythtv --loglevel info --quiet -q
  3. + env
  4. LESS=-R -M --shift 5
  5. OPENGL_PROFILE=xorg-x11
  6. CONFIG_PROTECT_MASK=/etc/sandbox.d /etc/php/cli-php7.0/ext-active/ /etc/php/cgi-php7.0/ext-active/ /etc/php/apache2-php7.0/ext-active/ /etc/php/cli-php7.1/ext-active/ /etc/php/cgi-php7.1/ext-active/ /etc/php/apache2-php7.1/ext-active/ /etc/fonts/fonts.conf /etc/gentoo-release /etc/terminfo /etc/dconf /etc/ca-certificates.conf /etc/revdep-rebuild
  7. EDITOR=/usr/bin/vi
  8. EINFO_LOG=/etc/init.d/mythbackend
  9. GCC_SPECS=
  10. BASH_XTRACEFD=3
  11. VBOX_APP_HOME=/usr/lib64/virtualbox
  12. USER=user
  13. RC_SERVICE=/etc/init.d/mythbackend
  14. PWD=/
  15. HOME=/home/user
  16. MANPAGER=manpager
  17. GSETTINGS_BACKEND=dconf
  18. XDG_DATA_DIRS=/usr/local/share:/usr/share
  19. LXD_DIR=/var/snap/lxd/common/lxd
  20. ROOTPATH=/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0:/usr/lib/llvm/5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin
  21. CONFIG_PROTECT=/usr/share/gnupg/qualified.txt /home/mythtv/
  22. TERM=linux
  23. OPENCL_PROFILE=nvidia
  24. SHLVL=2
  25. MANPATH=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.29.1/man:/usr/lib/llvm/5/share/man:/usr/lib64/php7.0/man/:/usr/lib64/php7.1/man/:/usr/local/share/man:/usr/share/man
  26. XDG_CONFIG_DIRS=/etc/xdg
  27. RC_SVCNAME=mythbackend
  28. PATH=/bin:/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0:/usr/lib/llvm/5/bin:/opt/bin
  29. INFOPATH=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.29.1/info:/usr/share/info
  30. SVCNAME=mythbackend
  31. LESSOPEN=|lesspipe %s
  32. _=/bin/env
  33. + read -r cmd
  34. + echo 'Got "Version?"'
  35. Got "Version?"
  36. + case $cmd in
  37. + send OK:1.0.0
  38. + echo 'Sending OK:1.0.0'
  39. Sending OK:1.0.0
  40. + echo OK:1.0.0
  41. + read -r cmd
  42. + echo 'Got "HasTuner?"'
  43. Got "HasTuner?"
  44. + case $cmd in
  45. + send OK:No
  46. + echo 'Sending OK:No'
  47. Sending OK:No
  48. + echo OK:No
  49. + read -r cmd
  50. + echo 'Got "HasPictureAttributes?"'
  51. Got "HasPictureAttributes?"
  52. + case $cmd in
  53. + send OK:No
  54. + echo 'Sending OK:No'
  55. Sending OK:No
  56. + echo OK:No
  57. + read -r cmd
  58. + echo 'Got "FlowControl?"'
  59. Got "FlowControl?"
  60. + case $cmd in
  61. + send OK:XON/XOFF
  62. + echo 'Sending OK:XON/XOFF'
  63. Sending OK:XON/XOFF
  64. + echo OK:XON/XOFF
  65. + read -r cmd
  66. + echo 'Got "BlockSize:6160384"'
  67. Got "BlockSize:6160384"
  68. + case $cmd in
  69. + send OK
  70. + echo 'Sending OK'
  71. Sending OK
  72. + echo OK
  73. + read -r cmd
  74. + echo 'Got "Version?"'
  75. Got "Version?"
  76. + case $cmd in
  77. + send OK:1.0.0
  78. + echo 'Sending OK:1.0.0'
  79. Sending OK:1.0.0
  80. + echo OK:1.0.0
  81. + read -r cmd
  82. + echo 'Got "LockTimeout?"'
  83. Got "LockTimeout?"
  84. + case $cmd in
  85. + send OK:10000
  86. + echo 'Sending OK:10000'
  87. Sending OK:10000
  88. + echo OK:10000
  89. + read -r cmd
  90. + echo 'Got "SignalStrengthPercent?"'
  91. Got "SignalStrengthPercent?"
  92. + case $cmd in
  93. + send OK:100
  94. + echo 'Sending OK:100'
  95. Sending OK:100
  96. + echo OK:100
  97. + read -r cmd
  98. + echo 'Got "HasLock?"'
  99. Got "HasLock?"
  100. + case $cmd in
  101. + send OK:Yes
  102. + echo 'Sending OK:Yes'
  103. Sending OK:Yes
  104. + echo OK:Yes
  105. + read -r cmd
  106. + echo 'Got "IsOpen?"'
  107. Got "IsOpen?"
  108. + case $cmd in
  109. + '[' -n '' ']'
  110. + send OK:No
  111. + echo 'Sending OK:No'
  112. Sending OK:No
  113. + echo OK:No
  114. + read -r cmd
  115. + echo 'Got "Version?"'
  116. Got "Version?"
  117. + case $cmd in
  118. + send OK:1.0.0
  119. + echo 'Sending OK:1.0.0'
  120. Sending OK:1.0.0
  121. + echo OK:1.0.0
  122. + read -r cmd
  123. + echo 'Got "StartStreaming"'
  124. Got "StartStreaming"
  125. + case $cmd in
  126. + ffmpeg_pid=27402
  127. + send OK:Started
  128. + echo 'Sending OK:Started'
  129. Sending OK:Started
  130. + echo OK:Started
  131. + case $cmd in
  132. + ffmpeg -i udp://@239.255.42.42:5004 -acodec copy -vcodec copy -f mpegts -
  133. + read -r cmd
  134. + echo 'Got "IsOpen?"'
  135. Got "IsOpen?"
  136. + case $cmd in
  137. + '[' -n 27402 ']'
  138. + '[' -d /proc/27402 ']'
  139. + send OK:Open
  140. + echo 'Sending OK:Open'
  141. Sending OK:Open
  142. + echo OK:Open
  143. + read -r cmd
  144. + echo 'Got "XON"'
  145. Got "XON"
  146. + case $cmd in
  147. ++ date
  148. + case $cmd in
  149. + echo 'Uh oh! need to handle "XON" at Fri Apr 6 08:06:41 IST 2018'
  150. Uh oh! need to handle "XON" at Fri Apr 6 08:06:41 IST 2018
  151. + send OK
  152. + echo 'Sending OK'
  153. Sending OK
  154. + echo OK
  155. + read -r cmd
  156. ffmpeg version 3.3.6 Copyright (c) 2000-2017 the FFmpeg developers
  157. built with gcc 6.4.0 (Gentoo 6.4.0-r1 p1.3)
  158. configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --docdir=/usr/share/doc/ffmpeg-3.3.6/html --mandir=/usr/share/man --enable-shared --cc=x86_64-pc-linux-gnu-gcc --cxx=x86_64-pc-linux-gnu-g++ --ar=x86_64-pc-linux-gnu-ar --optflags='-O2 -pipe -march=native' --disable-static --enable-avfilter --enable-avresample --disable-stripping --disable-indev=oss --disable-indev=jack --disable-outdev=oss --enable-nonfree --enable-bzlib --disable-runtime-cpudetect --disable-debug --disable-gcrypt --disable-gnutls --disable-gmp --enable-gpl --enable-hardcoded-tables --enable-iconv --disable-lzma --enable-network --disable-cuda --disable-cuvid --disable-openssl --enable-postproc --disable-libsmbclient --enable-ffplay --enable-sdl2 --enable-vaapi --enable-vdpau --enable-xlib --disable-libxcb --disable-libxcb-shm --disable-libxcb-xfixes --enable-zlib --disable-libcdio --disable-libiec61883 --disable-libdc1394 --disable-libcaca --disable-openal --enable-opengl --enable-libv4l2 --disable-libpulse --disable-libopencore-amrwb --disable-libopencore-amrnb --enable-libfdk-aac --disable-libopenjpeg --disable-libbluray --disable-libcelt --disable-libgme --disable-libgsm --disable-mmal --disable-libmodplug --disable-libopus --disable-libilbc --disable-librtmp --disable-libssh --disable-libschroedinger --enable-libspeex --enable-libvorbis --enable-libvpx --disable-libzvbi --disable-libbs2b --disable-chromaprint --disable-libflite --disable-frei0r --disable-libfribidi --disable-fontconfig --disable-ladspa --disable-libass --enable-libfreetype --disable-librubberband --disable-netcdf --disable-libzmq --disable-libzimg --disable-libsoxr --enable-pthreads --disable-libvo-amrwbenc --enable-libmp3lame --disable-libkvazaar --disable-nvenc --disable-libopenh264 --disable-libsnappy --enable-libmfx --enable-libtheora --disable-libtwolame --disable-libwavpack --disable-libwebp --enable-libx264 --disable-libx265 --disable-libxvid --disable-amd3dnow --disable-amd3dnowext --disable-fma4 --disable-xop --cpu=host --disable-doc --disable-htmlpages --enable-manpages
  159. libavutil 55. 58.100 / 55. 58.100
  160. libavcodec 57. 89.100 / 57. 89.100
  161. libavformat 57. 71.100 / 57. 71.100
  162. libavdevice 57. 6.100 / 57. 6.100
  163. libavfilter 6. 82.100 / 6. 82.100
  164. libavresample 3. 5. 0 / 3. 5. 0
  165. libswscale 4. 6.100 / 4. 6.100
  166. libswresample 2. 7.100 / 2. 7.100
  167. libpostproc 54. 5.100 / 54. 5.100
  168. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  169. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  170. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  171. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  172. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  173. [h264 @ 0x55f38ab0a0a0] no frame!
  174. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  175. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  176. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  177. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  178. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  179. [h264 @ 0x55f38ab0a0a0] no frame!
  180. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  181. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  182. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  183. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  184. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  185. [h264 @ 0x55f38ab0a0a0] no frame!
  186. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  187. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  188. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  189. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  190. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  191. [h264 @ 0x55f38ab0a0a0] no frame!
  192. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  193. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  194. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  195. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  196. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  197. [h264 @ 0x55f38ab0a0a0] no frame!
  198. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  199. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  200. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  201. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  202. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  203. [h264 @ 0x55f38ab0a0a0] no frame!
  204. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  205. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  206. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  207. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  208. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  209. [h264 @ 0x55f38ab0a0a0] no frame!
  210. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  211. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  212. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  213. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  214. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  215. [h264 @ 0x55f38ab0a0a0] no frame!
  216. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  217. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  218. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  219. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  220. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  221. [h264 @ 0x55f38ab0a0a0] no frame!
  222. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  223. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  224. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  225. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  226. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  227. [h264 @ 0x55f38ab0a0a0] no frame!
  228. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  229. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  230. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  231. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  232. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  233. [h264 @ 0x55f38ab0a0a0] no frame!
  234. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  235. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  236. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  237. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  238. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  239. [h264 @ 0x55f38ab0a0a0] no frame!
  240. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  241. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  242. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  243. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  244. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  245. [h264 @ 0x55f38ab0a0a0] no frame!
  246. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  247. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  248. [h264 @ 0x55f38ab0a0a0] SPS unavailable in decode_picture_timing
  249. [h264 @ 0x55f38ab0a0a0] non-existing PPS 0 referenced
  250. [h264 @ 0x55f38ab0a0a0] decode_slice_header error
  251. [h264 @ 0x55f38ab0a0a0] no frame!
  252. Input #0, mpegts, from 'udp://@239.255.42.42:5004':
  253. Duration: N/A, start: 64414.025000, bitrate: N/A
  254. Program 256
  255. Metadata:
  256. Stream #0:0[0x7d1]: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p(progressive), 1728x1080, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
  257. Stream #0:1[0x7d2]: Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 192 kb/s
  258. Output #0, mpegts, to 'pipe:':
  259. Metadata:
  260. encoder : Lavf57.71.100
  261. Stream #0:0: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p(progressive), 1728x1080, q=2-31, 29.97 fps, 29.97 tbr, 90k tbn, 90k tbc
  262. Stream #0:1: Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 192 kb/s
  263. Stream mapping:
  264. Stream #0:0 -> #0:0 (copy)
  265. Stream #0:1 -> #0:1 (copy)
  266. Press [q] to stop, [?] for help
  267. + echo 'Got "Version?"'
  268. Got "Version?"
  269. + case $cmd in
  270. + send OK:1.0.0
  271. + echo 'Sending OK:1.0.0'
  272. Sending OK:1.0.0
  273. + echo OK:1.0.0
  274. + read -r cmd
  275. + echo 'Got "XOFF"'
  276. Got "XOFF"
  277. + case $cmd in
  278. ++ date
  279. + case $cmd in
  280. + echo 'Uh oh! need to handle "XOFF" at Fri Apr 6 08:06:45 IST 2018'
  281. Uh oh! need to handle "XOFF" at Fri Apr 6 08:06:45 IST 2018
  282. + send OK
  283. + echo 'Sending OK'
  284. Sending OK
  285. + echo OK
  286. + read -r cmd
  287. + echo 'Got "XON"'
  288. Got "XON"
  289. + case $cmd in
  290. ++ date
  291. + case $cmd in
  292. + echo 'Uh oh! need to handle "XON" at Fri Apr 6 08:06:45 IST 2018'
  293. Uh oh! need to handle "XON" at Fri Apr 6 08:06:45 IST 2018
  294. + send OK
  295. + echo 'Sending OK'
  296. Sending OK
  297. + echo OK
  298. + read -r cmd
  299. + echo 'Got "XOFF"'
  300. Got "XOFF"
  301. + case $cmd in
  302. ++ date
  303. + case $cmd in
  304. + echo 'Uh oh! need to handle "XOFF" at Fri Apr 6 08:06:45 IST 2018'
  305. Uh oh! need to handle "XOFF" at Fri Apr 6 08:06:45 IST 2018
  306. + send OK
  307. + echo 'Sending OK'
  308. Sending OK
  309. + echo OK
  310. + read -r cmd
  311. frame= 98 fps=0.0 q=-1.0 size= 5574kB time=00:00:03.81 bitrate=11965.0kbits/s speed=7.17x
  312. frame= 113 fps=109 q=-1.0 size= 6214kB time=00:00:04.32 bitrate=11784.1kbits/s speed=4.17x
  313. frame= 130 fps= 83 q=-1.0 size= 7236kB time=00:00:04.84 bitrate=12227.8kbits/s speed=3.09x
  314. frame= 146 fps= 69 q=-1.0 size= 8026kB time=00:00:05.37 bitrate=12229.5kbits/s speed=2.56x
  315. frame= 162 fps= 61 q=-1.0 size= 8902kB time=00:00:05.90 bitrate=12352.0kbits/s speed=2.24x
  316. frame= 177 fps= 56 q=-1.0 size= 9728kB time=00:00:06.40 bitrate=12436.9kbits/s speed=2.04x
  317. frame= 192 fps= 52 q=-1.0 size= 10551kB time=00:00:06.96 bitrate=12418.6kbits/s speed=1.89x
  318. [udp @ 0x55f38aae5740] Circular buffer overrun. To avoid, increase fifo_size URL option. To survive in such case, use overrun_nonfatal option
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement