Hallo zusammen,
ich habe Probleme mit meinem EPG wie hier geschildert.
System ist eine streamdev Client/Server Umgebung.
Server:
Code
vdr (2.6.1/2.6.1) - The Video Disk Recorder
conflictcheckonly (0.0.1) - Direct access to epgsearch's conflict check menu
epgsearch (2.4.1) - search the EPG for repeats and more
epgsearchonly (0.0.1) - Direct access to epgsearch's search menu
epgtableid0 (2.4.0) - EPG handler for events with table id 0x00
hello (2.4.0) - A friendly greeting
live (3.1.3) - Live Interactive VDR Environment
markad (3.0.18 (6c73e7c)) - Mark advertisements
osddemo (2.4.1) - Demo of arbitrary OSD setup
pictures (2.4.0) - A simple picture viewer
quickepgsearch (0.0.1) - Quick search for broadcasts
restfulapi (0.2.6.5) - Offers a RESTful-API to retrieve data from VDR
skincurses (2.4.3) - A text only skin
status (2.4.0) - Status monitor test
streamdev-client (0.6.1-git) - VTP Streaming Client
streamdev-server (0.6.1-git) - VDR Streaming Server
svccli (2.4.0) - Service demo client
svcsvr (2.4.0) - Service demo server
svdrpdemo (2.4.0) - How to add SVDRP support to a plugin
vdrmanager (0.15) - VDR-Manager plugin
vnsiserver (1.8.0) - VDR-Network-Streaming-Interface (VNSI) Server
Display More
Client ebenfalls Version 2.6.1.
Auf dem Client habe ich eine epg.data Datei, die in der "E"-Zeile bei allen Einträgen 0 bei Dauer stehen hat.
cat epg.data | grep ^Eauf dem Client:
Code
E 8780 1669592400 0 960 51
E 8781 1669594800 0 A8C 51
E 8782 1669597500 0 A8C 51
E 8783 1669600200 0 A8C 51
E 8784 1669602900 0 A8C 51
E 8785 1669605600 0 A8C 51
E 8786 1669608300 0 A8C 51
E 8787 1669611000 0 960 51
E 8788 1669613400 0 834 51
E 8789 1669615500 0 5DC 51
E 8790 1669617000 0 A14 51
E 8791 1669619580 0 78 51
E 8792 1669619700 0 A8C 51
E 8793 1669622400 0 BB8 51
E 8795 1669625400 0 A8C 51
Display More
cat epg.data | grep ^Eauf dem Server:
Code
E 8780 1669592400 2400 51 1E
E 8781 1669594800 2700 51 1E
E 8782 1669597500 2700 51 1E
E 8783 1669600200 2700 51 1E
E 8784 1669602900 2700 51 1E
E 8785 1669605600 2700 51 1E
E 8786 1669608300 2700 51 1E
E 8787 1669611000 2400 51 1E
E 8788 1669613400 2100 51 1E
E 8789 1669615500 1500 51 1E
E 8790 1669617000 2580 51 1E
E 8791 1669619580 120 51 1E
E 8792 1669619700 2700 51 1E
E 8793 1669622400 3000 51 1E
E 8795 1669625400 2700 51 1E
Display More
Für mich sieht das aus, als tauchten die 2400s vom Server als Hexwert 0x960 auf dem Client eine Spalte weiter hinten wieder auf. Wer kann dafür verantwortlich sein, bzw. wo im Code müsste ich suchen?
Danke
Andreas