Advertisement
Guest User

mythfe-delay

a guest
May 12th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. Upon hitting the remote's "play" button
  2. ========================================
  3. May 11 17:14:50 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext tv_play.cpp:1063 (TV) TV: Creating TV object
  4. May 11 17:14:50 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext tv_play.cpp:1280 (Init) TV: Created TvPlayWindow.
  5. May 11 17:14:51 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext tv_play.cpp:2225 (HandleStateChange) TV: Attempting to change from None to WatchingPreRecorded
  6. May 11 17:14:52 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext audio/audiopulsehandler.cpp:322 (SuspendInternal) Pulse: PulseAudio suspend OK
  7. May 11 17:14:52 mythbe mythfrontend.real: mythfrontend[2176]: N CoreContext audioplayer.cpp:164 (ReinitAudio) AudioPlayer: Enabling Audio
  8. May 11 17:14:52 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext avformatdecoder.cpp:2141 (ScanStreams) AFD: codec AC3 has 6 channels
  9. May 11 17:14:52 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext avformatdecoder.cpp:2632 (OpenAVCodec) AFD: Opened codec 0x6ccc3c0, id(AC3) type(Audio)
  10. May 11 17:14:52 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext avformatdecoder.cpp:2141 (ScanStreams) AFD: codec AC3 has 1 channels
  11. May 11 17:14:52 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext avformatdecoder.cpp:2632 (OpenAVCodec) AFD: Opened codec 0x6cccc20, id(AC3) type(Audio)
  12. May 11 17:14:53 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext avformatdecoder.cpp:2632 (OpenAVCodec) AFD: Opened codec 0x74eba60, id(MPEG2VIDEO) type(Video)
  13. May 11 17:14:53 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext audio/audiooutputbase.cpp:792 (Reconfigure) AOBase: Opening audio device 'hdmi:CARD=NVidia,DEV=1' ch 2(6) sr 48000 sf signed 32 bit reenc 0
  14. May 11 17:14:53 mythbe mythfrontend.real: mythfrontend[2176]: E CoreContext audio/audiooutputalsa.cpp:961 (OpenMixer) ALSA: no playback control PCM found on mixer device default
  15. May 11 17:14:53 mythbe mythfrontend.real: mythfrontend[2176]: E CoreContext audio/audiooutputalsa.cpp:497 (OpenDevice) ALSA: Unable to open audio mixer. Volume control disabled
  16.  
  17.  
  18.  
  19.  
  20. (This is where the freeze occurs. The list of available programs remains displayed on the screen, and the system does not immediately respond to additional button presses on the remote; rather, any additional presses seem to be queued up and then responded to after playback actually begins. No frontend log messages are shown until just before playback begins.)
  21.  
  22.  
  23.  
  24.  
  25. These messages are logged just before playback begins
  26. =====================================================
  27. May 11 17:15:04 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext mythrender_vdpau.cpp:1717 (CreatePresentationSurfaces) VDPAU: Created 2 output surfaces.
  28. May 11 17:15:04 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext mythrender_vdpau.cpp:424 (Create) VDPAU: Created VDPAU render device 1920x1080
  29. May 11 17:15:04 mythbe mythfrontend.real: mythfrontend[2176]: N CoreContext mythplayer.cpp:526 (CheckExtraAudioDecode) Player(2): Forcing decode extra audio option on (Video method requires it).
  30. May 11 17:15:05 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext mythplayer.cpp:1783 (InitAVSync) Player(2): Video timing method: USleep with busy wait
  31. May 11 17:15:05 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext tv_play.cpp:5621 (StartPlayer) TV: Created player.
  32. May 11 17:15:05 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext tv_play.cpp:2485 (HandleStateChange) TV: Changing from None to WatchingPreRecorded
  33. May 11 17:15:05 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext tv_play.cpp:2576 (HandleStateChange) TV: Main UI disabled.
  34. May 11 17:15:05 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext tv_play.cpp:412 (StartTV) TV: Entering main playback loop.
  35. May 11 17:15:05 mythbe mythfrontend.real: mythfrontend[2176]: I CoreContext mythrender_vdpau.cpp:610 (CheckOutputSurfaces) VDPAU: Added 2 output surfaces (total 4, max 4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement