Hello,
1. When viewing a TV channel, the info bar popups frequently, like every 5 minutes. Is this a feature or a bug? (If it's the first, can I disable it?).
2. When in standby mode, STB is still outputting a black image to the TV (SCART connection). Can this be disabled?
3. When streaming to a PC on LAN, the box tuner freezes after some seconds (and also the stream), and that channel can't be tunned-in again (all others still work). Is there a file where I could config the stream options?
Any problem with overclocking it by default to 550Mhz?
Thanks
Features and bugs
-
- Neugieriger
- Beiträge: 4
- Registriert: Freitag 18. Oktober 2013, 01:50
-
- Einsteiger
- Beiträge: 217
- Registriert: Donnerstag 14. Juni 2012, 09:39
Re: Features and bugs
Hi,
thanks for joining. For the record, this is about the -martii branch.
Cheers,
martii
thanks for joining. For the record, this is about the -martii branch.
This could be related to the "Show infobar at program start" or "Info on EPG change" options (OSD menue). The former will update the info bar whenever the current-next information changes, but I honestly don't know what to expect from the latter (which triggers the original CST code).marco_silva85 hat geschrieben:1. When viewing a TV channel, the info bar popups frequently, like every 5 minutes. Is this a feature or a bug? (If it's the first, can I disable it?).
The preferably option would likely be to deactivate SCART pin 8 to actually switch off the TV. I don't think that's a driver option.marco_silva85 hat geschrieben:2. When in standby mode, STB is still outputting a black image to the TV (SCART connection). Can this be disabled?
First time I hear of that issue. Streaming works just fine for me, with both VLC (on Mac) and timote (Android, obviously). No, there are no configuration options.marco_silva85 hat geschrieben:3. When streaming to a PC on LAN, the box tuner freezes after some seconds (and also the stream), and that channel can't be tunned-in again (all others still work). Is there a file where I could config the stream options?
Never seen a problem related to that, neither on Pingulux nor on GM990CR.marco_silva85 hat geschrieben:Any problem with overclocking it by default to 550Mhz?
Cheers,
martii
-
- Neugieriger
- Beiträge: 4
- Registriert: Freitag 18. Oktober 2013, 01:50
Re: Features and bugs
Enigma2 PKT firmware correctly turns off SCART outputting. HDMU fw blanks it with a white image (so its still outputting). martii's fw blanks with black.martii hat geschrieben:The preferably option would likely be to deactivate SCART pin 8 to actually switch off the TV. I don't think that's a driver option.
I can check the standby code and compare it to the shutdown procedure code, which files should I look?
Yes, tried VLC and no issues! Media Player Classic glitches the stream and tunner in someway.martii hat geschrieben:First time I hear of that issue. Streaming works just fine for me, with both VLC (on Mac) and timote (Android, obviously). No, there are no configuration options.
Some channels output in an unplayable audio format (DTS maybe?), is there downmixing for that?
Thanks
-
- Einsteiger
- Beiträge: 217
- Registriert: Donnerstag 14. Juni 2012, 09:39
Re: Features and bugs
libstb-hal/libspark/video.cppmarco_silva85 hat geschrieben:I can check the standby code and compare it to the shutdown procedure code, which files should I look?
I don't have suitable SCART kit available, but I could imagine that
Code: Alles auswählen
diff --git a/libspark/video.cpp b/libspark/video.cpp
index b724a43..905ac19 100644
--- a/libspark/video.cpp
+++ b/libspark/video.cpp
@@ -154,13 +154,18 @@ static int hdmi_out(bool enable)
goto out;
}
hdmi_enabled = enable;
- out.caps = STMFBIO_OUTPUT_CAPS_HDMI_CONFIG;
+ out.caps = STMFBIO_OUTPUT_CAPS_HDMI_CONFIG | STMFBIO_OUTPUT_CAPS_ANALOGUE_CONFIG;
out.activate = STMFBIO_ACTIVATE_IMMEDIATE;
- out.analogue_config = 0;
if (enable)
+ {
+ out.analogue_config |= STMFBIO_OUTPUT_ANALOGUE_MASK;
out.hdmi_config &= ~STMFBIO_OUTPUT_HDMI_DISABLED;
+ }
else
+ {
+ out.analogue_config &= ~STMFBIO_OUTPUT_ANALOGUE_MASK;
out.hdmi_config |= STMFBIO_OUTPUT_HDMI_DISABLED;
+ }
ret = ioctl(fb, STMFBIO_SET_OUTPUT_CONFIG, &out);
if (ret < 0)
DTS downmixing is available: In audio setup try enabling/disabling "Encoded DD on S/PDIF". Whether this works correctly might depend on firmware support (audio.elf), and I could imagine that e.g. not all AAC variants are compatible.marco_silva85 hat geschrieben:Some channels output in an unplayable audio format (DTS maybe?), is there downmixing for that?
Cheers,
martii
-
- Neugieriger
- Beiträge: 4
- Registriert: Freitag 18. Oktober 2013, 01:50
Re: Features and bugs
Did you push that commit? Because after going to standby, resuming doesn't enable SCART video outputting (audio plays, no picture).
-
- Einsteiger
- Beiträge: 217
- Registriert: Donnerstag 14. Juni 2012, 09:39
Re: Features and bugs
Yes, I did push it yesterday as there were no ill effects on HDMI. I've reverted that push right now (and I'll leave it that way until someone who can actually test SCART comes up with a working patch).
-
- Einsteiger
- Beiträge: 101
- Registriert: Dienstag 6. März 2012, 13:24
Re: Features and bugs
ich hatte ein Update gebaut - in küche ging es nach bau ohne Probleme
der User hat bestimmt nicht verstanden -das er selber bauen oder ein neues image oder update einspielen muss
der User hat bestimmt nicht verstanden -das er selber bauen oder ein neues image oder update einspielen muss
-
- Contributor
- Beiträge: 1623
- Registriert: Donnerstag 10. Januar 2002, 20:03
Re: Features and bugs
@Tann
please don't change the language, the thread starter maybe doesn't understand german
please don't change the language, the thread starter maybe doesn't understand german
Na schönen Dank Herr Schwanke!
Ein toller Sommer!
Ein toller Sommer!