Installation:
- *. Sh and *. txt, copy them to / var / bin
- chmod 755 to scrplg-backup.sh
- create a backup subdirectory in the /media with the name < backup >
Run from Sript-Plugin the scrplg-backup.sh
The file *.tar.gz that will be created (backup) will be found at previously created directory / media / backup.
To install the *.tar.gz to our receiver, we rename the *.tar.gz to addons.tar.gz and we run it from webinterface (for Sif-team images from Commands --> install addons.tar.gz)
Thanks to reaper7 for the backup script
Tested it, and works ok
**E un plugin cu care poti sa salvezi la HDD ce configuratii ai si ce plugin-uri.
This add-on allows you to watch the tv stream from the Cuberevo over an web interface.
INSTALL:
Copy var/bin form the archive to /var/bin on the box.
Copy /var/www from the archive to the webif folder on your box (for example /var/www).
Make sure all script files and binarys are executable! (/var/bin, cgi-bin)
USAGE:
Surf to
Code: http://boxip/webtv/
It's tested on Firefox and Internet Explorer 7.
Javascript is required.
Above the video frame you have the basic controls to switch the channels.
The addon loads all channels in your favourites list.
REQUIREMENTS:
- At least firmware R8264 is required!
CAN HD CHANNELS BE STREAMED?
Streaming works for 720p channels, but for 1080i there is not enough network bandwidth.
Those are my test results, also try it for yourselfs.
KNOWN PROBLEMS:
- VLC 0.9 for Windows has a bug in the browser plugin, its not working. If you have problems, try vlc 0.8.6i
- Radio programs cannot be streamed at the moment.
LICENSE:
All files are under the GPL.
CREDITS:
The server side code for the streaming is based on the streamts app.
RELEASE 0.1.1:
------------------
- fixes Internet Explorer 7 problem with vlc plugin
RELEASE 0.1.2:
------------------
- Many streamts server fixes
- Deinterlacer added
RELEASE 0.1.3:
------------------
- fixed bugs with handling of timeshift files in streamts
- fixed segfault under certain conditions in streamts
NEW RELEASE 0.2:
------------------
- Stream is read directly from hardware, instead of timeshift files (thanks to soon and kneubi from denktenk)
- Video stream does not stop after channel switching. It's now also convenient to open the stream directly in vlc without the webinterface.
(This feature does not work in mplayer.)
- The stream starts playing directly after opening the webif
bitrate plugin for ipbox9000/cuberevo
=====================================
This is a bitrate plugin for the cuberevo/ipbox9000, which displays
the current video and audiobitrate from the TV station.
USAGE:
======
The plugin updates the values every 2 seconds, you can switch from a
larger view, which displays current, average, min, max values and
audiodata, to a smaller view with only current and average values with
the "OK" button.
Keep im mind, that the plugin will switch to the other mode on the next
value udpate, so it might take up to 2 seconds, before the mode is switched.
To quit the plugin press exit.
INSTALL:
========
copy the bitrate.plugin file to the /var/plug-in directory
This plug-in provides an alternative to the favourites channellist in the firmware.
Its main advanteges
===================
- Sorts your favourites groups as defined in PCEditor
- Allows to switch channels in PiP or live mode (and filters channels which cannot be opened in PiP mode).
So it can also be used as alternative to the Sub channel list.
Key Mapping
===========
Up/Down -> figure it out yourselves
Left/Right -> jump 5 entries in list
Red/Green -> change Favourites group
Blue -> switch live/Pip mode
Licence
=======
GPL
RELEASE 0.5
===========
- initial release
Enjoy it,
pacco
PS: rev 26 of plugin sdk is needed to compile the source
RELEASE 0.5.2 (Mod by COoLoSER)
=============
- added information about current and total fav groups, it is shown in left upper corner, before group name
- yellow button shows/hides order numer of channel
- added information about current channel order number, it is shown in right bottom corner. Numbering is exactly like in DGS soft.
- PgUp/PgDown works like Left/Right button
- added ability to jump to channel by giving its order number.
How to use.
1. Put channel order number, with digit buttons.
What is input will be shown on the bottom/right with '*' asterisk character as a marker
2. Press 'OK' button to switch to channel or 'Exit' to cancel.
- checking of current channel, to not switch when there is no need for it.
I have wrote a simple ioctl_helper library, which might workaround some dual recording issues with mgcamd on cuberevo/ipbox9000.
This library catches all ioctl calls from mgcamd and tries to remap some of them to the right slot of stapi.
But keep in mind, that this will probably not solve all issues, as it is impossible to fix everything from outside...
It might be great, if some of you could do also some test, as i have only one scrambled transponder on my DVB-C network i am very limited in testing, but the following things have worked for me:
1. Scheduled recordings have worked even when i have not switched off the box on this transponder, so if this would work for other peoples also this might be quite helpfull.
2. pip sometimes work it depends if this transponder is already allocated to another pti
I did not have the possibility to try if it works when two pti would use the same smartcard through newcs.
You can test the library as follow:
1. copy the attached library ioctl_helper.so to /var/lib
2. find your startscript for mgcamd
2. add the following lines before the line which starts mgcamd:
export LD_LIBRARY_PATH=/var/lib
export LD_PRELOAD=ioctl_helper.so