Jump to content


Photo

Audio PIP not working anymore.


  • Please log in to reply
59 replies to this topic

Re: Audio PIP not working anymore. #21 pryggi

  • Senior Member
  • 48 posts

0
Neutral

Posted 9 March 2012 - 13:19

Thanks,
but unfortunately I know nothing about python coding. Is it like this:
	  l=open("/proc/stb/vmpeg/0/dst_left","w")
	  l.write("%x" % 0)
	  l.write(dst_apply)
	  l.close()

Thanks in advance,
P.

Re: Audio PIP not working anymore. #22 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 9 March 2012 - 13:32

more like this:

l=open("/proc/stb/vmpeg/0/dst_left","w")
          l.write("%x" % 0)
          l.close()
l=open("/proc/stb/vmpeg/0/dst_apply","w")
          l.write("%x" % 1)
          l.close()


Re: Audio PIP not working anymore. #23 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 9 March 2012 - 14:28

more like this:

l=open("/proc/stb/vmpeg/0/dst_left","w")
		  l.write("%x" % 0)
		  l.close()
l=open("/proc/stb/vmpeg/0/dst_apply","w")
		  l.write("%x" % 1)
		  l.close()

Your hint solved the problem. It works!!
Here is the modified plugin.py


Thanks to Gutemine for allowing to modify the file!
Thanks pietereg for the hint!

Attached Files


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

Re: Audio PIP not working anymore. #24 pryggi

  • Senior Member
  • 48 posts

0
Neutral

Posted 9 March 2012 - 21:38

Thanks a lot Pieterg and rtzhjgg0! Works again like it used to...

Re: Audio PIP not working anymore. #25 littlesat

  • PLi® Core member
  • 56,275 posts

+691
Excellent

Posted 9 March 2012 - 21:44

If someone can post a new ipk I'm able to upgrade this 3rd party plugin on our feeds...

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


Re: Audio PIP not working anymore. #26 Pedro_Newbie

  • Senior Member
  • 4,631 posts

+225
Excellent

Posted 9 March 2012 - 21:52

Took the enigma2-plugin-extensions-audiopip_0.1_mipsel.ipk and replaced the plugin.py with the adapted one.

Attached Files



Re: Audio PIP not working anymore. #27 littlesat

  • PLi® Core member
  • 56,275 posts

+691
Excellent

Posted 9 March 2012 - 21:54

Thanks again Pedro..... ;)

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


Re: Audio PIP not working anymore. #28 Pedro_Newbie

  • Senior Member
  • 4,631 posts

+225
Excellent

Posted 9 March 2012 - 21:57

you're welcome

Re: Audio PIP not working anymore. #29 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 10 March 2012 - 09:49

Original 0.2 version from Gutemine!!

Here is a new 0.2 version from Gutemine (with dst_apply). The difference: clean-coded and official - instead of the dirty & experimental plugin.py I posted here previously ;)

Attached Files


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

Re: Audio PIP not working anymore. #30 littlesat

  • PLi® Core member
  • 56,275 posts

+691
Excellent

Posted 10 March 2012 - 09:59

Thanks.

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


Re: Audio PIP not working anymore. #31 halflife

  • Senior Member
  • 59 posts

0
Neutral

Posted 10 March 2012 - 11:09

works fantastic on et9000 with 2xdvbs+dvbt usb tuners, thx!

Re: Audio PIP not working anymore. #32 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 10 March 2012 - 15:22

New version 0.3 (small fix) !!

The last version (0.2) has a bug that was fixed in version 0.3
Please update ;)

Attached Files


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

Re: Audio PIP not working anymore. #33 littlesat

  • PLi® Core member
  • 56,275 posts

+691
Excellent

Posted 10 March 2012 - 16:38

Thanks again....

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


Re: Audio PIP not working anymore. #34 halflife

  • Senior Member
  • 59 posts

0
Neutral

Posted 4 April 2012 - 16:12

yesterday when I was watching football mach on some HD channel, I was try to enable audio pip and listen comment form sd channel ( my local tv ). plugin works fine with sd-sd, but clarketech cant have HD as pip picture. so I have sound from my sd channel, but then HD picture was discontinuous, it refresh every 1s. so is it possible when start this plugin to have main HD picture, and sd ( audio pip ) as pip picture? if I replacing with 0 button hd and sd picture, then I have sd 4:3 picture over hd picture what is not good. it would be nice if we can adjust sound source, main or small picture

Re: Audio PIP not working anymore. #35 DDX

  • Senior Member
  • 197 posts

+1
Neutral

Posted 4 April 2012 - 22:58

Is it possible to include this updated version to the openpli feed ?

Re: Audio PIP not working anymore. #36 littlesat

  • PLi® Core member
  • 56,275 posts

+691
Excellent

Posted 5 April 2012 - 06:28

???

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


Re: Audio PIP not working anymore. #37 DDX

  • Senior Member
  • 197 posts

+1
Neutral

Posted 9 April 2012 - 11:46

root@dm8000:~# opkg list-installed |grep audiopip
enigma2-plugin-extensions-audiopip - 0.1
root@dm8000:~# opkg list |grep audiopip
enigma2-plugin-extensions-audiopip - 0.1 - PIP for Audio from other Channel Plugin for Enigma2

Would be nice if the 0.3 version comes to the openpli feed ?

Re: Audio PIP not working anymore. #38 Pepik71

  • Member
  • 12 posts

0
Neutral

Posted 26 April 2012 - 20:52

hello,something new audio pip for et9000?

Re: Audio PIP not working anymore. #39 DDX

  • Senior Member
  • 197 posts

+1
Neutral

Posted 29 September 2012 - 13:09

Any reason why the audipip package is still 0.1 in the openpli 3.0 feed ?

Re: Audio PIP not working anymore. #40 littlesat

  • PLi® Core member
  • 56,275 posts

+691
Excellent

Posted 29 September 2012 - 16:34

Pobably I missed it....? is the 0.3 working fine?

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



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users