I propose to discuss this in messenger.
Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1461
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1462
Posted 29 January 2019 - 15:34
What version of Ubuntu is installed? djmount_0.71-7.1_amd64.deb available for 18.04.
It works on Ubuntu 16.04, i dunno if it will work on 18.04 or not.
I forget to mention that you have to compile and install portable SDK for UPnP devices (libupnp) which i attached.
Attached Files
Edited by roxette, 29 January 2019 - 15:35.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1463
Posted 29 January 2019 - 16:13
you didn't upload enigma2 folder so the script will attempt to download Enigma2 latest version ... am i right?
No. The patches in the RESTORE folder and git versions of enigma2 and plugins shown in the scrypts are different.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1464
Posted 29 January 2019 - 23:15
you didn't upload enigma2 folder so the script will attempt to download Enigma2 latest version ... am i right?
No. The patches in the RESTORE folder and git versions of enigma2 and plugins shown in the scrypts are different.
I thought all enigma2 build scripts will use git clone https://github.com/OpenPLi/enigma2.git
It seems that they are working on streaming in standby mode issue.
I will wait till it fixed then.
Anyway, i tried to make a fresh E2 installation today but it was failed due to the following error
Edited by roxette, 29 January 2019 - 23:15.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1465
Posted 30 January 2019 - 08:42
But you can return to your working configuration. Take the archive of an earlier date than when streaming stopped working with this plugin. Then do diff the current and old versions to find the reason.
I repeat what if you switch the plugin OpenWebif to a "new interface", then on the remote PC the stream is working in standby mode. Just onen the channel and the new window will suggestion to play m3u with any external player. VLC works exactly.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1466
Posted 30 January 2019 - 15:29
The problem isn't the configuration, the problem is i want my old /usr/local/e2/bin/enigma2.
You didn't add any option to to back it in the scripts therefore it was overwritten.
How i can compile the old enigma2 if i will download the latest version?
I already tried everything before reporting the problem.
I tried so many OpenWebif versions, with or without new interface
It doesn't work in standby mode.
Anyway, nevermind.. how i can solve the below error?
Edited by roxette, 30 January 2019 - 15:30.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1467
Posted 30 January 2019 - 19:41
How to build a version from RESTORE?
1. Download the desired archive.
2. Run the scripts in order (script 1 is deleted there and you don't need to download anything before) and you will receive the old version of Enigma2.
However, I suggest waiting until 01.02.19. I have almost everything ready. Fixed a call utf-8 encoding of the channel list in the OpenWebif plugin, the sound and annotation in YouTube no longer disappear, the version of the Enigma dated 30.01.19, which include a commit for stanby mode about which you wrote.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1468
Posted 30 January 2019 - 20:05
<-- The source folder, which was obtained as a result of compiling the last version, must be deleted. Then unpack the old archive and restart the scripts without downloading anything with script 1, which is deleted there. That's all.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1469
Posted 30 January 2019 - 21:09
<-- The source folder, which was obtained as a result of compiling the last version, must be deleted. Then unpack the old archive and restart the scripts without downloading anything with script 1, which is deleted there. That's all.
Thanks a lot
I was trying to fix streaming in standby mode then i ended up with nothing.
I don't have Enigma2 anymore because /usr/local/e2/bin/enigma2 was deleted after i run the scripts.
Now i can't even compile it whether it's a new or old version.
Edited by roxette, 30 January 2019 - 21:10.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1470
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1471
Posted 30 January 2019 - 23:28
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1472
Posted 30 January 2019 - 23:37
Sorry, space.
scrit_name.sh > log_name 2>&1
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1473
Posted 31 January 2019 - 00:38
./2_build_libs.sh > LOG2.txt 2>&1 ./3_build_libxine.sh > LOG3.txt 2>&1 ./4_build_openpliPC.sh > LOG4.txt 2>&1 ./5_build_plugins.sh > LOG5.txt 2>&1
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1474
Posted 31 January 2019 - 05:35
I always rename the old binary file before running the scripts but i forgot to do that because i was bit nervous because of that compilation failure.
You will lose nothing to add an option to back it up in the future.
Anyway, let's continue this discussion via pm to avoid spamming the forum, you will find a link to download the log files in there.
Thanks.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1475
Posted 31 January 2019 - 20:46
By the way, it is impossible to backup one binary file enigma2 only because it is associated with plugins from a current branch. If change the enigma2 in today's installation to the file of January 27, this will cause crash.
I will add to script archiving the previous source enigma2 and then will be possible install that.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1476
Posted 1 February 2019 - 23:53
By the way, it is impossible to backup one binary file enigma2 only because it is associated with plugins from a current branch. If change the enigma2 in today's installation to the file of January 27, this will cause crash.
I will add to script archiving the previous source enigma2 and then will be possible install that.
Problem is solved
You don't have to archive anything, just rename /usr/local/e2 to /usr/local/e2-old and i guarantee that it will work in case of new version compilation error.
I always do that.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1477
Posted 2 February 2019 - 09:53
/usr/local/e2 to /usr/local/e2-old
In this case, if someone launches a failed installation twice, he will get a damaged e2-old folder.
This is done only if there is no e2-old folder. But I did the same in the source folder. You will see the old_compiled_source.tar.gz archive, which will be created automatically only once. If necessary, unpack and give make install. A new archive can be created when moving, renaming or deleting.
Seems that backing up the system is the task of the user himself.
Edited by 1455, 2 February 2019 - 09:56.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1478
Posted 2 February 2019 - 14:56
About streaming to VLC in current version.
******************************************************
Video works in the OpenWebif. This also works in the old and new OpenWebif design.
You need link m3u with VLC on the receiving side in the new OpenWebif design, for examle. First you need to select the channel, and then click the streaming icon to the right of the switch icon.
To watch another channel with the above features, you need first close VLC window before. Otherwise there will be several VLC windows with different channels.
If you watch the channels on the server itself (127.0.0.1:40080):
When server switched to standby mode, you can watch only the channel that was turned on by server before switching to standby mode and those transmitted in the current polarization and range.
HD channels have noticeable lags. However, if yoy try to switch the server to the live mode, then it no longer responds to channel switching. e2pc needs to be restarted.
And if you watch the channels on a remote machine (your server IP address:40080):
When server switched to standby mode all channel can be switched. HD channels work smoothly. No problems.
PVR-plugin for Kodi not working. Sometimes the channels are turned on, but mostly it is unsuitable for use.
At the moment I'm trying DLNA browser plugin. I want to understand its advantage. Until I could run DLNA.
I don't understand why need to switch enigma2 on standby mode. After all, the computer consumes the same amount of electricity, and you can just turn off the TV, turn off the sound, or switch to watching cable channels.
About YouTube.
********************
You probably noticed that the sound in the plugin works if you set the maximum resolution in the plugin settings to 1280*720. The reason is not clear yet.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1479
Posted 9 February 2019 - 15:32
<- port 0080
Now the value /dev/dvb/card0/video0 and audio0 are excluded. Instead of dev0, the sound device controlC0 (1, 2) is used. Instead of card0, the sound card hw:0 (1, 2) is used.
For example, if you use headphones or a builtin speaker, then in the xine settings select audio:
hw:0
controlC0
Default settigs take system parameters.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1480
18 user(s) are reading this topic
0 members, 18 guests, 0 anonymous users