Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13547 closed Bug Report - General (fixed)

Support opentv channel ids

Reported by: mspieth Owned by: Klaas de Waal
Priority: minor Milestone: 31.0
Component: MythTV - General Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description (last modified by mspieth)

To enhance channel number support, parse opentv channel ids when scanning for new channels.

I have been running this for a long time.

Attachments (1)

2020010401_opentv_channel_number.patch (21.2 KB) - added by mspieth 4 years ago.
opentv channel id patch

Download all attachments as: .zip

Change History (9)

Changed 4 years ago by mspieth

opentv channel id patch

comment:1 Changed 4 years ago by mspieth

Description: modified (diff)

comment:2 Changed 4 years ago by Klaas de Waal

Thanks for the patch, I do want to use the channel numbers when available.

About OpenTV, for which signals/satellites/countries is this applicable?

For the implementation I want to use the region ID and bouquet ID fields that are now present in the video source. This avoid having to type the numbers again each time a scan is done. Implementation can be done similar to how Freesat and Sky channel numners are now done; selection of the additional pids is done based on the value of the original network ID.

For this I do need the original network ID (or ID's) of the networks which do use this channel numbering format.

Some of the service descriptor IDs are already in use, so for this I do need the PrivateDataSpecifierID values. This is also how it is now done for Freesat/Sky?.

It would be useful if I had a capture of 30 seconds of the full transport stream of a representative signal.

comment:3 in reply to:  2 Changed 4 years ago by mspieth

Replying to Klaas de Waal:

About OpenTV, for which signals/satellites/countries is this applicable?

Sky (US/IT/NZ/AU), Dishnet(US) and others I'm not aware of. Anything NDS related would be a guess but not sure about others around the world.

For the implementation I want to use the region ID and bouquet ID fields that are now present in the video source. This avoid having to type the numbers again each time a scan is done. Implementation can be done similar to how Freesat and Sky channel numners are now done; selection of the additional pids is done based on the value of the original network ID.

For this I do need the original network ID (or ID's) of the networks which do use this channel numbering format.

It probably doesn't matter as if these descriptors are available then the channel numbers are probably correct. If multiple logical channel number descriptions are available a choice could be presented to the user in setup, which info should be used.

Some of the service descriptor IDs are already in use, so for this I do need the PrivateDataSpecifierID values. This is also how it is now done for Freesat/Sky?.

It would be useful if I had a capture of 30 seconds of the full transport stream of a representative signal.

This may be a problem. It has been a long time since I used this and was only experimental at the time as these services are encrypted normally, though the metadata is not. I will have to fire up my sat or cable card which I have not done in a while. I only used DVBT ATM. This would not be representative of anything but AU for network IDs.

There is a project of mine tvgrabdvbplus which I used other existing projects and fused them with the help of another. There was not freely available info at the time. This project is primarily a guide grabber for sat feeds.

If you don't want to use it due to the restrictions detailed, this is ok too.

comment:4 Changed 4 years ago by Klaas de Waal

Milestone: needs_triage31.0
Status: assignedaccepted

comment:5 Changed 4 years ago by Mark Spieth <mspieth@…>

Resolution: fixed
Status: acceptedclosed

In efbc436e3/mythtv:

OpenTV logical channel numbers

Support for OpenTV logical channel numbers as used
by Sky (US/IT/NZ/AU), Dishnet(US) and others.
The Bouquet ID and the Region ID, needed to get the correct
tables, can be defined in the video source similar to how it
is done for the Freesat and Sky UK channel numbers.
Scanning is activated by a new "Scan OpenTV" channel scanning option.
As a next step, when the applicable network ID's and private descriptor
identifiers are known, the identification of a stream with OpenTV
channel numbers can be done automatically.

Refs #13472
Fixes #13547

Signed-off-by: Klaas de Waal <klaas@…>

comment:6 Changed 4 years ago by Klaas de Waal <klaas@…>

In aeafd8108/mythtv:

Fix of OpenTVChannelListDescriptor ChannelID

Correction of offset to 2nd byte of the ChannelID value
of the OpenTVChannelListDescriptor.

Refs #13547

comment:7 Changed 4 years ago by Klaas de Waal

After testing with a captured Sky NZ stream from the Optus D1 satellite at 160E0 it turns out that channel numbers are already correctly scanned with the code that has been added for Freesat and Sky on the Astra2-28E2 satellite.

As a consequence, most of the OpenTV specific code, including the "Scan OpenTV" channel scanning option, will be removed again.

The code that relates to the additional PIDs that need to be scanned to get the OpenTV guide data will remain, although partially commented out, awaiting a possible future implementation.

comment:8 Changed 4 years ago by Klaas de Waal <klaas@…>

In 209ac13295/mythtv:

Merge Sky/OpenTV channel scanning code

The recently added OpenTV-specific channel scanning code largely
overlaps with the already present scanning code for Sky satellites.
The code is now expected to get the channel numbers correct for
all Sky satellites provided that the correct bouquet ID is
defined in the video source.

Refs #13547

Note: See TracTickets for help on using tickets.