Archive for October, 2012
Where to find oscam.services information?
Recently i removed all articles where i had oscam.services for different TV providers. Why? Because these files can quickly become obsolete and i dont have time to maintain all of them! I recommend that you rather use oscam.services Creator or visit these three pages where users are frequently updating oscam.services for different TV providers:
http://www.streamboard.tv/wiki/Services
http://www.digital-eliteboard.com/showthread.php?70969-OScam-Services-(oscam-services)
http://kos.hdsat.pl/
oscam.services Creator
This is very useful program for creating oscam.service files. It can get channels information from their own server (1), from our own oscam.srvid file (2), from receiver (3) or from Kingofsat website (4). I assume that most of you will select options 1,2 or 4. Which satellite packages are supported? Many, here is the list if you select their server (1): HD+, AustriaSat, Canal Digitaal, Cyfra+, Polsat, DigitAlb, , Digital+, Digiturk, KabelBW, Kabelkiosk, KD, MAX TV, MTV Unlimited, Nova, NTV Mir, ORF, Penthouse HD, Platforma HD, RTVi, Sky, Sky Italia, TNTSAT, Tivusat, Tring, TV Vlandereen, UnityMedia, Viasat, Zon
If you select Kingofsat website, you can only select these packages: Sky Germany, HD+,ORF, AustriaSat and UnityMedia
You can even select which channels you want to include in service file. Nice feature!
How to use oscam.services Creator
There is only one .exe file that you need to open. You get blue window with text in German language. Click on “Quelldatei wahlen”, then you get 4 options to choose from. Option 1 gets oscam.srvid file from their server, option 2 enables you to select your own oscam.srvid file, option 3 gets info from your receiver and downloads channel info from Kingofsat website!
Then you need to click START button on the bottom right site of blue window. You will get new window with all kinds of options to select. I think you wont have any problems using this program in this stage. You just have to select your satellite TV package, CAID, provid and desired channels and you are done!
Connect OScam with MGcamd
First we need to enable CCcam function in OScam. Add these lines into oscam.conf file on your server:
[cccam]
port = 35699 or something else
version = 2.3.0
ignorereshare = 1 #this enables you to control reshare on account level
CCcam is now enabled and now you need to create user in oscam.user file!
[account]
user = mguser
pwd = mguser
group = 1 #this depends on your oscam.server settings.
cccmaxhops = 1
cccreshare = 1
Now we need to configure MGcamd which will be client to OScam server. I suggest that you read this article where you can also find correct files for running MGcamd on receiver. Remember this. MGcamd only understands CCcam if you use this setting in mg_cfg file:
G: { 32 }
Then you need to create cccamd.list file where you copy/paste C line. In our case it should look something like this:
C: 192.168.1.100 35699 mguser mguser
192.168.1.100 is IP of server where we are running OScam.
This should be it. I hope you will be able to configure OScam and MGcamd and start to watch TV 🙂
You can discuss about this article here:
https://www.satnigmo.com/forum/index.php?threads/oscam-to-mgcamd.540/
For other “connect” tutorials, visit these links:
- Connect OScam with OScam using Camd35
- Connect OScam with CCcam using Newcamd
- Connect OScam with CCcam using Camd35
- Connect OScam with CCcam using CCcam