Hi,
so the most important question for me (and I think for some more) is:
will it be possible to raise the network (and USB) speed ??
So as a result, m2ts or Blue-Rays will work via network without stuttering ?
regards
onkelm
that allways depends on the bitrate, right now, with a priority script i'm using i can play mkv 1080p 30 mb/S + DTS 1.5mb/s without any problems via USB.
higher than that it stutters.
we have to wait to give reports.
But the script works only for USB connection not for Network NFS or ???
OnkelM
save this as a file without extension, example S4ProcLVL
it works for usb, cifs,nfs, etc.
#!/bin/bash
# PROCLVL Made By MalMen
# Thanks for TypeR for his research....
until [ 1 -gt 10 ]; do
VAR1=`ps x|grep CRTVCore|wc -l`
VAR2=`ps x|grep SDecoderServer|wc -l`
VAR3=`cat /tmp/proclvl`
if [ $VAR1 -gt 13 ] && [ $VAR2 = 5 ]; then
if [ "$VAR3" != "TV" ]; then
/MMP/usr/bin/snice -v SDecoderServer 10
/MMP/usr/bin/snice -v DStar 10
/MMP/usr/bin/snice -v CRTVCore -4
/MMP/usr/bin/snice -v CRTVSetup -1
/MMP/usr/bin/snice -v mbox_module -3
/MMP/usr/bin/snice -v emu_module -3
/MMP/usr/bin/snice -v telnetd 15
/MMP/usr/bin/snice -v vsftpd 15
/MMP/usr/bin/snice -v JIPC_Server 14
/MMP/usr/bin/snice -v cifsdnotifyd 15
/MMP/usr/bin/snice -v cifsoplockd 15
/MMP/usr/bin/snice -v xfslogd 4
/MMP/usr/bin/snice -v xfsdatad 4
/MMP/usr/bin/snice -v xfsbufd 4
/MMP/usr/bin/snice -v ir_control -2
echo TV > /tmp/proclvl
echo "Estas a ver TV";
fi
elif [ $VAR1 = 11 ] && [ $VAR2 = 5 ]; then
if [ "$VAR3" != "MEDIA" ]; then
/MMP/usr/bin/snice -v SDecoderServer -19
/MMP/usr/bin/snice -v DStar 15
/MMP/usr/bin/snice -v CRTVCore 18
/MMP/usr/bin/snice -v CRTVSetup 18
/MMP/usr/bin/snice -v mbox_module 2
/MMP/usr/bin/snice -v emu_module 2
/MMP/usr/bin/snice -v telnetd 19
/MMP/usr/bin/snice -v vsftpd 19
/MMP/usr/bin/snice -v JIPC_Server 18
/MMP/usr/bin/snice -v cifsdnotifyd 19
/MMP/usr/bin/snice -v cifsoplockd 19
/MMP/usr/bin/snice -v xfslogd -15
/MMP/usr/bin/snice -v xfsdatad -15
/MMP/usr/bin/snice -v xfsbufd -15
/MMP/usr/bin/snice -v ir_control 19
echo MEDIA > /tmp/proclvl
echo "Estas no MediaCenter";
fi
elif [ $VAR1 = 11 ] && [ $VAR2 = 6 ]; then
if [ "$VAR3" != "YT" ]; then
/MMP/usr/bin/snice -v SDecoderServer 4
/MMP/usr/bin/snice -v DStar 4
/MMP/usr/bin/snice -v CRTVCore 4
/MMP/usr/bin/snice -v CRTVSetup 4
/MMP/usr/bin/snice -v mbox_module 2
/MMP/usr/bin/snice -v emu_module 2
/MMP/usr/bin/snice -v telnetd 2
/MMP/usr/bin/snice -v vsftpd 2
/MMP/usr/bin/snice -v JIPC_Server 4
/MMP/usr/bin/snice -v cifsdnotifyd 4
/MMP/usr/bin/snice -v cifsoplockd 4
/MMP/usr/bin/snice -v xfslogd 4
/MMP/usr/bin/snice -v xfsdatad 4
/MMP/usr/bin/snice -v xfsbufd 4
/MMP/usr/bin/snice -v ir_control -4
/MMP/usr/bin/snice -v youtube_player -19
echo YT > /tmp/proclvl
echo "Estas no Youtube";
fi
else
echo " $VAR1 $VAR2";
fi
sleep 60;
done;
Well....
Now it s getting more interesting...
I always prefered a combination of both...
I m not a big E2 fan although i kinda like it s performance...
So in the end we get that the anonymous team is opensat?
If we get an official fw with all the goodies of enigma (tv module stability/plugins/emus
then it s going to be one of the best things ever happened in the sat world!!!!!
Last edited by leerock; 26-03-2010 at 11:48 AM.
Hello Friends.
I´m reading here since 2 weeks an I hope, that there will come E2 for Azbox.
Last Page there were pictures from E2 on AZBOX?
Looks like still orig Opensat FW.
So what is E2 for Azbox?
Or what from the comming up Enigma 2 ist is really E2?
What is with the EPG Function with E2 and the EPG Menue?
Still the same as in orig Firmware?
For network play is enough this
snice DStar SDecoderServer -5
or any other number. If you want to put it to start.d you should allow some timeout before processes are started so something like this
sleep 5
snice ...
For media case, SDecoderServer is set to -19, so this seems better (or at least equal to -5), but I cannot say anything about dstart that is set to a different priority than SDecoderServer in this script. I know you think it would be better to set both with same priority, so we can set it to -19 in this script and look what changes...
Scripts has an infinite loop so no timeout need, next loop will do the job if the current one fails.
which attribute to the file S4ProcLVL ? 755 ?
I'm completely aggree with these comments. Because I like the mediaplayer of Azbox and its capabilities. The only problem related with it was the usb and network speed. But I've very good results with snice command + swap file usage + NFS. So this is not a problem for me.
I want the flexibility of E2 TVModule + its powerful EMU support.
Now I have only one question in my mind, I'm very happy with the image quality of Azbox TV module, can we get the same quality with E2 TVModule???
We'll see this...
So a firmware including Azbox TV module + E2 TVModule + Azbox Mediaplayer and other tools will be better IMHO.
Funny,
I use the same video (the dark knight - blue ray) to test nfs :respect-055:
speed over lan.
OnkelM
Better we go futher ontopic.
this is not about enigma2 on azbox.
:driving:
any news? tomorow is my bday and i would love to have a present![]()
Its easy, so you have doubled all the thousends of Bugs from AZHD
E2 and fast, a big loollllllll. It is using a lot of Resources, so it isnt really fast.
Maybe its faster than any OpenXCAS NannyX ****(of course, all is faster then this).
If People and Owner of a DM800 are honest, they will tell you how "fast" an E2 is
For me the only Point is DVB Api running, that is a Step forward, and the Rest we will see.
When I see Multikacka and OpenXCAS, its like a shame. channel switching of 10 Seconds and more with internal share, this is Place Numero uno in all STB in the World
I love my VU+ , its still working, so no wait for anything.
And if AZHD comes with a DVB API, I will start it again with Power on
So we will see (or not, for me equal)
Bookmarks