Hi all.
I've discovered that getting the current service name in python is fairy simple:
service = self.session.nav.getCurrentService() info = service.info() print info.getName()
and voila.
But how to get the current bouquet name?
Hi all.
I've discovered that getting the current service name in python is fairy simple:
service = self.session.nav.getCurrentService() info = service.info() print info.getName()
and voila.
But how to get the current bouquet name?
Is it possible for the developer of openpli too make the subtitles after 5 seconds not disappear.
This would be great if the subtitles could stay on the screen in video playback as i`m trying to learn languages. Thanks
Good morning, having a version 4 image installed on my dm800, you can only update the gstreamer (maybe with an ipk) or you should also upgrade the image, thank you.
Hi Guys,
It took me quite a while to get a stable stream for USTVNow, but since a few day's I got finally the conditions right to watch US-TV Channels without freezes..
The plugin that is placed here has a basic that comes back from a few years. Last summer I'd wanted to place the code online, but then unfortionaly USTVNow has changed the API so watching was impossible. 6 months ago I found some code from TSMedia to watch USTVNow on the receiver, but the disadvantage is that you need the plugin TSMedia to watch the channels.
So.. with some help the plugin is back in action again. But.. it need some minor changes to make it more smoothly to use.
I am asking for your help to make this plugin more useable.
The GUI should change the quality to whatever you want.. but unfortunately, this recognised by the code.
config.USTVNOW.quality = ConfigSelection(default = "4", choices = [("1", _("Low")), ("2", _("Mid")), ("3", _("High")), ("4", _("HD"))])
I hope openpli is also made for azbox receivers because it is also a good receivers with 128 and 256 memory
Hello,
What is DB Transcoder ?
It is web application for transcoding, recompressing, resizing stream from your enigma2 receiver .
Why ?
You can stream your favorite HD TV show to your cell phone over 3G/4G. Stream will be scaled to not use so much bandwidth.
What i need for this web app ?
You need linux computer with webserver, php5, also php5 should have installed sqlite plugin, ffmpeg or avlib(avconv) for transcoding.
How does it work ?
Basically this web application is frontend for ffmpeg or avlib with possibility sellect channel from your enigma2 bouquet for transcoding.
Where i can download it ?
http://sharetext.net/userfiles/db_transcode_0.1.tar.gz
How can i view stream ?
With build in flash video player, vlc player, bsplayer (android).
How can i install this web app ?
Download DB transcoder and edit according your needs config.php . After configuration open web app, go to settings and push "Reload Playlist" button to download bouquets from receiver.
Few notes:
It is highly recomended to set HTTP authorization for this WEB application if you will access this application from internet.
Im hobby php programmer , dont be rude if something is not perfect .
most of linux distributions have ffmpeg or avlib available, but you can also download last static binaries for ffmpeg here
http://johnvansickle.com/ffmpeg/
Flash HLS player are from:
https://github.com/mangui/flashls
Im planing to also add support for windows server with IIS.
Suggestions and bug reports are welcomed.
Screenshots
Main page with channels list:
live with flash:
Settings:
Hi, I use Open Pli 2.0 image. İ have epg info Turkish characters problem (Big, Ş,İ characters). I need your help. Thank you.
opkg install -force-overwrite /tmp/*.ipk
opkg update
opkg install /tmp/*.ipk
Hello Friends,
Plugin KodiLite version 4.0 is attached below. The purpose of the new version is to be able to use any working Kodi addon directly in KodiLite without change. Apart from generally available Kodi addons - there are also a large number of addons especially developed for KodiLite.
The following addon install methods are in 'Install addons' (green button on first screen) :-
1. Install from zip -install addon zip files (plugin, script or repository) in /tmp, /media/usb or /media/hdd
2. Install from KodiLite list (/KodiLite/adlist.txt) - KodiLite team tested addons are listed here
3. Install from User list (/KodiLite/useradlist.txt - please put the addon (plugin, script or repository) and the download link in the plugin file /KodiLite/useradlist.txt using the syntax :
addon-name###download-link###
4. Install from Kodi official repositories
5. Install from User repositories - first install your repo via method 1.
6. Install from Fusion
Please test with Kodi addons you are interested in and report any problems with log files e.log and error.log from folder /tmp and any crashlogs if available.
Problems are to be reported in this thread :-
KodiLite Discussion (addon errors, new addon requests etc.)
Thanks in advance for your interest in KodiLite.
Regards, pcd.
Experimental version of the plugin.
Please write about the test results.
P.S.
Please make translations into your language.
I'll add them to the plugin.
I have Octagon SF4008 and i would like you to make images for this Octagon too, because it is 4K UHD receiver, with two dvb-s2x tuners and one dvb-t2 hevc tuner
I and many of my friends love openPLI but there are no support for Octagon SF4008
Please can you do something?
Can you make support for openPLI image for Octagon SF4008 (we all love this receiver)
Thank you in advance (best regards from Croatia, Slovenia, Montenegro, Serbia, Bosnia And Herzegovina, Switzerland, Austria, Macedonia and of course Germany) in all this countryed we use Octagon SF4008
Please help us and make an image-s fro Octagon SF4008
Thank you in front of all these people from all this countryes who are using Octagon SF4008 and asked me to ask you here on forum to make support on openPLI image for Octagon SF4008
Best regards
Good day Gays,
after multiple imaging, different configurations, and different antennas and converters, I want to draw your attention to one of the inconspicuous Eddison picture problems, such as pixelizing the picture for parts of a second that makes quite a bit of a 55-inch TV pretty annoying.
I can send you a video of the mentioned problem, and the decoder of the same transponder shows different levels in the channels of the same vendor
Thank you for your attention
Hi all,
If anybody is interested in running Kodi UI in FullHD on a VU+, please check out the attachment.
Note that I'm talking here only about UI, not the media which is played by gstreamer in whatever resolution available.
How to use:
1. Compile OpenPLi as usual.
2. Comment "rm_work" in site.conf so that the sources will not be deleted:
#INHERIT += "rm_work"
3. Build Kodi by running
MACHINE=<machine> bitbake enigma2-plugin-extensions-kodi
4. Put file from the archive into folder
.../openpli-oe-core/build/tmp/work/<machine>-oe-linux-gnueabi/kodi/*/git/xbmc/windowing/egl/
5. Recompile Kodi. For example, by running:
export PATH=$PATH:.../openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/arm-oe-linux-gnueabi cd .../openpli-oe-core/build/tmp/work/<machine>-oe-linux-gnueabi/kodi/*/git/ make -j 4 arm-oe-linux-gnueabi-strip --remove-section=.comment --remove-section=.note kodi.bin
EGLNativeTypeV3D.cpp.zip 1.82KB
4 downloads
Hi,
I have very popular DVB-C/T/T2 astrometa USB stick. There is no official driver from Astrometa for this device for linux, anyway it worked partialy with dvb-usb-rtl28xxu driver, only DVB-T1, not C/T2. Thanks to some good people reverse engneering was done and now there is support for MN88472/3 and T2/C works fine.
Components:
Realtek RTL2832P
Panasonic MN88472 (newer version MN88473)
Rafael Micro R828D
http://blog.palosaari.fi/2013/10/naked-hardware-14-dvb-t2-usb-tv-stick.html
I have linux Ubuntu 12.04lts and I have tried it out my self, compiled drivers for Kernel 3.13 and scan the services.
I have DM800 and I would like to have drivers for it, but I have never build anything for E2 (mipsel) before, so I need help how if it is possible to port it for kernel 2.6?!
The driver author recomended me this:
./build --git git://linuxtv.org/anttip/media_tree.git astrometa
And link:
http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
But if I do so, would I again build modules for my architecture and ubuntu kernel, not mips?