Posts by nitrococuk

    3rd Update :


    Found a permanent solution for this. I just went to " usr\lib\enigma2\python\Plugins\Extensions\JediMakerXtream " and edited the " globalfunctions.py " .


    On the live bouquetstring code, you need to remove these yellow lines and save ;


    bouquetString += '#SERVICE ' + str(jglob.live_type) + str(custom_sid) + str(protocol) + str(domain) + '%3a' + str(port) + '/' \

    + str(stream_type) + '/' + str(username) + '/' + str(password) + '/' + str(stream_id) + '.' + str(output) + ':' + str(name) + '\n'


    bouquetString += '#DESCRIPTION ' + str(name) + '\n'


    bx.categoryBouquetXml('live', bouquetTitle, bouquetString)

    bx.bouquetsTvXml('live', bouquetTitle)


    This will get rid of " /live/ " and the un-needed extensions like ".ts, .m3u8" from the stream urls . So, my enigma2 can play streams by DVB(1) now without a problem. So all the live urls in my bouquets look like this now ;


    " #SERVICE 1:0:1:02ae:0002:0:0:0:0:0:http%3a//iptv.net%3a8080/username/password/2:HD beIN SPORTS 1 "


    You can do the same for the VODs as well, but DVB(1) is not good for VODs. I suggest you to leave it 4097 or 5001 . Don't touch the codes.


    For the questions, Jedimaker is doing her job great. No problem at all.

    As you see above, it will preserve the url types next time it auto-updates the bouquets.

    I just figured out that one of my iptv providers doesnt support DVB(1) in live channels. I switched back to 5001. Why doesnt some providers support it ? What is the reason ?

    Update on this:


    Found the solution. Jedimaker is creating channels with the extension like .ts, .m3u8 from the providers which some of them doesn't work.


    I easily removed all the extensions (.m3u8,.ts) in bouquets by thanks to Notepad++ . I also removed " /live " quotes from the stream urls which I found out that it doesn't work for the streams from some providers. And bang! they're working now by DVB(1).

    Well, before that, when the serviceapp was enabled and you played "4097", I thought that serviceapp kicked in. And, when you opened DVB 1, I thought my enigma2 own playback system was dealing with it. My default player was always exteplayer3 in serviceapp settings. 4097 was ServiceMp3, 5001 was ServiceGst, I didn't even care about 5002.


    Now, I've disabled the default player in serviceapp settings. It's all ok now.


    I'm not technically good at this serviceapp thing. I might miss something, but it's working now and that is what I want.

    Hello friends,


    Thank you for your help. I have disabled the serviceapp playback system and now I'm succesfully able to open live channels. :redface:


    I had also enabled DVB(1) stream type for VODs, but I figured out that wouldn't work for those files so I switched back to 5001 for VODs. Now, they're working too :redface:


    I don't know why I 've been using serviceapp so far. I thought the streams were playing better, but as I see now , that doesn't make any difference really.


    thank you so much.

    Hello,


    I've a problem with this plugin. Please help if you can.


    When I choose the DVB(1) for the stream type, I can create the bouquets without a problem, but as I try to open the channels in the bouquets, nothing plays. No stream is playing. I've found the reason for that is the channel reference number. For example, jedimaker is creating channels like this ;


    "1:0:1:02ae:021c:0:0:0:0:0:http....."


    This causes my Vu Zero+ not to play streams. When I change the reference numbers as below, I can open the channels ! ;


    "1:0:1:0:0:0:0:0:0:0:http......"


    It's a big problem to edit every single reference number. There's gotta be a way to do it easily.


    Any suggestions ?


    (P:S = When I choose 4097 or 5001 for the stream type, there will be no problem at all. However, I want to use DVB.)