vdr-plugin-burn: burn-0.2.0-beta3 released (2 comments)
This is a bugfix release.
The following bugs are fixed:- fixed cutting of PES recordings (reported by caps!@vdr-portal.de)
- removed vdr-1.7.12-tpid-Parser.diff because it's no longer needed
Added by FireFly over 14 years ago
This is a bugfix release.
The following bugs are fixed:Added by FireFly over 14 years ago
This is mainly a bugfix release.
The following changes are integrated:Added by TomG over 14 years ago
Changes:
- Moved to http://projects.vdr-developer.org/projects/show/plg-sudoku. - Changed repository from subversion to git. - Removed subversion keywords ($Id). - Added support for VDR >= 1.7.13 (Make.global). - Added method Pos::interacts_with. - Removed compatibility to VDR < 1.6.0. - Converted documentation and source files to UTF-8. - Added unit tests. - Fixed segfault in History::current. - Fixed null pointer handling in History::add. - Updated url and email of the VDR project to tvdr.de. - Updated Doxyfile to doxygen version 1.6.3.
Added by alib over 14 years ago
02.04.2010 - 1.0.1
- Added fix for PHP version < 5.2.0
- added php module check and dynamic loading if possible.
- some client speedups and optimisations
- removed custom segmenter code, no need for a modifief version anymore
- now stores segmenter and ffmeg pids to kill them
- removed AT dependency
Added by alib over 14 years ago
Download: http://projects.vdr-developer.org/attachments/download/272/istreamdev-1.0.tar.gz
README: http://projects.vdr-developer.org/wiki/istreamdev/README
INSTALL: http://projects.vdr-developer.org/wiki/istreamdev/INSTALL
SCREENSHOTS: http://projects.vdr-developer.org/wiki/istreamdev/SCREENSHOTS
Read carefully the README before asking support.
03.29.2010 - 1.0.0
- Massive rework from scratch
- Now based on JQuery/JQTouch
- Fully Ajax/Json based. Server only send Json data to client.
- Client fully webapp compatible. All the client is loaded in the same html page.
- New skin with animated transitions. Hardware accelerated animations.
- Added recording from Channel info.
- Encoding status message is now updated live.
- Added new status "Encoding finished" for recording and videos files. It appears without "*" character before the name in Home sessions menu too.
- Added Electronic Program Guide with add timer feature.
- Dynamic minimise and compression of the css & js files. Now cached.
- gzip compression of all json data
Added by TomG over 14 years ago
Changes:
- Moved to http://projects.vdr-developer.org/projects/show/plg-osdpip as community maintained project using a GIT repository - Committed old releases to the GIT repository - Updated project homepage url in README - Updated FSF address in the license information - Added support for VDR >= 1.7.13 (Make.global) - Use pkg-config to find compilation flags, libs etc for ffmpeg - Fixed ffmpeg compatibility issues with newer ffmpeg versions - Improved copyright and license information in the header of all source files
Added by lhanisch over 14 years ago
If you are using vdr 1.7.13 or the 'bleeding edge' pvrinput-plugin, you have to make some changes to your channels.conf.
old channels.conf entry:
RTL:217250:PVRINPUT|TV:P:0:301+101:300:305:0:12003:1:1089:0
RTL:217250:TV:V:0:301+101:300:305:0:1:1:12003:0
So even with vdr 1.7.12 or older you need to change it to:
RTL:217250:PVRINPUT|TV:P:0:301+101:300:305:0:1:1:12003:0
The reason: The SID of the channel has to match the program number of the PMT. Since the hdpvr and cx18 driven cards produce a TS on their own with a program number of 1, we decided to set the same SID at the generated PMT of ivtv based cards. Till now the w_pvrscan resp. wirbelscan-plugin sets a value related to the frequency in the SID field. This will work in environments with only ivtv cards but won't if you have a mix of ivtv and cx18. vdr will constantly change the PIDs according to the card which deliveres the channel.
On the other hand the combination of SID, NID and TID has to be distinct so the vdr can distinguish the channels. All you have to do is, move the old SID to the TID and set the SID to 1.
If you receive epg-data with tvmovie2vdr or the tvm2vdr-plugin make sure you update the channel map.
Added by durchflieger over 14 years ago
Version 0.5 of plugin is ready for downloading. See HISTORY file for changes.
Added by durchflieger over 14 years ago
The 3rd version of the project is ready for downloading.
See HISTORY file for changes.
Added by etobi over 14 years ago
Also available in: Atom