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)
Change History (4)
by , 10 years ago
| Attachment: | oscam-dvbapi-nfix.patch added |
|---|
comment:1 by , 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 , 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.
Note:
See TracTickets
for help on using tickets.

Proposed patch