zerocast working with latest version using correct method , thanx @ samsamsam
How did you zerocast working?
Posted 31 January 2016 - 18:58
neokino down,, pleas fix
thanks
How many times have I ask for the same thing?
Before report problem PLEASE try on webpage using your browser from PC: http://neokino.net/
Regards,
SSS
pleas replace
http://filmozderi.com
Eeeee "replace"?
What repleace? http://neokino.net/ is working. Address has not been changed from " http://neokino.net/" to "http://filmozderi.com"???
It's totally two different websites.
Regards,
SSS
Edited by samsamsam, 31 January 2016 - 18:59.
Posted 31 January 2016 - 20:44
Example this one look OK for your plugin.
I do not like it. I like minimalism. Covering half of the screens and stars and what else?
Anyway, skin has name: IPTVExtMoviePlayer
https://gitlab.com/i...tmovieplayer.py
so, you can make your own custom one.
I can not get any information in Player
if coding outside the plugin.
Are you sure that's possible ?
If I use example :
<widget name="bufferingBar" pixmap="MX_HQ9B/slidermovie.png" position="328,148" size="1280,9" zPosition="2" transparent="1"/>
<widget name="currTimeLabel" position="327,103" size="180,40" font="Regular;32" halign="left" foregroundColor="button" backgroundColor="bgosd" transparent="1"/>
<widget name="lengthTimeLabel" position="827,103" size="285,40" font="Regular;32" halign="center" foregroundColor="button" backgroundColor="bgosd" transparent="1"/>
<widget name="remainedLabel" position="1435,103" size="180,40" font="Regular;32" halign="right" foregroundColor="button" backgroundColor="bgosd" transparent="1"/>
I do not see anything in movie infobar
Edited by Matrix10, 31 January 2016 - 20:49.
Posted 31 January 2016 - 22:37
Yes. I am sure. Start from using the same skin at first.Because when you miss some element you will have problem.Regards,SSS
If I do that.
I have to through telnet to reboot box after external player activation.
No even crash log.
Box hangs.
If you can and have time test in the skin.xml
and post here coding.
Posted 1 February 2016 - 13:12
@samsamsam
could you add an option in LocalMedia to set and save a path. At now is see IPTV Recordings, rootfs, and media/usb/. For emaple i have m3u Files in etc/enigma2 and would like to add it to the selection instead of browsing through rootfs.
dzięki i pozdrowienia
Edited by doubledip, 1 February 2016 - 13:15.
Posted 1 February 2016 - 20:43
Hello and thank you for the report,
The reason can be two:
- drivers problem?
- data wrong formated for your driver (driver need diffrent header etc.)
That's what the reason why option LPCM and PCM have been added to exteplayer3.
To workaround such problems.
Did you try to play the file flyby-xvid.avi with gstplayer? Is it plays OK?
Which STB do you have?
About WMA you can try to disable software decoding and retry.
Please also provide example file which plays with distortions?Regards,
SSS
Hi, SSS
with external gstplayer flyby-xvid.avi plays fine.
All wma files play fine,(even seeking works),whatever configuration i choose in external player config,(Hardware decoding for WMA ON or OFF,software decoding PCM or LPCM).
With external eplayer3,(Software decoding for WMA ON and PCM)no file works.
With LPCM enabled WMA working except from the files i have marked with red in the picture,they play but with continuously pauses.
The only wma file which doesn't work in both cases is Coldplay_StrawberrySwing_WMALossless.wma
My box is ET9000 with latest MastaG's openpli4 gstreamer 1.7.1
Bye.
Posted 1 February 2016 - 21:49
Yes. I am sure. Start from using the same skin at first.Because when you miss some element you will have problem.Regards,SSS
If I do that.
I have to through telnet to reboot box after external player activation.
No even crash log.Box hangs.
If you can and have time test in the skin.xml
and post here coding.
Hello,
I checked in skin.xml and it works. So, at start player put into skin.xml this default skin:
<screen name="IPTVExtMoviePlayer" position="center,center" size="720,576" flags="wfNoBorder" backgroundColor="#FFFFFFFF" > <widget name="logoIcon" position="0,0" size="160,40" zPosition="4" transparent="1" alphatest="blend" /> <widget name="playbackInfoBaner" position="0,30" size="650,77" zPosition="2" pixmap="/usr/local/e2/lib/enigma2/python/Plugins/Extensions/IPTVPlayer/icons/playback_banner.png" transparent="1" alphatest="blend" /> <widget name="progressBar" position="94,54" size="544,7" zPosition="4" pixmap="/usr/local/e2/lib/enigma2/python/Plugins/Extensions/IPTVPlayer/icons/playback_progress2.png" transparent="1" borderWidth="1" borderColor="#888888" /> <widget name="bufferingBar" position="94,54" size="544,7" zPosition="3" pixmap="/usr/local/e2/lib/enigma2/python/Plugins/Extensions/IPTVPlayer/icons/playback_buff_progress2.png" borderWidth="1" borderColor="#888888" /> <widget name="statusIcon" position="20,45" size="40,40" zPosition="4" transparent="1" alphatest="blend" /> <widget name="loopIcon" position="43,30" size="40,40" zPosition="4" transparent="1" alphatest="blend" /> <widget name="goToSeekPointer" position="94,0" size="150,60" zPosition="8" pixmap="/usr/local/e2/lib/enigma2/python/Plugins/Extensions/IPTVPlayer/icons/playback_pointer.png" transparent="1" alphatest="blend" /> <widget name="goToSeekLabel" noWrap="1" position="94,0" size="150,40" zPosition="9" transparent="1" foregroundColor="white" backgroundColor="#251f1f1f" font="Regular;24" halign="center" valign="center"/> <widget name="infoBarTitle" noWrap="1" position="82,30" size="568,23" zPosition="3" transparent="1" foregroundColor="white" backgroundColor="#251f1f1f" font="Regular;18" halign="center" valign="center"/> <widget name="currTimeLabel" noWrap="1" position="94,62" size="120,30" zPosition="3" transparent="1" foregroundColor="#66ccff" backgroundColor="#251f1f1f" font="Regular;24" halign="left" valign="top"/> <widget name="lengthTimeLabel" noWrap="1" position="307,62" size="120,30" zPosition="3" transparent="1" foregroundColor="#999999" backgroundColor="#251f1f1f" font="Regular;24" halign="center" valign="top"/> <widget name="remainedLabel" noWrap="1" position="518,62" size="120,30" zPosition="3" transparent="1" foregroundColor="#66ccff" backgroundColor="#251f1f1f" font="Regular;24" halign="right" valign="top"/> <widget name="videoInfo" noWrap="1" position="0,0" size="650,30" zPosition="3" transparent="1" foregroundColor="#999999" backgroundColor="#251f1f1f" font="Regular;24" halign="right" valign="top"/> <widget name="subSynchroIcon" position="0,0" size="180,66" zPosition="4" transparent="1" alphatest="blend" /> <widget name="subSynchroLabel" position="1,3" size="135,50" zPosition="5" transparent="1" foregroundColor="white" backgroundColor="transparent" font="Regular;24" halign="center" valign="center"/> <widget name="subLabel1" position="10,286" size="700,240" zPosition="1" halign="center" valign="center" foregroundColor="#FFFF00" font="Regular;30" borderColor="#FF0000" borderWidth="2" backgroundColor="#80000000" noWrap="1" /><widget name="subLabel2" position="10,286" size="700,240" zPosition="1" halign="center" valign="center" foregroundColor="#FFFF00" font="Regular;30" borderColor="#FF0000" borderWidth="2" backgroundColor="#80000000" noWrap="1" /><widget name="subLabel3" position="10,286" size="700,240" zPosition="1" halign="center" valign="center" foregroundColor="#FFFF00" font="Regular;30" borderColor="#FF0000" borderWidth="2" backgroundColor="#80000000" noWrap="1" /><widget name="subLabel4" position="10,286" size="700,240" zPosition="1" halign="center" valign="center" foregroundColor="#FFFF00" font="Regular;30" borderColor="#FF0000" borderWidth="2" backgroundColor="#80000000" noWrap="1" /> </screen>
Regards,
SSS
Edited by samsamsam, 1 February 2016 - 21:50.
Posted 1 February 2016 - 21:52
Hello,SSS!yesterday put the library for eplayer3 and does not play sound AC3,I have a receiver vu+solo2,and image by Mastag with gstreamer1.7.1.I have to do?
You can enable software decoding of AC3 in externam movie player config. Or you can always use gstplayer.
Active player you can select under blue button.
Regards,
SSS
Posted 1 February 2016 - 21:55
@samsamsam
could you add an option in LocalMedia to set and save a path. At now is see IPTV Recordings, rootfs, and media/usb/. For emaple i have m3u Files in etc/enigma2 and would like to add it to the selection instead of browsing through rootfs.
dzięki i pozdrowienia
Hello,
You can add symbolic link from console if you think that path is to long.
Regards,
SSS
Posted 1 February 2016 - 21:57
Is it my image (HDMU - Azbox), or only "embedded" subtitles are shown with the player. The subtitle name are the as the file playes:
Play File.avi
Play File.srt
Thanks in advance.
Ceyar
Hello,
Which movie player do you use? The subtitles are working only under external players (exteplayer3 or gstplayer).
So, please check under blue button which movie player do you use.
Regards,
SSS
Posted 1 February 2016 - 22:38
Hello,SSS!yesterday put the library for eplayer3 and does not play sound AC3,I have a receiver vu+solo2,and image by Mastag with gstreamer1.7.1.I have to do?
You can enable software decoding of AC3 in externam movie player config. Or you can always use gstplayer.
Active player you can select under blue button.
Regards,
SSS
p.SSS I tried different options and all functions, but not working ... working on gstrimeri.
dont work only big films format-1080p,10gb, 11gb and more...on mp4,flv,hdrip is good,
on gstreamer player working all films.
Edited by vovan43, 1 February 2016 - 22:41.
0 members, 6 guests, 0 anonymous users