Noticias

PowerVu – Metodo de abrir canais PowerVu em Enigma2 usando Oscam

Method of Opening PowerVu Channels in Enigma2 Using Oscam

Citação:

Mates,
It is very encouraging news that due to latest changes, Oscam Emu now support opening of PowerVu channels in Enigma2 through "Stream Relay method". Everything happens inside the STB, no PC required. Enigma2 streams to oscam-emu, and oscam-emu streams back to Enigma-2. All on the STB. You can watch on Enigma2 directly. You can add the stream URL to your channel list, and directly watch on the E2. So, the stream relay needs a fast CPU. For example, CPU usage on VU+ Duo2 for SD Channel 5% & for HD Channel is 15%. Not every STB is fast enough. So only those receivers will be suitable which have powerfull CPUs, like Vu+ Solo2, Duo2 or Dreambox DM800SE V2 etc.
Here are details of the procedure with the links of new Oscam Emu for Dreambox and Vu+ Enigma2 Images (OE 1.6, OE 2.0 & Pli versions):
Find on Google the Latest – oscam_1.20-rev-10886 oe1.6 – 2.0 -Pli -4.0
Oscam Config Files:
https://drive.google.com/file/d/0BxN…o4RUxOdHM/view

.
How to do settings for PowerVU:
Keys are put into SoftCam.Key, which is placed inside the same folder oscam.conf is (for example /etc/tuxbox/config).
Key format in SoftCam.Key:
P <srvid> <nb> <key>
P 1234 01 11223344556677
Note:
– For best performance, the "Include ECM in http streams" setting must be enabled. If your image supports it (openpli, openatv), you can find it here: OpenWebif -> Settings -> Customize
– If the setting is not available, you may need to adjust the "ECM fix delay" setting in oscam webif (Config -> Stream Relay). Increase/Lower it until there is no stuttering.
– When using VU+ devices, make sure to use the latest drivers (June 2015), if you encounter any problems.
Channel Config:
1. Go to the OpenWebif and click on the "Stream" button for the channel you want to add.
2. Download and save the .m3u file.
3. Open the .m3u file with a text edior and get the stream link. It looks like this:
http://stb:8001/1:0:19:1234:3EF:1:C00000:0:0:0:
4. Replace the port (8001) with the relay port (default: 17999)
http://stb:17999/1:0:19:1234:3EF:1:C00000:0:0:0:
5. Add the new stream link to your channel list (for example with DreamBoxEdit)
Note:
– When using DreamBoxEdit:
– A. Go to the list in the middle pane "TV User Bouquet details".
– B. Right click on a channel, select "IPTV and other streaming services", select "Add".
– C. Select "DVB/TS".
– D. Chosse a name and use the new stream link as URL.
– E. Use the "Service ID" of the original channel. You can find it in the left list ("Services").
But I have not tested it yet for two reasons:
1. At the moment away from my satellite system.
2. I have Dreambox DM800 HD PVR which has a slower CPU (333 MHz).


UPDATE

Citação:

PowerVU config
==============

Keys in SoftCam.Key:
P <srvid> <nb> <key>
example:
P 1234 01 11223344556677

AU keys:
P <srvid> <UA> <key>
example:
P 1234 11223344 11223344556677

For PowerVU the Stream Relay must be used:

IMPORTANT:
The stream relay needs a fast CPU. Not every STB is fast enough.
If you cannot fix stuttering with the following guide, likely your CPU is
too slow.

For best performance, the "Include ECM in http streams" setting must be enabled.
If your image supports it (openpli, openatv), you can find it here:
OpenWebif -> Settings -> Customize

If the setting is not available, you may need to adjust the "ECM fix delay"
setting in oscam webif (Config -> Stream Relay).
Increase/Lower it until there is no stuttering.

When using VU+ devices, make sure to use the latest drivers (June 2015), if
you encounter any problems.

Channel Config:
1. Go to the OpenWebif and click on the "Stream" button for the channel you want to add.
2. Download and save the .m3u file.
3. Open the .m3u file with a text edior and get the stream link. It looks like this:
http://stb:8001/1:0:19:0123:3EF:1:C00000:0:0:0:
4. Replace the port (8001) with the relay port (default: 17999) and the host name ("stb") with 127.0.0.1
http://127.0.0.1:17999/1:0:19:0123:3EF:1:C00000:0:0:0:
5. Add the new stream link to your channel list (for example with DreamBoxEdit)

IMPORTANT:
Do NOT use the correct Transponder ID/Network ID/Namespace for the stream link.
Use Transponder ID: "11", Network ID: "22" and Namespace: "33".
Set Service Type to "1", and enter the correct Service ID for the channel.

Note:
When using DreamBoxEdit:

A. Go to the list in the middle "Bouquet details".
B. Right click on a channel, select "IPTV and other streaming services", select "Add".
C. Select "DVB/TS".
D. Chosse a name and use the new stream link as URL.
E. Use the "Service ID" of the original channel. You can find it in the left list ("Services")


To Top