Объявление

Свернуть

ФУНКЦИОНАЛ ПОСЫЛКИ ЭЛЕКТРОННОЙ ПОЧТЫ ВОССТАНОВЛЕН

Кому не пришел имейл активации аккаунта, пройдите по ссылке и активируйте свой аккаунт
https://www.pristavka.de/activateemail
Показать больше
Показать меньше

nStreamVOD ENIGMA2 (English/Deutsch Support)

Свернуть
X
 
  • Фильтр
  • Время
  • Показать
Очистить всё
новые сообщения

  • Re: nStreamVOD (English/Deutsch Support)

    Hallo nitro habe jetzt auch auf oe 2.0 geupdatet , vod funktioniert. Welche Pakete muss ich wieder installieren damit rmptg wieder funktioniert? Oder kann ich die alten Dateien nehmen vom 1.6 vodplayer?

    Zweite frage will wieder den nktvplayer für kartina.tv benutzen gibt es da was für oe 2.0.? Danke
    DMM 800 se , NN2 3.3.2

    Комментарий


    • Re: nStreamVOD (English/Deutsch Support)

      1.keine ahnung
      2.nktvplayer hat nix mit dem thema nstreamvod zu tun
      Обсуждение всех нюансов развода в Германии. www.razvod.net

      Комментарий


      • Re: nStreamVOD (English/Deutsch Support)

        Kann bloß nicht im thread für den nktvplayer schreiben auf deutsch, sonst wird wieder gemeckert

        Gibt es für 2.0 schon was von dir?
        DMM 800 se , NN2 3.3.2

        Комментарий


        • Re: nStreamVOD (English/Deutsch Support)

          klar, aber nicht für blinde
          Обсуждение всех нюансов развода в Германии. www.razvod.net

          Комментарий


          • Re: nStreamVOD (English/Deutsch Support)

            Muss man wenn man für vod schon gespendet hat, auch 20 Euro für den nktvplayer spenden oder wird das angerechnet oder führe mich bitte zum downloadlink
            DMM 800 se , NN2 3.3.2

            Комментарий


            • Re: nStreamVOD (English/Deutsch Support)

              Hi, nitrogen14
              Thank you very much for this plugin.

              How do I add a "Vimeo" and "Dailymotion" link to nstreamvod.xml

              Комментарий


              • Re: nStreamVOD (English/Deutsch Support)

                hello, i dont know, show vimeo link at kinomaxpro.com
                Dailymotion i dont written parser for this service
                Обсуждение всех нюансов развода в Германии. www.razvod.net

                Комментарий


                • Re: nStreamVOD (English/Deutsch Support)

                  [quote author=nitrogen14 link=topic=10529.msg159356#msg159356 date=1339433104]
                  hello, i dont know, show vimeo link at kinomaxpro.com
                  Dailymotion i dont written parser for this service
                  [/quote]

                  Thanks for your quick reply.

                  Комментарий


                  • Re: nStreamVOD (English/Deutsch Support)

                    For DailyMotion support you need add this code to nStreamHTMLparser.py immediately before print 'html_parser ERROR'. After that restart Enigma.

                    Код:
                    			######## dailymotion.com ##########
                    			if url.find('dailymotion.com')>-1: 
                    				request = urllib2.Request(url, None, {'User-agent': 'Mozilla/5.0 nStreamVOD 0.1', 'Connection': 'Close'})
                    				try:
                    					page = urllib2.urlopen(request).read()
                    					regex = re.findall(r'stream_h264_url":"(.*?)"',page)
                    					url = regex[0].replace('\\','')
                    
                    				except Exception, ex:
                    					print ex
                    Link should be in this format http://www.dailymotion.com/embed/video/{some_text_here}
                    SONY KDL-40NX720 - nStreamVOD-SMART
                    VU+ Duo 2 - OpenPLi 4.0 - nStreamVOD
                    Samsung Galaxy Note III - Android 5.0 - DroidStreamPortal

                    Комментарий


                    • Re: nStreamVOD (English/Deutsch Support)

                      [quote author=arshavir link=topic=10529.msg159626#msg159626 date=1339659033]
                      For DailyMotion support you need add this code to nStreamHTMLparser.py immediately before print 'html_parser ERROR'. After that restart Enigma.

                      Код:
                      			######## dailymotion.com ##########
                      			if url.find('dailymotion.com')>-1: 
                      				request = urllib2.Request(url, None, {'User-agent': 'Mozilla/5.0 nStreamVOD 0.1', 'Connection': 'Close'})
                      				try:
                      					page = urllib2.urlopen(request).read()
                      					regex = re.findall(r'stream_h264_url":"(.*?)"',page)
                      					url = regex[0].replace('\\','')
                      
                      				except Exception, ex:
                      					print ex
                      Link should be in this format http://www.dailymotion.com/embed/video/{some_text_here}
                      [/quote]

                      Thanks arshavir.

                      it is working.

                      Комментарий


                      • Re: nStreamVOD (English/Deutsch Support)

                        Hi there theres any chance to make a portal to this website?
                        http://www.redefilmesonline.net/
                        Iam from portugal and i would like to have this plugin with the movies subbed in portuguese, thats the reason why iam asking.
                        Regards

                        Комментарий


                        • Re: nStreamVOD (English/Deutsch Support)

                          [quote author=arshavir link=topic=10529.msg159626#msg159626 date=1339659033]
                          For DailyMotion support you need add this code to nStreamHTMLparser.py immediately before print 'html_parser ERROR'. After that restart Enigma.

                          Код:
                          			######## dailymotion.com ##########
                          			if url.find('dailymotion.com')>-1: 
                          				request = urllib2.Request(url, None, {'User-agent': 'Mozilla/5.0 nStreamVOD 0.1', 'Connection': 'Close'})
                          				try:
                          					page = urllib2.urlopen(request).read()
                          					regex = re.findall(r'stream_h264_url":"(.*?)"',page)
                          					url = regex[0].replace('\\','')
                          
                          				except Exception, ex:
                          					print ex
                          Link should be in this format http://www.dailymotion.com/embed/video/{some_text_here}
                          [/quote]

                          Hi arshavir

                          Thaks again your help.

                          It is good working except some videos.
                          For example: "http://www.dailymotion.com/embed/video/xrebaf"

                          What can I do for it ?

                          Комментарий


                          • Re: nStreamVOD (English/Deutsch Support)

                            Код:
                            http://www.dailymotion.com/embed/video/xrebaf
                            that is for your video. You need grab "xrebaf" from source code, for example here your video have this link ->
                            Код:
                            http://www.dailymotion.com/swf/xrebaf&related=0
                            SONY KDL-40NX720 - nStreamVOD-SMART
                            VU+ Duo 2 - OpenPLi 4.0 - nStreamVOD
                            Samsung Galaxy Note III - Android 5.0 - DroidStreamPortal

                            Комментарий


                            • Re: nStreamVOD (English/Deutsch Support)

                              [quote author=arshavir link=topic=10529.msg160085#msg160085 date=1340024727]
                              Код:
                              http://www.dailymotion.com/embed/video/xrebaf
                              that is for your video. You need grab "xrebaf" from source code, for example here your video have this link ->
                              Код:
                              http://www.dailymotion.com/swf/xrebaf&related=0
                              [/quote]

                              Thanks arshavir ,

                              But not working this:
                              Код:
                              http://www.dailymotion.com/swf/xrebaf&related=0
                              Any idea ?

                              Комментарий


                              • Re: nStreamVOD (English/Deutsch Support)

                                I said it should be in another format.
                                Код:
                                http://www.dailymotion.com/swf/xrebaf&related=0
                                This will not work with current parser, you need put "xrebaf" to end of this
                                Код:
                                http://www.dailymotion.com/embed/video/
                                SONY KDL-40NX720 - nStreamVOD-SMART
                                VU+ Duo 2 - OpenPLi 4.0 - nStreamVOD
                                Samsung Galaxy Note III - Android 5.0 - DroidStreamPortal

                                Комментарий

                                Обработка...
                                X