Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Labels in yaml-file for data stream #25

Open
andimik opened this issue Sep 17, 2019 · 1 comment
Open

Missing Labels in yaml-file for data stream #25

andimik opened this issue Sep 17, 2019 · 1 comment

Comments

@andimik
Copy link

andimik commented Sep 17, 2019

Today DAB Italia started a data package called "Cisco test" nationwide, so I found out that the yaml file does not mention the short and long label for this type of streams.

http://www.digitalbitrate.com/dtv.php?brk=2&mux=12C&pid=80&live=171&sec=0&lang=fr

12c_italia_cisco.eti.zip

12c.yaml.txt

    - service_id: 0x0
      subchannel_id: 0x16
      label: 
      shortlabel: 
      subchannel:
          id: 22
          SAd: 172
          protection: EEP 3-A
          size: 180
      audio:
          average: -90 -90
          peak: -90 -90
$ etisnoop -i /media/andreas/Data/dab/12c_italia_cisco.eti -n 100 | grep Cisco -A 1 -B 6
Identified ETI type RAW
ERRORS: Not yet in DB
ERRORS: Not yet in DB
ERRORS: Not yet in DB
     FIG: 1/5
     Length: 23
     OE: 0
     Decoding:
      Charset: 0
      Service ID: 0xE0500000
      Label: "Cisco Test      "
      Short label mask: 0xFE00
--
     FIG: 1/5
     Length: 23
     OE: 0
     Decoding:
      Charset: 0
      Service ID: 0xE0500000
      Label: "Cisco Test      "
      Short label mask: 0xFE00
Decoded 100 ETI frames
@mpbraendli
Copy link
Member

There's more broken stuff than just labels:

  • It's listed in the audio object inside the YAML document
  • The service id is 0x0
  • It shows audio levels

I think my intention was not to show data services in the YAML, but that's also broken...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants