Latest release : 6.4.009.001 released just last Hour
Not issued yet for my stb.
version 6.4.008 date written it issued 17/10/2023 at 3.0 am but in fact it just released from one hour !!!
Latest release : 6.4.009.001 released just last Hour
Not issued yet for my stb.
version 6.4.008 date written it issued 17/10/2023 at 3.0 am but in fact it just released from one hour !!!
Icam funziona, perché vedo ECM che cambiano e il nome della linea del server.
you need to see on log file if channel open as
(ecm) dvbapiau (P: 09C4::008B:1B82:00F5 #ECM_L:B7 #CW=58889DADDEBE1F2B0000000000000000 HOP:01): timeout (12001 ms) by XXX (F/3/3/5) - Sky Cinema Family HD
Hai un Reader? Ovviamente senza linea.
on first post samur share best reader as
########################################
## reader configuration
########################################
label = Sky_xx
protocol = smargo
device = /dev/ttyUSB1
caid = xxxx
boxid = xxxxxxxx
ins7e = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ins7e11 = 15
k1_unique = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
detect = cd
mhz = 600
cardmhz = 369
ident = xxxx:xxxxxx
group = 1
emmcache = 2,2,0,0
blockemm-unknown = 1
ndsversion = 2
Display More
Display MoreCiao a tutti.
Ho un gigablue trio 4K
Ho messo il file ipk in tmp.Installato e nelle cam disponibili mi esce OSCcam_11718-r798 e si avvia tranquillamente.
Al file bouquet.tv in etc/enigma2 ho aggiunto i canali DE presenti nel file al primo post.
Non ho luce sui suddetti canali.
Chiedo:c'è da fare qualche altra configurazione oppure il 'buio' è dovuto alla linea server?Grazie
you need to check few things:
- local card or provider support ch. via sharing card
- sat covered what's mean you must reception the ch. via sat
as you already have
- oscam working by icam patch,
- special fav. bouquet or using new stream ch. via new feature added on OBH, OPLI
Thanks Egami team for all New provide
hope to add Play service with streamrelay from sat channel as opli, obh
Hello
Is the egami image for Italian developers?
Is there a screen capture plugin for Python 3 like shootyourscreen And there are other Python 2 to Python 3 plugins in this image?
you can do it by third party as AJPanel
@Captain can we see soon Play service with streamrelay from sat channel as opli, obh, opvix
Blackhole was based on Vu+ git (now dead), OpenBh is based on oe-a git
i think he talk about Blackhole build by fairbird for dream box it based opli
not original Blackhole for vu stb
explanation for new function added beginning from version 7.1.0
- Synchronization is done through two methods, by preparing a list in which the channel to be copied from to the transferred channel is selected, whether those channels are DVB - IPTV.
- This is also suitable for synchronizing between SAT channels and terrestrial broadcast channels
The colors of the table in the two options have also been improved, so that the colors of the two channels change depending on their presence in the device.
You can use the Info or OK button on any line to find out the error. For example, if it is not present on the device, or if you choose the same reference for the two channels.
If the line is repeated, you will see a message when opening the file that the duplicate lines have been skipped (duplicate information in the file will only appear in one of them).
When you enter a new line with the same line as a previous one, it will cancel it and alert you
- God willing, the user command file (LinuxCommands.lst) was created for the first time and was circulated and added to.
The file will be circulated and shared through the forum's esteemed brothers - provided it matches
The reference for the IPTV channel in the file is what you have on the device so that you can benefit from it
Another option has been added to share the feed from a group of channels
- It works by entering channels, but in this case it does not give you the choice of the channel type. That is, it asks you for the information source channel first (DVB), then it asks for the IPTV channel (which is what you need to change).
When changing the reference (yellow button) you will find IPTV channels with EPG and icons (according to their presence in the source). The EPG will be updated to the channels according to its change in the DVB channel automatically and permanently.
- It is the same as the previous option, but it is specific to iptv channels only.. so that there is no copying of data in the new option, but rather it connects Share
In this case, the names in the table are not required to match, meaning you can make the MBC channel data link to any IPTV channel that has no relation to MBC.
Linking is the user's responsibility to do as he wishes
The two options have been isolated and the files have been renamed:
The name of the sharing list for the first method
ajpanel_share_data_xxx.xml
That is, by changing the word "_data"
The name of the sharing list for the second method
ajpanel_share_ref_xxx.xml
where this backup folder , its path plz
Panel backup folder done by user on external memory usb/hdd
femon can see the signal when using SR
is that mean by femon patch can display signal
@littlesat can that Applicable !!
--- dvb-apps-3ee111da5b3a.orig/util/femon/femon.c 2013-06-02 14:05:00.988323437 +0200
+++ dvb-apps-3ee111da5b3a/util/femon/femon.c 2013-06-02 14:05:33.560792474 +0200
@@ -102,11 +102,20 @@ int check_frontend (struct dvbfe_handle
fe_info.lock ? 'L' : ' ');
if (human_readable) {
- printf ("signal %3u%% | snr %3u%% | ber %d | unc %d | ",
- (fe_info.signal_strength * 100) / 0xffff,
- (fe_info.snr * 100) / 0xffff,
- fe_info.ber,
- fe_info.ucblocks);
+ // SNR should be in units of 0.1 dB but some drivers do
+ // not follow that rule, thus this heuristic.
+ if (fe_info.snr < 1000)
+ printf ("signal %3u%% | snr %4.1fdB | ber %d | unc %d | ",
+ (fe_info.signal_strength * 100) / 0xffff,
+ fe_info.snr / 10.,
+ fe_info.ber,
+ fe_info.ucblocks);
+ else
+ printf ("signal %3u%% | snr %3u%% | ber %d | unc %d | ",
+ (fe_info.signal_strength * 100) / 0xffff,
+ (fe_info.snr * 100) / 0xffff,
+ fe_info.ber,
+ fe_info.ucblocks);
} else {
printf ("signal %04x | snr %04x | ber %08x | unc %08x | ",
fe_info.signal_strength,
Display More
Display Morei want to know if it works with the V9 Public patch
like :
oscam from audi_06
oscam from others using the V9 Public patch.
oscam from the feed of the various images....etc
...
thanks,
i uesd linuxsat25 build and it ok
hello biko , is there a way to add picons and epgs to a bouquate which doesn't have picon and epgs in the portals server ? normally some portal servers have picons and epgs , which one can download by pressing green button , but some portals dont hv picons and epgs . is there a way to manually add picons or share picons with normals satellite list. for example sharing picons and epgs from astra 28e to bouquate UK movies from portals? . hope my question is not too difficult.
yes, but NCam from fairbird is not really public at 100%,
but i speak about your build or example versions from MOHAMED_OS
no, not try it !!
i haven't special build by me
what OSCam binary are you using ?
is the binaries with the public icam patch work ?
Thanks,
Yes i try Ncam by fairbird and it work
Due to the fake serviceref this is not going te happen yet.
what needed to Avoid fake serviceref !!
is that from patch icam !
You do not need the special userbouquet anymore but here you need fake serviceref for it/uk. And this brakes the idea of it partly as you get deviated info due to this. Why do you need a fake serviceref? I have no idea why beside the service is encrypted twice in the relay and in the dvb hardware. I hope this can be resolved. With our changes you only need a file whitelist_streamrelay in /etc/enigma2 then normal bouquets can be used. Also in the context menu from the channellist you have an option to add and remove services from this list.
can develop to display signal strength ..... as ch. work now from sat !
Hopefully somebody will host a file that is maintained and a script/plugin to fetch it can be made.
Just telnet the code and you will have the file on your stb on path etc/enigma2 ![]()