Opened 18 years ago

Closed 18 years ago

#824 closed defect (fixed)

While in live TV switching to second DVB card (ATSC) gets channel not found error.

Reported by: spam Owned by: danielk
Priority: minor Milestone: 0.19
Component: dvb Version: head
Severity: low Keywords: livetv dvb card input
Cc: Ticket locked: no

Description

I have checked my config and the second card will record correctly with the program guide. Backend log.

2005-12-17 06:44:15.873 MainServer::HandleAnnounce Playback
2005-12-17 06:44:15.874 adding: gigi as a client (events: 0)
2005-12-17 06:44:15.991 TVRec(1): Changing from None to WatchingLiveTV
2005-12-17 06:44:16.538 MainServer::HandleAnnounce Playback
2005-12-17 06:44:16.562 adding: gigi as a client (events: 0)
2005-12-17 06:44:16.584 MainServer::HandleAnnounce FileTransfer
2005-12-17 06:44:16.587 adding: gigi as a remote file transfer
2005-12-17 06:44:18.126 DVB#0 DVB SI Table Parser Started
0: start_time: 5859.060 duration: -9223372036854.775
stream: start_time: 65100.668 duration: -9223372036854.775 bitrate=0 kb/s
2005-12-17 06:44:21.784 AFD: Opened codec 0x827a1b0, id(MPEG2VIDEO) type(Video)
2005-12-17 06:44:21.811 NVP: Disabling Audio, params(-1,-1,-1)
2005-12-17 06:44:21.825 AFD: Initializing audio parms from audio track #0
2005-12-17 06:44:21.832 AFD: Audio format changed
                        from id(NONE)    -1Hz -1ch   0bps    ; id(NONE)    -1Hz
-1ch   0bps
                        to   id(NONE)    -1Hz -1ch   0bps    ; id(NONE)    -1Hz
-1ch   0bps
2005-12-17 06:44:21.837 NVP: Disabling Audio, params(0,-1,-1)
2005-12-17 06:44:34.114 MainServer::HandleAnnounce Playback
2005-12-17 06:44:34.118 adding: gigi as a client (events: 0)
2005-12-17 06:44:34.125 MainServer::HandleAnnounce FileTransfer
2005-12-17 06:44:34.127 adding: gigi as a remote file transfer
2005-12-17 06:44:39.499 TVRec(1): Changing from WatchingLiveTV to None
2005-12-17 06:44:39.959 Finished recording Good Morning America: channel 1021
2005-12-17 06:44:39.987 scheduler: Last message repeated 2 times
2005-12-17 06:44:40.059 scheduler: Finished recording
2005-12-17 06:44:40.194 MainServer::HandleAnnounce Playback
2005-12-17 06:44:40.197 adding: gigi as a client (events: 0)
2005-12-17 06:44:40.205 TVRec(2): Changing from None to WatchingLiveTV
2005-12-17 06:44:40.210 TVRec(2) Error: Channel: '21' was not found in the datab
ase.
                        Most likely, your DefaultTVChannel setting is wrong.
                        Could not start livetv.
2005-12-17 06:44:40.211 TVRec(2) Error: CreateLiveTVRingBuffer() failed
2005-12-17 06:44:40.230 TVRec(2) Error: Failed to create RingBuffer 1
2005-12-17 06:44:40.249 TVRec(2): Changing from WatchingLiveTV to None

Attachments (1)

lo (9.2 KB) - added by spam 18 years ago.
'mythbackend -v channel' log.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [8301]) Fixes #824.

This should set the initial input, no matter the number of DVB cards.

Spam, if it doesn't work for you, please attach a 'mythbackend -v channel' log.

Changed 18 years ago by spam

Attachment: lo added

'mythbackend -v channel' log.

comment:2 Changed 18 years ago by spam

Resolution: fixed
Status: closedreopened

Still have problems with livetv tuning second card. uploaded log file.

comment:3 Changed 18 years ago by danielk

Owner: changed from Isaac Richards to danielk
Status: reopenednew

comment:4 Changed 18 years ago by nooneimprt4nt@…

Component: mythtvdvb

This is odd, as doing the same thing (switching from DVB to ATSC) in liveTV works fine for me even right after I start the backend.

comment:5 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [8307]) Fixes #824, references #820, references #802.

Fix from Tj NG for a problem with fetching transport options when the inputs on two different cards share the same video source, introduced by the input switching patch in #820.

Note: See TracTickets for help on using tickets.