Ažurirane teme   ·    Nove poruke   ·    članovi   ·    Pravila foruma   ·    Traži   ·    RSS
Archive - read only
DREAMBOX - 1
KinkyKingDatum: Nedjelja, 02.11.2014, 18:07 | Poruka broj: # 4401

Poruka: 63
Status:

Quote pokut ()
pokut Datum: Subota, Juce, 11:35:53 | Post broj # 4688

Vojnik

Grupa: Član

Poruka: 14
Nagrada: 0 +
Reputacija: 0 ±

Status:

QuoteOPEN WEBIF 84.226.55.212 Turk/Germany 84.226.145.143 Italia/Germany 84.226.93.201 Spain 84.227.82.117 Italia 84.226.92.254 Italia 84.226.120.50 Spain 84.226.150.136 Turk 84.226.228.169 Italia 84.226.150.44 Italia 84.227.58.170 Italia all dead, this is classic ...


ALL TESTED AND WORKING BEFORE I PLACED IT HERE I DONT ASK FOR IPS I SCAN THEM MYSELF wink HAHAHA CLASSIC ''BIG JOKE''

Poruku uredio KinkyKing - Nedjelja, 02.11.2014, 18:09
KinkyKingDatum: Nedjelja, 02.11.2014, 18:28 | Poruka broj: # 4402

Poruka: 63
Status:

77.2.132.239---- Germany

77.3.103.191---- Germany

88.12.168.74---- Espana

88.11.42.27----- Italia

88.11.156.194-- ???

88.5.69.229----- ???
ferrari777777777Datum: Nedjelja, 02.11.2014, 20:33 | Poruka broj: # 4403

Poruka: 18
Status:

Sky Sports UK SD/HD. Please.
Poruku uredio ferrari777777777 - Nedjelja, 02.11.2014, 20:33
sayyedDatum: Ponedjeljak, 03.11.2014, 06:10 | Poruka broj: # 4404

Poruka: 123
Status:

Sky UK Movies
http://adf.ly/tgnNy
anilwDatum: Ponedjeljak, 03.11.2014, 06:14 | Poruka broj: # 4405

Poruka: 231
Status:

Quote bingobongo ()

http://bit.ly/1zZkPA9

http://bit.ly/1wUjMiE

http://bit.ly/1wUpZrE

Notice: don't expect anything from these ips. They don't work and have been posted only for curiosity and for collection.
The curious note is given by the fact that these iptv links are not taken from Dreambox, but from one of its Chinese clones called Technomate 800HD (or ITGate TGS300).

http://tm800hd.wikidot.com/start

Although the technical features of this Dreambox clone are not bad, streaming via internet sucks completely.
In fact, as you can see from the posted ips, streaming doesn't work at all.
This clone of Dreambox is commercialized only in UK (it's not a case all TM800 ips point to UK addresses).
So, If you're going to purchase a decoder - and you're fond of internet tv streaming - I strongly recommend to avoid Technomate 800HD

Tks Binngo Bongo... then can you recommend few of good models... i'm seriously looking for one (exclusively streaming over internet). i want to watch SKY UK over internet only (cos i'm out of EutelSAT 28.2E footprint)...
sayyedDatum: Ponedjeljak, 03.11.2014, 06:19 | Poruka broj: # 4406

Poruka: 123
Status:

Sky UK Sports
Sky UK
vvaz24Datum: Ponedjeljak, 03.11.2014, 18:38 | Poruka broj: # 4407

Poruka: 63
Status:

sayyed That links you posted only open malware ads...
MaemeesDatum: Ponedjeljak, 03.11.2014, 19:29 | Poruka broj: # 4408

Poruka: 29
Status:

Germany, Austria satellites
http://adf.ly/ti5AN
Italia, Espanja satellits
http://adf.ly/ti5XX
http://adf.ly/ti5cB
ar_mr22Datum: Ponedjeljak, 03.11.2014, 20:16 | Poruka broj: # 4409

Poruka: 74
Status:

open web if
Poruku uredio ar_mr22 - Ponedjeljak, 03.11.2014, 20:20
bingobongoDatum: Ponedjeljak, 03.11.2014, 21:08 | Poruka broj: # 4410

Poruka: 1154
Status:

Quote anilw ()
Tks Binngo Bongo... then can you recommend few of good models... i'm seriously looking for one (exclusively streaming over internet). i want to watch SKY UK over internet only (cos i'm out of EutelSAT 28.2E footprint)...


Well.. from my point of view, dm800 is the best one.
Among the other brands, Vu+Duo seems also interesting: it has 2 tuners, which work in most cases (in fact 70-80% of vuduo ips let view all channels even if the owner is tuned)
pokutDatum: Ponedjeljak, 03.11.2014, 21:23 | Poruka broj: # 4411

Poruka: 38
Status:

Anyone knows how to put EPG directly on VLC from a dreambox url?
For example TF1, I want to have his program directly on VLC, not from a webinterface.

For SimpleTV, there are directly EPG by putting rytec files, but i don't use this player smile

Poruku uredio pokut - Ponedjeljak, 03.11.2014, 21:28
ar_mr22Datum: Ponedjeljak, 03.11.2014, 21:53 | Poruka broj: # 4412

Poruka: 74
Status:

OPEN WEB IF
bingobongoDatum: Ponedjeljak, 03.11.2014, 23:26 | Poruka broj: # 4413

Poruka: 1154
Status:

Quote pokut ()
Anyone knows how to put EPG directly on VLC from a dreambox url?
For example TF1, I want to have his program directly on VLC, not from a webinterface.


This is not impossible, in my opinion. And it must be simple too, thanks to Enigma 2 command line options...

First Use wget (or curl) to transfer the epg info to a text file.

For example:

wget -q -O - "http://IP_of_your_box/web/epgservice?sRef=1:0:1:2206:44C:1:C00000:0:0:0:" >>epg.txt

Then use FINDSTR or curl to isolate the epg event and set a value that identifies the epg event included in the text file.
For example:

set /p EPG=<epg.txt

Finally, define the value of EPG as the subtitle of your VLC stream.

Code should look like:

%VLC% "your_stream" --sub-filter marq --marq-marquee="%EPG%" --marq-size=30 --marq-position=10 --marq-timeout=30000 --fullscreen --aspect-ratio=16:9

where marquee is the epg info that VLC will display on the right corner of your screen for 30 seconds while playing the stream...

All this could be automitized with a batch program wink

Poruku uredio bingobongo - Ponedjeljak, 03.11.2014, 23:45
ar_mr22Datum: Utorak, 04.11.2014, 01:38 | Poruka broj: # 4414

Poruka: 74
Status:

open web if
elsanto1Datum: Utorak, 04.11.2014, 02:28 | Poruka broj: # 4415

Poruka: 249
Status:

ok
bingobongoDatum: Utorak, 04.11.2014, 03:13 | Poruka broj: # 4416

Poruka: 1154
Status:

Quote pokut ()
wget.exe closes immediately for me


You cannot run wget by simply double clicking on it with your mouse.
You need to execute it from command prompt.
For more info about its usage, visit this site:



Also notice that wget is conceived as a tool: to accomplish a regex, you'll need to use wget in the same way as workers use machine tools, combining it with other tools and options (such as curl, cut or sed) that allow to isolate and extract a specified piece of information.

Poruku uredio bingobongo - Utorak, 04.11.2014, 03:31
ngmaelsDatum: Utorak, 04.11.2014, 03:51 | Poruka broj: # 4417

Poruka: 15
Status:

bingobongo i jeed help
ar_mr22Datum: Utorak, 04.11.2014, 05:44 | Poruka broj: # 4418

Poruka: 74
Status:

open web if
sayyedDatum: Utorak, 04.11.2014, 07:29 | Poruka broj: # 4419

Poruka: 123
Status:

Sky It
sayyedDatum: Utorak, 04.11.2014, 07:38 | Poruka broj: # 4420

Poruka: 123
Status:

SKY IT
Search:
Top 30 Forumasa