Opened 13 years ago

Closed 13 years ago

#1046 closed enhancement (wontfix)

ecm.info enhancement

Reported by: szili_boy Owned by:
Priority: minor Component: DVBApi
Severity: medium Keywords:
Cc: Sensitive: no

Description

Please add a new line to ecm.info file.
Most of the images use the "address: " for showing the address of the server for the current decoded channel, as it is in CCcam, OSCam uses "from: "

It's easy to implement I think, and the benefits are great. Also the "hops: " line would be great, too.

P.S.: I think that the "address: " line should show the label of the reader, while it can give better info of the reader.

P.S.: If the channel is decoded with CCCam dvbapi that the encoding system that opens the channel gets green in the infobar, this would be nice in OSCam, too.

Attachments (1)

ecm.info (245 bytes ) - added by szili_boy 13 years ago.

Download all attachments as: .zip

Change History (4)

by szili_boy, 13 years ago

Attachment: ecm.info added

comment:1 by ngc1927, 13 years ago

I modify Sifteam image for Enigma1 for work also with label "from:" (..in code search presence of label address: and/or from: ..and assign value at right variable).

And also add options "encoding system that opens the channel gets green in the infobar" ..with oscam ..now if developer change system i have to revrite all ? :)

For my 2 cents of opinions, in this case, is developers of image to have "adapt" our images to oscam and not the opposite.

Last edited 13 years ago by ngc1927 (previous) (diff)

comment:2 by rekordc, 13 years ago

I made some changes to module-dvbapi.c
Now it works with my dbox2 Keywelt july 2009 Image.
All it does is putting the ADDRESS line at the position the OSD-script expect it.

*** module-dvbapi.c	2010-10-14 14:38:08.517865000 +0200
--- ../module-dvbapi.c	2010-10-14 14:37:06.531794000 +0200
***************
*** 1596,1601 ****
--- 1596,1605 ----
  				else
  					fprintf(ecmtxt, "from: local\n");
  				fprintf(ecmtxt, "protocol: %s\n", reader[er->reader[0]].ph.desc);
+ 				// Patch for DBOX2, keywelt (juli 2009) image 
+ 				// rename oscam-binairy as CCcam
+ 				// now OSD shows address of server
+ 				fprintf(ecmtxt, "address: %s\n", reader[er->reader[0]].device);
  				fprintf(ecmtxt, "hops: %d\n", reader[er->reader[0]].cc_currenthops);
  				fprintf(ecmtxt, "ecm time: %.3f\n", (float) client->cwlastresptime/1000);
  				fprintf(ecmtxt, "cw0: %s\n", cs_hexdump(1,demux[i].lastcw[0],8));

comment:3 by Deas, 13 years ago

Resolution: wontfix
Status: newclosed

this was already discussed long time ago in the forum. oscam format is not changed. image builder have to change their logic to understand from and address. if we start changing this, every image builder can come and say please change this and that. if you still need it different, build your own oscam and change the code yourself.

Note: See TracTickets for help on using tickets.