←  [EN] Third-Party Development

Forums

»

free stream service

maigais's Photo maigais 13 Apr 2013

 
 
 
 

or can be corrected enigma to operate all free STRIMS
  Similar to the image of the DMM,
screenshot shows EPG and Picone operates from references satellites

 

examples where everything works

 

#NAME MAY IPTV
#SERVICE 1:0:1:50E3:7:70:1680000:0:0:0:http%3a//91.224.68.5%3a9000/udp/239.20.0.17%3a1234:НТВ МИР
#DESCRIPTION НТВ МИР
#SERVICE 1:0:1:2A3A:8:70:1680000:0:0:0:http%3a//91.224.68.5%3a9000/udp/239.0.1.112%3a1234:Первый
#DESCRIPTION Первый
#SERVICE 1:0:1:6ac:3138:13e:820000:0:0:0:http%3a//91.224.68.5%3a9000/udp/239.10.0.42%3a1234:РТР-Планета
#DESCRIPTION РТР-Планета

 

Examples of which do not work

 

#SERVICE 1:0:1:794A:136:70:1680000:0:0:0:http%3a//91.224.68.5%3a9000/udp/239.10.0.37%3a1234:СТС
#DESCRIPTION СТС
#SERVICE 1:0:1:277B:1:70:1680000:0:0:0:http%3a//91.224.68.5%3a9000/udp/239.0.1.58%3a1234:РЕН ТВ
#DESCRIPTION РЕН ТВ

Attached Files


Edited by maigais, 13 April 2013 - 10:09.
Quote

betacentauri's Photo betacentauri 17 Apr 2013

Both stream don't work here at the moment. But I don't think that it is an enigma2 problem, because it also don't work with VLC player.

And I can open connection via telnet, but remote site closes connection within 1 second:

~$ telnet 91.224.68.5 9000
Trying 91.224.68.5...
Connected to 91.224.68.5.
Escape character is '^]'.
Connection closed by foreign host.

 

From the error message I would suggest, that sid in service reference is wrong (and for this there's the patch in the other thread). But I cannot check it without to be able to watch stream. Or can you post a dvbsnoop of pid 0?

 

 

 

Quote

betacentauri's Photo betacentauri 17 Apr 2013

I mean this:

dvbsnoop -s ts -if <file.ts> -tssubdecode 0

The output of 1 full pat packet would be enough. But you need a ts file for this...

Quote

maigais's Photo maigais 18 Apr 2013

do with the rest of the url and it will be the same!!

Therefore, I am trying to compile the image of
in order to perform the test with the patch
but git error trace halfway 

 

 

Both stream don't work here at the moment. But I don't think that it is an enigma2 problem, because it also don't work with VLC player.

And I can open connection via telnet, but remote site closes connection within 1 second:

~$ telnet 91.224.68.5 9000
Trying 91.224.68.5...
Connected to 91.224.68.5.
Escape character is '^]'.
Connection closed by foreign host.

 

From the error message I would suggest, that sid in service reference is wrong (and for this there's the patch in the other thread). But I cannot check it without to be able to watch stream. Or can you post a dvbsnoop of pid 0?

Quote

betacentauri's Photo betacentauri 18 Apr 2013

I can't open http://239.10.0.37:1234/ or udp://239.10.0.37:1234/ with telnet or VLC player.

 

Without ts file, dvbsnoop log or access to stream, I cannot help here.

 

If you have a new enigma2 binary with the patch, you'll have to set sid to 0. Means use instead of

#SERVICE 1:0:1:794A:136:70:1680000:0:0:0:http%3a//91.224.68.5%3a9000/udp/239.10.0.37%3a1234:СТС

this service reference:

#SERVICE 1:0:1:0:136:70:1680000:0:0:0:http%3a//91.224.68.5%3a9000/udp/239.10.0.37%3a1234:СТС

Quote

maigais's Photo maigais 19 Apr 2013

Thank you very much, that was attended by the renewals
everything works

Attached Files

Quote