Skip to content
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

Closed
yigido opened this issue Nov 24, 2015 · 14 comments
Closed

Network scan not work #36

yigido opened this issue Nov 24, 2015 · 14 comments

Comments

@yigido
Copy link

yigido commented Nov 24, 2015

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:

1

2

3

The digibit shows this errors in the log:

[686][355717.590][s2i-sock-util][0x13b34b8][listen:ERROR:utils/s2iutilsock.cpp:346][: [error: -1 errno:95 meaning:[Operation not supported]]]
[687][355736.543][s2i-sock-util][0x13b34b8][listen:ERROR:utils/s2iutilsock.cpp:346][: [error: -1 errno:95 meaning:[Operation not supported]]]
[688][355746.550][s2i-sock-util][0x13b34b8][listen:ERROR:utils/s2iutilsock.cpp:346][: [error: -1 errno:95 meaning:[Operation not supported]]]
[689][355756.548][s2i-sock-util][0x13b34b8][listen:ERROR:utils/s2iutilsock.cpp:346][: [error: -1 errno:95 meaning:[Operation not supported]]]
[690][355766.551][s2i-sock-util][0x13b34b8][listen:ERROR:utils/s2iutilsock.cpp:346][: [error: -1 errno:95 meaning:[Operation not supported]]]
[691][355776.550][s2i-sock-util][0x13b34b8][listen:ERROR:utils/s2iutilsock.cpp:346][: [error: -1 errno:95 meaning:[Operation not supported]]]
[692][355786.546][s2i-sock-util][0x13b34b8][listen:ERROR:utils/s2iutilsock.cpp:346][: [error: -1 errno:95 meaning:[Operation not supported]]]

tvh_log.txt

@perexg
Copy link
Owner

perexg commented Nov 24, 2015

Provide '--trace satip,mpegts' for tvh...

@yigido
Copy link
Author

yigido commented Nov 24, 2015

@perexg
Copy link
Owner

perexg commented Nov 24, 2015

I'm afraid. There should be [TRACE] lines in the log. See: https://tvheadend.org/projects/tvheadend/wiki/Traces

@yigido
Copy link
Author

yigido commented Nov 24, 2015

Sorry my fault...I have updated the log from the previous post.
Now seem the first 4muxes working...

@perexg
Copy link
Owner

perexg commented Nov 24, 2015

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..

@yigido
Copy link
Author

yigido commented Nov 24, 2015

OK i will test it... Thx perexg for help

@yigido
Copy link
Author

yigido commented Nov 25, 2015

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.

tvh_minisatip.txt

@perexg
Copy link
Owner

perexg commented Nov 25, 2015

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.

@yigido
Copy link
Author

yigido commented Nov 25, 2015

The git from yesterday, but I don't know the exact version number. Where can I find it?

@perexg
Copy link
Owner

perexg commented Nov 25, 2015

git pull --tags origin master
git describe

@yigido
Copy link
Author

yigido commented Nov 25, 2015

Ok I use the commit "851aebb5aa5f68272cf2ed5af5c83de38e78fb44"

The 'git describe' does not work for me, because I clone the repository with the option '--depth 1'

@perexg
Copy link
Owner

perexg commented Nov 25, 2015

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) {

@yigido
Copy link
Author

yigido commented Nov 26, 2015

tvh_patched.txt

perexg added a commit to tvheadend/tvheadend that referenced this issue Dec 16, 2015
@perexg
Copy link
Owner

perexg commented Dec 16, 2015

Fixed in v4.1-1233-gc50d70e . Closing.

@perexg perexg closed this as completed Dec 16, 2015
perexg added a commit to tvheadend/tvheadend that referenced this issue Dec 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants