Opened 19 years ago

Closed 18 years ago

#2372 closed defect (fixed)

Unsupported service descriptor on Echostar Satellites

Reported by: zdzisekg@… Owned by: danielk
Priority: minor Milestone: unknown
Component: dvb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Im unable to scan any of the exhostar satellites. logs included. let me know if you need anything else.

Attachments (7)

Echostar3_full_existing_tp_scan.log (133.5 KB ) - added by anonymous 19 years ago.
Echostar3_single8PSK_and_singleQPSK_scan.log (142.7 KB ) - added by anonymous 19 years ago.
ticket2372-add-echostar-tvtype-descriptors.diff (1.2 KB ) - added by Stuart Auchterlonie 19 years ago.
add echostar tv service descriptors.…
dvbsnoop-bev.txt (228.5 KB ) - added by cythrault@… 19 years ago.
a snoop of the provider showing service type 0x86, 0x89 & 0x96
ticket2372-add-nimiq-tvtype-descriptors.diff (1.8 KB ) - added by cythrault@… 19 years ago.
A patch against 11188 to include echostar & nimiq service types
ticket2372-add-nimiq-tvtype-descriptors.2.diff (1.8 KB ) - added by cythrault@… 19 years ago.
A patch against 11188 to include echostar & nimiq service types (corrected)
ticket2372-add-nimiq-tvtype-descriptors.3.diff (2.4 KB ) - added by cythrault@… 19 years ago.
A patch against 11188 to include echostar & nimiq service types (final? -- please delete the two others :)

Download all attachments as: .zip

Change History (26)

by anonymous, 19 years ago

by anonymous, 19 years ago

comment:1 by Stuart Auchterlonie, 19 years ago

Owner: changed from Isaac Richards to Stuart Auchterlonie

From the log files, the transports have been scanned correctly and all the channels on those tranports are found as well.

However all those channels are encrypted, so if you have FTA only set when scanning you won't have any channels inserted.

You will also have to be more specific. "Unable to scan echostar..." doesn't actually tell me anything about what you think is going wrong.

comment:2 by Stuart Auchterlonie, 19 years ago

Priority: majorminor
Resolution: invalid
Status: newclosed
Version: 0.20

in reply to:  2 comment:3 by zdzisekg@…, 19 years ago

Replying to stuarta: yes, all transports are detected and inserted into the DB, but scanning those transports finds 0 channels. No channels are added to the database.

because these satellites carry few FTA channels, for the purpose of getting a full log I had the "FTA Only" Unchecked and all channels should be inserted, but none were.

As to be more specific, I can not. I don't know anything about the specifics of DVB transmissions etc. That's why I provided the logs. I'll be more then happy to help out if you tell me what to do. All I know is that with 0.19, scanning was not a problem and with svn and now 0.20 it has been for a long while.

Another problem is that with 0.20 I can't even tune to any channels on these satellites. All I get is a paritial lock (LMs, if I recall correctly), but that's another issue I was gonna open a ticket for with the appropriate log.

comment:4 by Stuart Auchterlonie, 19 years ago

Resolution: invalid
Status: closedreopened
Summary: Unable to scan echostar (dish network) satellitesUnsupported service descriptor on Echostar Satellites

Looks like echostar are marking all their channels with a service descriptor we don't currently support (0x9a)

Can you confirm if the following channels are tv or radio channels

USA, HIST, BET, BRAVO, FUSE, MTV2 et al...

comment:5 by Stuart Auchterlonie, 19 years ago

Milestone: 0.210.20

From the 0.19 dtv_private types tables

| networkid | private_value |
|      4100 | 1,145,154     |
|      4101 | 1,145,154     |
|      4102 | 1,145,154     |
|      4103 | 1,145,154     |
|      4104 | 1,145,154     |
|      4105 | 1,145,154     |
|      4106 | 1,145,154     |
|      4107 | 1,145,154     |
|      4098 | 1,145,154     |

so we're missing a few tv types. Patch coming soon...

by Stuart Auchterlonie, 19 years ago

add echostar tv service descriptors....

comment:6 by Stuart Auchterlonie, 19 years ago

Can you try with the attached patch. Should allow you to scan and find channels.

in reply to:  4 comment:7 by zdzisekg@…, 19 years ago

Replying to stuarta:

Looks like echostar are marking all their channels with a service descriptor we don't currently support (0x9a)

Can you confirm if the following channels are tv or radio channels

USA, HIST, BET, BRAVO, FUSE, MTV2 et al...

as far as I know, all these are encrypted TV services on another echostar satellite @ 119W. Let me know if you need a dvbsnoop dump or somthing.

in reply to:  6 comment:8 by anonymous, 19 years ago

Replying to stuarta:

Can you try with the attached patch. Should allow you to scan and find channels.

i applied the patch. here are the results: Full frequency scan: found all transports, then went on to scanning each one of them. While scanning each transport, it found info about other transports and reinserted them into DB then looked for channels. Found 0 channels on each transport. Intersting enough, somwhere in the process it inserted one additional transport with freq = 0 and networkid=4100 (which is another echostar satellite at 119W) and for that transport it found channels and inserted them into DB

same thing happens with "Full transport scan" or "Single Transport Scan"

comment:9 by Janne, 19 years ago

22:51 -!- cythrault [n=cythraul@…] has joined #mythtv 22:51 < cythrault> i'm trying to figure out if I should open a ticket about channel scanning on dvb-s, some channels are not seen as tv or radio service

due to their service_type being 0x86, 0x89 and 0x96 instead of 0x01...

stuarta: three additional service types. he gaver no further deatils

by cythrault@…, 19 years ago

Attachment: dvbsnoop-bev.txt added

a snoop of the provider showing service type 0x86, 0x89 & 0x96

by cythrault@…, 19 years ago

A patch against 11188 to include echostar & nimiq service types

by cythrault@…, 19 years ago

A patch against 11188 to include echostar & nimiq service types (corrected)

comment:10 by cythrault@…, 19 years ago

Thanks Janne for adding the info, I was not sure if it was related to this issue. Also, thanks for dyzio from dvbn who proposed the patch.

Also, while dvbsnooping to update this ticket, I noticed some other service types being used on Nimiq for DTV: 0x81, 0x85, 0x8a, 0x8d, 0x8f & 0x90. I'm not sure how you want to handle all these…

by cythrault@…, 19 years ago

A patch against 11188 to include echostar & nimiq service types (final? -- please delete the two others :)

in reply to:  10 ; comment:11 by Stuart Auchterlonie, 19 years ago

Replying to cythrault@gmail.com:

Also, while dvbsnooping to update this ticket, I noticed some other service types being used on Nimiq for DTV: 0x81, 0x85, 0x8a, 0x8d, 0x8f & 0x90. I'm not sure how you want to handle all these…

Can you confirm that all of these service types are TV services, since if they are radio channels they need to be handled slightly differently.

After you have found these channels you are able to tune to them and they work?

in reply to:  11 ; comment:12 by anonymous, 19 years ago

I confirm that these are DTV and they tune correctly after scanning them.

in reply to:  12 comment:13 by cythrault@…, 19 years ago

I forgot to enter my email in the last reply... sorry for the mess.

comment:14 by Stuart Auchterlonie, 19 years ago

(In [11239]) Refs #2372. Adds Echostar and Nimiq tv service type descriptors.

comment:15 by Stuart Auchterlonie, 19 years ago

(In [11240]) Refs #2372. Adds Echostar and Nimiq tv service type descriptors.

comment:16 by anonymous, 19 years ago

Milestone: 0.200.21
Version: 0.20head

comment:17 by Janne Grunau, 19 years ago

Component: mythtvdvb

comment:18 by danielk, 18 years ago

Milestone: 0.21unknown
Owner: changed from Stuart Auchterlonie to danielk
Status: reopenednew

I'll verify the Echostar scan for FTA channels. (NASA and a couple others are FTA).

comment:19 by danielk, 18 years ago

Resolution: fixed
Status: newclosed

The echostar descriptors were added a long time ago.

Channel Scan does not work with the NASA channel or the few other FTA channels. But that is a separate issue, and a low priority one since the NASA channel is really the only valuable FTA channel on the EchoStar satellites.

Note: See TracTickets for help on using tickets.