hello thank you for the answer no it not written in the same way I'm writing this is : usb_kernel.img and usb_rootfs.img.
-Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #81
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #82
Posted 4 July 2016 - 18:50
Masta, I think the problem with different audio volume has something to do with last few OpenPli images. I've noticed that since approx. February dvb streams are much louder than they used to be in previous images. So maybe your image doesn't provide low audio output, it's OpenPli's dvb decoding provide much louder audio than before. Just guessing here.
Another strange thing is that videos with audio ac-3 5.1 provide normal audio level but others very quiet. I'd understand it if this is for mpeg audio vs ac-3 audio, but one ac-3 5.1 is normal/loud while other ac-3 with 5.1 is very quiet. (On a PC or BD player it's always the same for every ac-3 audio).
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #83
Posted 5 July 2016 - 16:30
r-cz, yes I have the same problem. The volume from the video's playing trough the dvbmediasink is quite low compared to the dvb-streams.
I have no clue tbh.
Great69, Sorry but I don't own a Vu+ Solo 4k.
Please post some debug logging.
eg. login with telnet:
init 4
enigma2
Now start Kodi using the Launcher and post the output from the telnet window.
kookesam,
Doesn't this image work? http://jam2.japhar.c...4-spark_usb.zip
@MastaG
Vu+ Solo 4k debug logging Kodi Launcher.
root@vusolo4k:~# init 4
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #84
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #85
Posted 5 July 2016 - 22:55
@Great69
turn off enigma2 and run Kodi:
init 4 kodiWhat happens?
@mx3L
vusolo4k login: root
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #86
Posted 6 July 2016 - 07:55
It looks like Kodi has for some reason problem with writing default settings to /media/hdd/.kodi/userdata.
Can you test if you can create these folders manually?
You can also change data path manually, just update kodi startup script in /usr/bin/kodi, look for this part:
HDD_MOUNT_POINT="$(grep $(readlink /media/hdd || echo -n '/media/hdd') /proc/mounts)" if [ "$HDD_MOUNT_POINT" != "" ]; then export HOME="/media/hdd" else export HOME="/home/root" fi
To force your home directory to /home/root, add this after it:
export HOME="/home/root"
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #87
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #88
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #89
Posted 6 July 2016 - 12:44
It looks like Kodi has for some reason problem with writing default settings to /media/hdd/.kodi/userdata.
Can you test if you can create these folders manually?
You can also change data path manually, just update kodi startup script in /usr/bin/kodi, look for this part:
HDD_MOUNT_POINT="$(grep $(readlink /media/hdd || echo -n '/media/hdd') /proc/mounts)" if [ "$HDD_MOUNT_POINT" != "" ]; then export HOME="/media/hdd" else export HOME="/home/root" fiTo force your home directory to /home/root, add this after it:
export HOME="/home/root
the image is istalled on multiboot thats maybe the problem.
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #90
Posted 6 July 2016 - 13:05
Hi
I install this image on VU+SOLO + Config IPTV (Bouquet IPTV_HOME).
The channels on bouquet IPTV_HOME does not work. The config file of the bouquet contain lines
like :
#SERVICE 1:...
#DESCRIPTION:..
The bouquet worked with previous version of image v18, V17.
I forget somthing with this image ?
VU+ZERO + Openpli 6.2
XTREND ET7000 + OpenPli 6.1
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #91
Posted 11 July 2016 - 05:36
Hi MastaG, thank you very much for this awesome image!
I wish to inform you there is one small problem is that TsMedia is not able to install. I had tried using the following versions 10.0, 10.9, 11.0, 11.1, and all failed to install.
Please help to see how to rectify this.
Thanks again!
Attached Files
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #92
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #93
Posted 11 July 2016 - 09:53
Hi Masta G, thank very much for the quick reply!
I am really lousy at this, please help me check whether if it’s correct on the steps below,
1. Open Putty and login in Telnet
2. In Putty Window:
et10000 login: root
root@et10000:~# opkg update && okpg install python-pycrypto
root@et10000:~# exit
Thanks again!
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #94
Posted 11 July 2016 - 10:29
Hi Masta G, thank very much for the quick reply!
I am really lousy at this, please help me check whether if it’s correct on the steps below,
1. Open Putty and login in Telnet
2. In Putty Window:
et10000 login: root
root@et10000:~# opkg update && okpg install python-pycrypto
root@et10000:~# exit
Thanks again!
a little correction
opkg update && opkg install python-pycrypto
& thanx @ MastaG for new images
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #95
Posted 11 July 2016 - 21:21
Hi Masta G, thank very much for the quick reply!
I am really lousy at this, please help me check whether if it’s correct on the steps below,
1. Open Putty and login in Telnet
2. In Putty Window:
et10000 login: root
root@et10000:~# opkg update && okpg install python-pycrypto
root@et10000:~# exit
Thanks again!
a little correction
opkg update && opkg install python-pycrypto
& thanx @ MastaG for new images
Hi Fankoosh, thanks for the advice!
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #96
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #97
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #98
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #99
Re: -Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4 #100
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users