Connecting to OSCam Server failed #125
-
I Know there is already a few explanations about using OSCAM here, but I setup everything using enter to save and so on, but still can't connect to may local OSCAM where SATPI is running. Is this still working with the latest OSCAM and SATPI? Also can you detail for what are these parameters in the OSCAM configuration page:
Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 22 comments 5 replies
-
First of all thanks for your feedback. Well I don't use the cutting edge version of OSxxx (I use version R11272). I know the API has changed over time and probably not working in combination with SatPI at the moment. Regards, |
Beta Was this translation helpful? Give feedback.
-
Ok, going to install that version and see if that's the problem. You answer so quickly that I was editing the previous post, but I ask again anyway regarding those parameters I put there. ; ) Thanks. |
Beta Was this translation helpful? Give feedback.
-
Sorry still not working, I'm running now the OSCam r11272 but I'm getting the same error. My SATPI version is: 1.5.356~g1f7aa3e Enigma Did you made any changes that could solve this problem after this version? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Answering myself regarding SATPI version, I just compile the latest SATPI, now running: 1.5.409~g45892cc But same problem, can't connect to OSCAM. Thanks. |
Beta Was this translation helpful? Give feedback.
-
I have these as API |
Beta Was this translation helpful? Give feedback.
-
Ok and did you create the user "TEST"? |
Beta Was this translation helpful? Give feedback.
-
Yes I did |
Beta Was this translation helpful? Give feedback.
-
Ok, still nothing. So my scenario is, a Gigablue UHD UE 4K receiver running OSCAM and SATPI inside. |
Beta Was this translation helpful? Give feedback.
-
I have this: |
Beta Was this translation helpful? Give feedback.
-
Nothing... really strange since I have everything identical.
Do you have any other protocol or something that is missing in mine? |
Beta Was this translation helpful? Give feedback.
-
You did restart OSCam I assume. |
Beta Was this translation helpful? Give feedback.
-
Yes I did. Do you use any other parameter? |
Beta Was this translation helpful? Give feedback.
-
I will convert this to a discussion |
Beta Was this translation helpful? Give feedback.
-
I use this on my Vu+: satpi --http-path /usr/satpi/web --app-data-path /usr/satpi --iface-name eth0 |
Beta Was this translation helpful? Give feedback.
-
Solved everything in a crazy way. ; ) I installed OSCAM on a Rapberry Pi just to receive the connection from SATPI, them from the Pi OSCAM I create a reader for cs378x protocol to connect to the Gigablue receiver and everything works and all channels decode at the same time. To solve and avoid this and since OSCAM used as other boxtype apart the pc type and if not too much effort you should start thinking in use something like the minisatip tool approach using the connection straight to the camd.socket file. Now that this is solved my second goal is to have a way of creating a channellist.m3u with all the channels at least from one satellite so VLC on a normal PC could get it, instead the free default channels that shows, since doesn't have a way of doing scan like some other clients, I think. Thanks for all the help and support !!! |
Beta Was this translation helpful? Give feedback.
-
I'm trying to run satpi with oscam but the field is empty. I use open atv 6.5 oscam_1.20-rev-11272-Pli-4.0-emu VU+ solo2. I set it up oscam dvb api port. but the field is empty in satpi. start-stop-daemon -S -x /usr/bin/satpi -p /var/lock/SatPI.lock -- --http-path /usr/share/satpi/web $SATPI_OPTS > /dev/null That's how it starts 1.5.465~g9baec6e Enigma |
Beta Was this translation helpful? Give feedback.
-
Hi @jack8282 You don't see this in SatPI? Then most likely SatPI is not compiled (build) with dvbapi support Edit: |
Beta Was this translation helpful? Give feedback.
-
No I don't see the writing fields just the oscam field. There are no lines to write |
Beta Was this translation helpful? Give feedback.
-
Hi @jack8282 then it is not build with |
Beta Was this translation helpful? Give feedback.
-
I will write to you in the mail make mips new bin make LIBDVBCSA=yes . Thank you so much I really like how it works satpi |
Beta Was this translation helpful? Give feedback.
-
Can it simultaneously decode 2-3 channels from 1 transponder in this way dvbapi (client: SatPI |
Beta Was this translation helpful? Give feedback.
-
Please checkout latest commits, I have done some fixes for OSCam problems. |
Beta Was this translation helpful? Give feedback.
Solved everything in a crazy way. ; )
I installed OSCAM on a Rapberry Pi just to receive the connection from SATPI, them from the Pi OSCAM I create a reader for cs378x protocol to connect to the Gigablue receiver and everything works and all channels decode at the same time.
Like this I can watch a channel on the Gigablue while on the Phone or Pad someone can watch other channel trough SATPI.
To solve and avoid this and since OSCAM used as other boxtype apart the pc type and if not too much effort you should start thinking in use something like the minisatip tool approach using the connection straight to the camd.socket file.
Now that this is solved my second goal is to have a way of crea…