Ažurirane teme   ·    Nove poruke   ·    članovi   ·    Pravila foruma   ·    Traži   ·    RSS
Forum moderator: smin, borivoje, nolte, Dilber  
Pitanja,komentari,diskusija i ostalo ???
nimlaDatum: Ponedjeljak, 29.08.2016, 13:04 | Poruka broj: # 1301

Poruka: 163
Status:

najjaci
Poruku uredio nimla - Utorak, 30.08.2016, 11:43
freezonatvDatum: Ponedjeljak, 29.08.2016, 13:26 | Poruka broj: # 1302

Poruka: 56
Status:

Quote danbucataru301 ()
sorry !! why all stream extension .ts, function only few second (aprox. max. 20 second ) ??? I can not add in ss-iptv list ! thanks !!!


I'll explain it later.

Quote sena7821 ()
http://217.23.12.187:8080:8080/a1balkantvmahirtvyahsat/index.m3u8 kada ovako ubacim u vlc preko open location from clipboard kanal radi medjutim kada ga konvertujme :#EXTM3U#EXTINF:0,http://217.23.12.187:8080:8080/a1balkantvmahirtvyahsat/index.m3u8 kanal vise neradi da li neko moze da mi objasni gde je greska hvala


Zato što si ga "konvertovao" pogrešno:

Code
#EXTM3U
#EXTINF:0,A1 Balkan
http://217.23.12.187:8080:8080/a1balkantvmahirtvyahsat/index.m3u8


You can download all my applications here: http://futur3design3r.wixsite.com/d3n1s
Poruku uredio freezonatv - Ponedjeljak, 29.08.2016, 13:27
scylla98Datum: Ponedjeljak, 29.08.2016, 13:53 | Poruka broj: # 1303

Poruka: 77
Status:

@mirobec, daj bre vise upita poslao, i nijednom listu ne dobih. Da vidimo sta to nudis.
EDIT: nema veze, snasao se nekako. Nabavio biggrin

Poruku uredio scylla98 - Ponedjeljak, 29.08.2016, 14:44
sena7821Datum: Ponedjeljak, 29.08.2016, 13:55 | Poruka broj: # 1304

Poruka: 24
Status:

mozes li mi objasniti kako da ga konvertujem im koji mi je program potreban
frnjaDatum: Ponedjeljak, 29.08.2016, 16:05 | Poruka broj: # 1305

Poruka: 52
Status:

Našao jedan kanal,narodna lista,ali ga ne mogu uklopiti sa listom,znači imam user i pass,ali ne paše nijedna lista,channel id=85 Arena 5 Hr je na tom id-u,ako netko ima sličnu listu,nek mi pošalje ja ću njemu user i pass od ovoga
freezonatvDatum: Ponedjeljak, 29.08.2016, 21:33 | Poruka broj: # 1306

Poruka: 56
Status:

Quote danbucataru301 ()
sorry !! why all stream extension .ts, function only few second (aprox. max. 20 second ) ??? I can not add in ss-iptv list ! thanks !!!


Re-streamer usually converts m3u8/rtmp stream into MPEG-2 transport stream and there's nothing wrong with 8, 15, or 20 seconds stream. Transport stream works like that, you're the one that makes the problem, you shouldn't supposed to watch.

ex.

Change:

Code
http://cp.dmbshare.net:8000/live/obor/obor/6901.ts


Into:

Code
http://cp.dmbshare.net:8000/live/obor/obor/6901.m3u8


Open this url inside your web browser and save it. Open the file with notepad and you'll see:

Code
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:10
#EXT-X-MEDIA-SEQUENCE:152
#EXTINF:10.000000,
/hls/obor/obor/6901/6901_152.ts
#EXTINF:10.000000,
/hls/obor/obor/6901/6901_153.ts
#EXTINF:10.000000,
/hls/obor/obor/6901/6901_154.ts
#EXTINF:10.000000,
/hls/obor/obor/6901/6901_155.ts
#EXTINF:10.000000,
/hls/obor/obor/6901/6901_156.ts
#EXTINF:10.000000,
/hls/obor/obor/6901/6901_157.ts


Read:

Code
https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/HTTPStreamingArchitecture/HTTPStreamingArchitecture.html


as you can see stream is devided into 6 segments, each of them have TARGETDURATION of 10 seconds now the problem comes (I mean, you), and the stream starts to lag, it skips on another channel because it's limited on one user, not you, the owner. What do you do? You use the stupidest thing I ever heard, you press loop button on VLC. Since stream is devided into segments you'll get the same scene repeated over and over again. Loop button is made for something that has end so guess what's going to happend when you press loop on live stream? Nothing! If the stream is devided into segments it will repeat the same segment if you can't connect to another segment. If you turn off loop button it will skip on another channel.

Solution: Pay and watch or find unpublished playlist and watch without problems.


You can download all my applications here: http://futur3design3r.wixsite.com/d3n1s
masteradiDatum: Utorak, 30.08.2016, 19:46 | Poruka broj: # 1307

Poruka: 50
Status:

Hello to all!

Can anybody help?

My mobile phone operator give an APK Mobile TV as gift for customers, I extracted the URLs but they dont work if I`m conected to other networks, my home WIFI for example.
Shared internet from my phone to PC and they work as well.
Any idea?
Thanks!
danbucataru301Datum: Utorak, 30.08.2016, 22:40 | Poruka broj: # 1308

Poruka: 43
Status:

freezonatv, thanks !!!
Poruku uredio danbucataru301 - Utorak, 30.08.2016, 22:42
dsfgyu_1asdfghjDatum: Srijeda, 31.08.2016, 13:14 | Poruka broj: # 1309

Poruka: 121
Status:

kako saznati koliko lista moze max konekcija moze na pm
scylla98Datum: Srijeda, 31.08.2016, 13:56 | Poruka broj: # 1310

Poruka: 77
Status:

http://ip:port/panel_api.php?mode=auth&username=XXX&password=XXX&type=m3u
freezonatvDatum: Srijeda, 31.08.2016, 19:11 | Poruka broj: # 1311

Poruka: 56
Status:

Quote dsfgyu_1asdfghj ()
kako saznati koliko lista moze max konekcija moze na pm


U mom potpisu imaš aplikaciju Playlist Checker, ubaci liste i provjeri.

Dosta alata tog tipa uzima liste tako da pazi šta koristiš.


You can download all my applications here: http://futur3design3r.wixsite.com/d3n1s
mare2405Datum: Srijeda, 31.08.2016, 22:37 | Poruka broj: # 1312

Poruka: 100
Status:

da li moze pomoc kako se skenira i traze liste sa sentry mba hvala
DilberDatum: Utorak, 06.09.2016, 04:25 | Poruka broj: # 1313

Poruka: 1994
Status:

Ima li neko Art iptv listu, naravno bez login podataka treba mi samo lista

If you want to thank me give me reputation instead of spamming topics, thank you
d3goDatum: Četvrtak, 08.09.2016, 21:20 | Poruka broj: # 1314

Poruka: 166
Status:

ko ima ovo nek me kontaktira i nek kaze sta bih imao u zamjenu za tu listu , mozda se sta dogovorimo

NOVA HR HD
DOMA HD
PRVA MAX
NOVA SRB HD
M1 GOLD
Discovery Science
SPORT PREMIJUM HD 1,2,3
dubiDatum: Petak, 09.09.2016, 00:25 | Poruka broj: # 1315

Poruka: 64
Status:

Jedno desetak dana Sultanović forum mi nije radio, browser nije mogao naći server...jel' to samo kod mene, vidim da nitko ne komentira ?
mukioffDatum: Subota, 10.09.2016, 12:15 | Poruka broj: # 1316

Poruka: 9
Status:

zna li neko da li moze www.balkaniyum.tv da se gleda na dreambox.
i da li ima neki userbouquet pa da stavim moj user password.
monter100Datum: Subota, 10.09.2016, 12:44 | Poruka broj: # 1317

Poruka: 62
Status:

pozdrav ekipi,jel ima ko muzicki kanal Narodna tv?nek se javi na pp
weaponDatum: Subota, 10.09.2016, 13:39 | Poruka broj: # 1318

Poruka: 294
Status:

Quote monter100 ()
pozdrav ekipi,jel ima ko muzicki kanal Narodna tv?nek se javi na pp

mislis Grand Narodna TV
imas ga u kaficu..ako je to taj kanal...
monter100Datum: Subota, 10.09.2016, 13:55 | Poruka broj: # 1319

Poruka: 62
Status:

ne mislim taj hrvatski glazbeni program NARODNA TV
sena7821Datum: Nedjelja, 11.09.2016, 20:16 | Poruka broj: # 1320

Poruka: 24
Status:

kanali sa lista mi rade 10 20 sekunde da li postoji resenja da to stopiram kako bi radili normanlo [inace ih gledanm na mag 254 ]
Search:
Top 30 Forumasa