ranjithdeveloper / mythbox

Automatically exported from code.google.com/p/mythbox
0 stars 0 forks source link

"Can't find recording" when trying to watch live tv #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select Mythbox script
2. Select Live Channel
3. Error is thrown

When I select a channel it seams to go through all the steps (tuning,
buffering etc) then shows

Error: CATCHALL
Exception: Can't find recording 1005_20092424.nuv
Function: <function on ControlHook at 0x093796B0>

The Myth backend log shows 

2009-05-17 20:00:19.391 adding: mc-vis32 as a client (events: 0)
2009-05-17 20:00:22.777 UPnpMedia: BuildMediaMap VIDEO scan starting in
:/var/l$
2009-05-17 20:00:22.897 UPnpMedia: BuildMediaMap Done. Found 0 objects
2009-05-17 20:00:28.843 TVRec(1): Changing from None to WatchingLiveTV
2009-05-17 20:00:29.314 TVRec(1): HW Tuner: 1->1
2009-05-17 20:00:30.511 NVR(/dev/video0): Unknown video codec.  Please go
into $
2009-05-17 20:00:30.515 NVR(/dev/video0) Error: Unknown audio codec
2009-05-17 20:00:30.539 AutoExpire: CalcParams(): Max required Free Space:
2.0 $
2009-05-17 20:01:32.770 AutoExpire: CalcParams(): Max required Free Space:
2.0 $

Original issue reported on code.google.com by android6...@gmail.com on 18 May 2009 at 1:03

GoogleCodeExporter commented 9 years ago
This is the xbmc log http://pastebin.com/m4cbbcefb

Original comment by android6...@gmail.com on 18 May 2009 at 1:36

GoogleCodeExporter commented 9 years ago
This excerpt from your XBMC log indicates you're not using MythBox to watch 
live tv,
but the myth:// protocol support in XBMC.  Re-open with MythBox log info if 
you're
still having a problem.

#
20:33:15 T:3788 M:2209218560  NOTICE: DVDPlayer: Opening:
myth://mythtv:5Kq5Hkbt@192.168.1.138/channels/5.ts
#
20:33:15 T:3788 M:2209202176 WARNING: CDVDMessageQueue(player)::Put 
MSGQ_NOT_INITIALIZED
#
20:33:15 T:3112 M:2209181696  NOTICE: Creating InputStream
#
20:33:19 T:3112 M:2206887936   ERROR: XFILE::CCMythFile::SetupLiveTV - unable to
spawn live tv: Failed to setup livetv.
#
20:33:19 T:3112 M:2206887936   ERROR: CDVDPlayer::OpenInputStream - error 
opening
[myth://mythtv:5Kq5Hkbt@192.168.1.138/channels/5.ts]
#
20:33:19 T:3112 M:2206887936  NOTICE: CDVDPlayer::OnExit()
#
20:33:19 T:3112 M:2206887936  NOTICE: CDVDPlayer::OnExit() deleting input stream
#
20:33:19 T:3788 M:2206887936   ERROR: Playlist Player: skipping unplayable 
item: 0,
path [myth://mythtv:5Kq5Hkbt@192.168.1.138/channels/5.ts]

Original comment by semir.pa...@gmail.com on 9 Jun 2009 at 10:48