Jump to content


Photo

Swapping/reswapping PiP and main picture lets main picture without video (just audio)


  • Please log in to reply
29 replies to this topic

#1 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 15 December 2013 - 12:26

Since last updates after swapping/reswapping PiP with main picture lets the  main picture without video (just audio). It happens on all channels FTA/encrypted.
Can someone confirm this?

Thanks.


my conf: PLi4 on Duo2 / 'Behavoir of 0 key in PiP-mode' = Swap


Selfsat H50M4
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221

Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #2 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 15 December 2013 - 20:37

Since the vu+ driver update I guess?

Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #3 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 15 December 2013 - 20:44

Yes, since the last driver update.


Selfsat H50M4
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221

Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #4 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 16 December 2013 - 17:27

Maybe the problem here https://github.com/o...3e2faa688b31531


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #5 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 16 December 2013 - 17:33

playService calls stopService internally, so that should not be necessary

Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #6 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 16 December 2013 - 18:37

By the way GSOD:

[eDVBCAService] add demux 0 to slot 0 service 1:0:16:4AA3:13:70:1680000:0:0:0:
[eDVBCAService] don't build/send the same CA PMT twice
playing 1:0:1:34D6:3C28:13E:820000:0:0:0:
RemovePopup, id = Parental control
(found in current notifications)
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/mytest.py", line 191, in processDelay
    callback(*retval)
  File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
TypeError: servicePinEntered() takes exactly 3 arguments (2 given)

Swap PiP(pip service enable parental control)


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #7 littlesat

  • PLi® Core member
  • 56,274 posts

+691
Excellent

Posted 16 December 2013 - 23:24

Not here... Here swappip is fine... But on et box...

Edited by littlesat, 16 December 2013 - 23:25.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #8 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 17 December 2013 - 06:16

GSOD 100% in swap PiP and pip service enable parental control(PIN)


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #9 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 17 December 2013 - 06:35

	def swapPiP(self):
		swapservice = self.session.nav.getCurrentlyPlayingServiceOrGroup()
		pipref = self.session.pip.getCurrentService()
		if swapservice and pipref and pipref.toString() != swapservice.toString():
			currentServicePath = self.servicelist.getCurrentServicePath()
			self.servicelist.setCurrentServicePath(self.session.pip.servicePath)
+			Notifications.RemovePopup("Parental control")
			self.session.pip.playService(swapservice)
			self.session.nav.playService(pipref) # start subservice
			self.session.pip.servicePath = currentServicePath
			if self.servicelist.dopipzap:
				# This unfortunately won't work with subservices
				self.servicelist.setCurrentSelection(self.session.pip.getCurrentService())

 


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #10 littlesat

  • PLi® Core member
  • 56,274 posts

+691
Excellent

Posted 17 December 2013 - 08:13

How do you trigger that? Usually both services should be free....

Edited by littlesat, 17 December 2013 - 08:14.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #11 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 17 December 2013 - 16:50

How do you trigger that? Usually both services should be free....

self.servicelist.setCurrentServicePath(self.session.pip.servicePath)-->1)self.session.nav.playService(service)-->show input window pincode

+

2)self.session.nav.playService(pipref)

=

GSOD

 

It's easy to check :(
Turn parental control for the service.


Edited by Dima73, 17 December 2013 - 16:51.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #12 littlesat

  • PLi® Core member
  • 56,274 posts

+691
Excellent

Posted 17 December 2013 - 17:27

Sorry to cryptic.... What are you exactly doing to trigger it???

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #13 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 17 December 2013 - 18:06

Sorry to cryptic.... What are you exactly doing to trigger it???

enable pip

zap to service(for service enabled parental control)

swap pip and swap pip


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #14 littlesat

  • PLi® Core member
  • 56,274 posts

+691
Excellent

Posted 18 December 2013 - 08:28

I tried it here several times.... but I do not trigger any GSOD...


Edited by littlesat, 18 December 2013 - 08:29.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #15 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 18 December 2013 - 09:19

Since last updates after swapping/reswapping PiP with main picture lets the  main picture without video (just audio). It happens on all channels FTA/encrypted.
Can someone confirm this?
my conf: PLi4 on Duo2 / 'Behavoir of 0 key in PiP-mode' = Swap

Please make sure you use the 17/12 drivers (see http://archive.vuplu...wnload/drivers/ ). I can't replicate your issue.

Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #16 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 18 December 2013 - 09:54

I use those drivers (vuplus-dvb-modules-vuduo2-3.3.8-4.4.3-20131217) but when i repeatedly reswap PiP with main picture, main window "loses" his video...


Selfsat H50M4
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221

Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #17 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 18 December 2013 - 10:45

I tried it here several times.... but I do not trigger any GSOD...

:(

 

 

For all...

Anybody can check it?

enable pip

zap to service(for service enabled parental control)

swap pip and swap pip

Edited by Dima73, 18 December 2013 - 10:48.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #18 vig74

  • Member
  • 2 posts

+1
Neutral

Posted 18 December 2013 - 18:57

I confirm the bug

Attached Files



Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #19 littlesat

  • PLi® Core member
  • 56,274 posts

+691
Excellent

Posted 18 December 2013 - 22:07

What exactly did you do to trigger it? I was not able to get it and as long I cannot verify it I cannot fix it...
Could it be that a plugin does modify some code that causes the invalid number of parameter issue? History zap or so?

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Swapping/reswapping PiP and main picture lets main picture without video (just audio) #20 vig74

  • Member
  • 2 posts

+1
Neutral

Posted 19 December 2013 - 17:58

What exactly did you do to trigger it? I was not able to get it and as long I cannot verify it I cannot fix it...
Could it be that a plugin does modify some code that causes the invalid number of parameter issue? History zap or so?

 

Tested without additional installed plugins
 

Turn the channel with parental controls

pip turn blue button blue button
switch to channel without parental control
change services places blue button yellow button
 

Attached Files




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users