New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network scan not work #36
Comments
|
Provide '--trace satip,mpegts' for tvh... |
|
I'm afraid. There should be [TRACE] lines in the log. See: https://tvheadend.org/projects/tvheadend/wiki/Traces |
|
Sorry my fault...I have updated the log from the previous post. |
|
There's an issue on your ethernet network. I see many messages like: RTP discontinuity (31519 != 31520) It means that some UDP packets were lost on the ethernet segment. Usually, the issue is 1Gbit -> 100Mbit conversion or some ethernet switches with small buffers. If you can try again satip-axe firmware, you may use TCP RTSP connection mode.. |
|
OK i will test it... Thx perexg for help |
|
So I tested it, but get the same error "scan no data, failed". I use the "RTSP/TCP" option and set "Skip TS packets" to 30. The log shows no discontinuity problems. |
|
OK, I see the problem now. Some PIDs are not subscribed by TVH. Which version do you use ? You've not fetched tags, so iI cannot determine it from logs. |
|
The git from yesterday, but I don't know the exact version number. Where can I find it? |
git pull --tags origin master git describe |
|
Ok I use the commit "851aebb5aa5f68272cf2ed5af5c83de38e78fb44" The 'git describe' does not work for me, because I clone the repository with the option '--depth 1' |
|
Could you provide same log with the patch bellow? diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c
index d6d0a68..5dfdedd 100644
--- a/src/input/mpegts/satip/satip_frontend.c
+++ b/src/input/mpegts/satip/satip_frontend.c
@@ -61,6 +61,7 @@ satip_frontend_signal_cb( void *aux )
signal_status_t sigstat;
service_t *svc;
+ tvhtrace("satip", "signal_cb : mmi = %p, sf_tables = %d", mmi, lfe->sf_tables);
if (mmi == NULL)
return;
if (!lfe->sf_tables) {
|
|
Fixed in v4.1-1233-gc50d70e . Closing. |
When I try a network scan, the first Mux is successfully found, but for the rest I get an error message "scan no data, failed".
I use a digibit r1 with the last beta (I tried also the satip-axe) and tvheadend from git with following configurations:
The digibit shows this errors in the log:
tvh_log.txt
The text was updated successfully, but these errors were encountered: