You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all thank you for the great tool and the job which was been done to build it.
I am trying to get few information out of my stream [name,stream time, description] but somehow it is not working properly. I get the following JSON/Data only when i add "-d3" as parameter.
[EIT]::store: {"events":[{"descriptors":[{"descriptorTag":77,"lang":"deu","name":"Dynamische Programmumschaltung","text":"Der Sender Test-R prüft die dynamische PMT Umschaltung. Die PMT sorgt für die korrekte Auswertung und Darstellung der von Sendern ausgestrahlten Umschaltsignale für wechselnde Programme und ermöglicht die Aufteilung in "}],"eventId":3002,"f_free_ca":false,"lengthSec":1179648,"runningStatus":4,"startTime":998597787648,"unixTimeBegin":1635937200,"unixTimeEnd":1635980400},{"descriptors":[{"descriptorTag":77,"lang":"deu","name":"Dynamische Programmumschaltung","text":"Der Sender Test-R prüft die dynamische PMT Umschaltung. Die PMT sorgt für die korrekte Auswertung und Darstellung der von Sendern ausgestrahlten Umschaltsignale für wechselnde Programme und ermöglicht die Aufteilung in "}],"eventId":4001,"f_free_ca":false,"lengthSec":1179648,"runningStatus":1,"startTime":998598967296,"unixTimeBegin":1635980400,"unixTimeEnd":1636023600}],"lastTableId":79,"networkId":1,"serviceId":28726,"tableId":78,"tableName":"EIT","tsId":1051,"version":0}
If i do remove the "-d3" as parameter then the output removes the description JSON/Data
dump_epg_event: id:10304 - 0: SWR RP HD 2021-11-09,21:00,21:45 Die Ökochecker - Wohnen, Möbel, Pflanzen dump_epg_event: id:10304 - 0: SWR RP HD 2021-11-09,21:45,22:00 SWR Aktuell Rheinland-Pfalz dump_epg_event: id:10304 - 0: SWR RP HD 2021-11-09,22:00,22:30 Hannes und der Bürgermeister dump_epg_event: id:10304 - 0: SWR RP HD 2021-11-09,22:30,23:00 Freunde in der Mäulesmühle dump_epg_event: id:10304 - 0: SWR RP HD 2021-11-09,23:00,00:30 Wie der Südwesten wohnte
Thank you all.
The text was updated successfully, but these errors were encountered:
Hey Community,
first of all thank you for the great tool and the job which was been done to build it.
I am trying to get few information out of my stream [name,stream time, description] but somehow it is not working properly. I get the following JSON/Data only when i add "-d3" as parameter.
Is there any way to reduce the output?
Command :
root/libdvbtee/dvbtee/.libs/lt-dvbtee -d3 -iudp://239.22.0.1:1234
Wanted output :
[EIT]::store: {"events":[{"descriptors":[{"descriptorTag":77,"lang":"deu","name":"Dynamische Programmumschaltung","text":"Der Sender Test-R prüft die dynamische PMT Umschaltung. Die PMT sorgt für die korrekte Auswertung und Darstellung der von Sendern ausgestrahlten Umschaltsignale für wechselnde Programme und ermöglicht die Aufteilung in "}],"eventId":3002,"f_free_ca":false,"lengthSec":1179648,"runningStatus":4,"startTime":998597787648,"unixTimeBegin":1635937200,"unixTimeEnd":1635980400},{"descriptors":[{"descriptorTag":77,"lang":"deu","name":"Dynamische Programmumschaltung","text":"Der Sender Test-R prüft die dynamische PMT Umschaltung. Die PMT sorgt für die korrekte Auswertung und Darstellung der von Sendern ausgestrahlten Umschaltsignale für wechselnde Programme und ermöglicht die Aufteilung in "}],"eventId":4001,"f_free_ca":false,"lengthSec":1179648,"runningStatus":1,"startTime":998598967296,"unixTimeBegin":1635980400,"unixTimeEnd":1636023600}],"lastTableId":79,"networkId":1,"serviceId":28726,"tableId":78,"tableName":"EIT","tsId":1051,"version":0}
If i do remove the "-d3" as parameter then the output removes the description JSON/Data
dump_epg_event: id:10304 - 0: SWR RP HD 2021-11-09,21:00,21:45 Die Ökochecker - Wohnen, Möbel, Pflanzen dump_epg_event: id:10304 - 0: SWR RP HD 2021-11-09,21:45,22:00 SWR Aktuell Rheinland-Pfalz dump_epg_event: id:10304 - 0: SWR RP HD 2021-11-09,22:00,22:30 Hannes und der Bürgermeister dump_epg_event: id:10304 - 0: SWR RP HD 2021-11-09,22:30,23:00 Freunde in der Mäulesmühle dump_epg_event: id:10304 - 0: SWR RP HD 2021-11-09,23:00,00:30 Wie der Südwesten wohnte
Thank you all.
The text was updated successfully, but these errors were encountered: