IPTV STREAM

rocuelo

Vu+ User
I wanna add this channels on the iptv list channels.. can someone tell me how do do that¿¿


thanks
 

rocuelo

Vu+ User
for example this
1:
2:

#SERVICE 4097:0:1:0:0:0:0:0:0:0:rtmp%3a//edg.ord.movipbox2.streamguys.net/vtvdsl/vtvdsl.sdp:Venezolana de Televisión
#DESCRIPTION Venezolana de Televisión
 

lovrencan

Vu+ Newbie
You can do it from telnet via vi editor:
telnet to your box:
vi /etc/enigma2/userbouquet.iptv__tv_.tv [enter]
type "i" to activate vi editor.
then type:
#NAME IPTV (TV)
#SERVICE 4097:0:1:0:0:0:0:0:0:0:rtmp%3a//edg.ord.movipbox2.streamguys.net/vtvdsl/vtvdsl.sdp/
#DESCRIPTION Venezolana de Televisión

when you're done, press "esc" and type ":x" [enter]
restart enigma and you'll see new bouquet under favorites called IPTV.
 

lovrencan

Vu+ Newbie
A great benefit would be, if we could use reftype 1 instead of 4097, which would enigma recognize as normal ts stream and would allow faster zapping, recording and epg integration.
Is there any chance to implement that option? Dreamboxes are already capable to deal with it.
DEC Values Explanation: #SERVICE REFTYPE:FLAGS:STYPE:SID:TSID:ONID:NS:pARENT_SID:pARENT_TSID:UNUSED:
 

lovrencan

Vu+ Newbie
I had to play so long that solution came...
To use reftype 1 at the end of link / (slash) is required.
That makes possible a lot more options.
 

birman

Vu+ Newbie
I had to play so long that solution came...
To use reftype 1 at the end of link / (slash) is required.
That makes possible a lot more options.

Hi, friend. I didnt understand good. Can you explain again, how I can use 1:0:1 instead of 4097 on the start of this #SERVICE line? What I need change?

I have Vu+ Solo, so it will be faster then.

Thanks!

Best Regards!
 

lovrencan

Vu+ Newbie
Hi, friend. I didnt understand good. Can you explain again, how I can use 1:0:1 instead of 4097 on the start of this #SERVICE line? What I need change?

I have Vu+ Solo, so it will be faster then.

Thanks!

Best Regards!
Hi birman.

at the end of http link you need to add forward slash.

as for example:
#SERVICE 4097:0:1:1:0:0:0:0:0:0:http%3a//192.168.2.1%3a7000/udp/212.54.57.1%3a5002
#DESCRIPTION 6 HBO
will have to be written as follow, that is recognized in enigma as ts stream.
#SERVICE 1:0:1:1:0:0:0:0:0:0:http%3a//192.168.2.1%3a7000/udp/212.54.57.1%3a5002/
#DESCRIPTION 6 HBO
 

birman

Vu+ Newbie
Hi birman.

at the end of http link you need to add forward slash.

as for example:
#SERVICE 4097:0:1:1:0:0:0:0:0:0:http%3a//192.168.2.1%3a7000/udp/212.54.57.1%3a5002
#DESCRIPTION 6 HBO
will have to be written as follow, that is recognized in enigma as ts stream.
#SERVICE 1:0:1:1:0:0:0:0:0:0:http%3a//192.168.2.1%3a7000/udp/212.54.57.1%3a5002/
#DESCRIPTION 6 HBO

Ok, thanks for info, but I need wait so much time (more that 2-3 minutes, sometimes) to get picture and audio from Tv channel which I want to watch. I have 2mbps download speed and 128kbps upload speed, but on my PC I have the same speed and from VLC player, I am getting picture and audio from Tv channel in 2-3 seconds (maximal).

Where is the problem? I disabled 90% default activated plugins, so my receiver is faster now, but I am not feeling the difference. :(

How much time you need to wait that you get picture and audio? I watch only SD channels and my friend has private server. He use H.264 codec, so He has the great picture quality with 2mbps per each Tv channel.

What you think?

Thanks!

Best Regards!
 

birman

Vu+ Newbie
This is example of my userbouquet which has the name "Stream". I put only 1 Tv channel from server that you can see how my userbouquet file look.


#NAME STREAM
#SERVICE 1:0:1:6:CB2B:16E:A00000:0:0:0:http%3a//hosting.no-ip.***/stre**/name_of_tv_channel/my_user/my_password/
#DESCRIPTION PINK
 

lovrencan

Vu+ Newbie
Which image do you have installed?
It takes around one second to open HD http stream and always below one second to open SD stream.
It is pretty much same as for normal satellite channels.
It might help if you check what is SID, TSID, with VLC (and fill them in hex form).
Code:
1:0:1:sid:tsid:onid:ns:0:0:0:http....

third attribute could be also 19 for HD streams
onid let it be 2
ns can be random number (leave it on 0 if you don't have it)


I had same problem, when reftype was 4097. However it never took more then 5 seconds.
I am on 100/10Mbps
 

lovrencan

Vu+ Newbie
ctrl+j it will open Media information windows on codec tab, you can see there below video stream Original ID in DEC convert it to HEX.
For TSID you'll need TS Reader, software for analyzing TS streams.

I guess, if you just change most of attributes to 0 your problems will be solved...
Like this:
Code:
#NAME STREAM
#SERVICE 1:0:1:0:0:0:0:0:0:0:http%3a//hosting.no-ip.***/stre**/name_of_tv_channel/my_user/my_password/
#DESCRIPTION PINK
 

birman

Vu+ Newbie
Yes, I got APID: 68, VPID: 69, but its in HEX...?

I tried with this, but the situation is the same.... :(

#SERVICE 1:0:1:0:0:0:0:0:0:0:http%3a//hosting.no-ip.***/stre**/name_of_tv_channel/my_user/my_password/
 

lovrencan

Vu+ Newbie
Well, then I would recommend to try a stream without username and password first.
I could be that enigma can't handle your type of stream...
 

birman

Vu+ Newbie
I cant try a stream without username and password, because my friend cant stop his security (username and password) for clients, because many other clients use this and has own username and password.

Is there any another solution? :)

Sorry for late answer.

Thanks!

Best Regards!
 
Top