Opened 10 years ago

Closed 10 years ago

#3768 closed defect (fixed)

DVBAPI - improvements for the TCP mode and pc-nodmx

Reported by: perexg Owned by:
Priority: major Component: DVBApi
Severity: medium Keywords:
Cc: Sensitive: no

Description

1) In the TCP listen mode, the communication might stall, because the dvbapi_open_device() tries to open a non-existent linuxdvb device.

2) Handle the connection close file-descriptor event more correctly.

3) Do not create the /tmp/ecm.info for the TCP listen mode and pc-nodmx mode. I don't see any usage.

Attachments (1)

oscam-dvbapi-nfix.patch (2.0 KB ) - added by perexg 10 years ago.
Proposed patch

Download all attachments as: .zip

Change History (4)

by perexg, 10 years ago

Attachment: oscam-dvbapi-nfix.patch added

Proposed patch

comment:1 by manio, 10 years ago

Hello
Any reason for removing code responsible for closing ecminfo file (eg on platforms which supports it)?
Besides this - all is fine for me.

comment:2 by perexg, 10 years ago

The ecmtxt fclose() code is duplicate and can be safely removed - look to lines bellow (the next condition) in the source file.

comment:3 by manio, 10 years ago

Resolution: fixed
Status: newclosed

Fixed in r9765. Thanks!

Note: See TracTickets for help on using tickets.