Eyevinn / mp2ts-tools

Tools for MPEG-2 TS
MIT License
14 stars 0 forks source link

Make SDT output in JSON format #3

Closed tobbee closed 8 months ago

tobbee commented 8 months ago

The SDT output is currently not in JSON format but in plain text format. Should be changed to JSON.

Wkkkkk commented 8 months ago

Now we are printing SDT info as

{
  "SDT": [
    {
      "serviceId": 1,
      "descriptors": [
        {
          "serviceName": "ts-info",
          "providerName": "Eyevinn Technology"
        }
      ]
    }
  ]
}