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

Stream relay configuration not work with oscam #3797

Open
DimitarCC opened this issue Oct 16, 2023 · 8 comments
Open

Stream relay configuration not work with oscam #3797

DimitarCC opened this issue Oct 16, 2023 · 8 comments

Comments

@DimitarCC
Copy link
Contributor

playref = eServiceReference("%s%s%s:%s" % (playrefstring, url.replace(":", "%3a"), playrefstring.replace(":", "%3a"), ServiceReference(playref).getServiceName()))

This will not going to work with oscam for example. Since the service reference is not compatible.
The 7th column from the service reference string (1:0:19:83:6:85:C0000:0:0:0) have to be changed depending on the oscam requirements so to work.

So for now the stream relay solution is not usable with oscam.

@littlesat
Copy link
Member

littlesat commented Oct 16, 2023

IkNot fully true as here it works as a charm. It seems the binary you are using needs a fix. Changing this service ref will also arrange that the idea partly works. Eg on the 2md infobar you do not see transponder parameters as you see the relay url here. There is also no reason why this should be changed for the relay server.
It can be a requirement, but it is a requirement for a 'bug' in the oscam binary. I'm afraid it does double decryption once in the hardware and the second in the relay server and then indeed you need this work-a-round. So a fix in the emu is likely mandatory.
With the binary I'm using it works.
My special user bouquets had also not had that changed.

@DimitarCC
Copy link
Contributor Author

OK. Can you share what binary you using?
With 11725 icam binary definitely not works....

@DimitarCC
Copy link
Contributor Author

DimitarCC commented Oct 16, 2023

Also there is big issues in my opinion after you start that stream relayed channel..... It marks other channels as not playable and if you try to switch to them a "No free tuner" message appears.
Is there a workaround to that?

Maybe that is connected again with the emu handling...Thats why if you can share what emu binary you using or which version at least it will be great.

@littlesat
Copy link
Member

littlesat commented Oct 16, 2023

That was always the case with streamrelay. But the message will disappear and picture will be shown

@DimitarCC
Copy link
Contributor Author

No... it does not disappear all the time... Sometimes the destination service does not ever play.
Maybe is the matter of timeout...

@DimitarCC
Copy link
Contributor Author

The problem with impossibility to switch to channel and permanent "No free tuner" message is because there is a need of time tuner to be freed usually, but i think that is implemented wrong since you should not try to zap at all and just delay it with about 100ms. In this case no "No free tuner" message will ever show up.

@littlesat
Copy link
Member

littlesat commented Oct 18, 2023 via email

@DimitarCC
Copy link
Contributor Author

It is work around at the moment too... At least in the part of that delayed zap....

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