1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 11:37:03 +00:00

Fixed pid scanner to default MPEG2 video stream type.

This commit is contained in:
Rolf Ahrenberg
2009-03-06 19:30:56 +02:00
parent 25ec9df0cc
commit 94225ac6a4
3 changed files with 10 additions and 4 deletions

View File

@@ -70,7 +70,8 @@ VDR Plugin 'iptv' Revision History
- Updated Italian translation (Thanks to Diego Pierotto).
- Tweaked pid scanner parameters for HD broadcasts.
- Fixed opening of fifo tap.
- Updated iptvstream.sh script to support optional video resolution settings.
- Updated iptvstream.sh script to support optional video resolution
settings.
- Optimized streamer thread termination.
2008-12-16: Version 0.2.3
@@ -85,7 +86,10 @@ VDR Plugin 'iptv' Revision History
- Set max IPTV device count to VDR's max devices.
- Fixed a possible crash in sid and pid scanners.
2009-xx-xx: Version 0.2.4
2009-xx-xx: Version 0.2.5
- Optimized TS packet data flow.
- Refactored section filter class.
- Cleaned up example scripts.
- Fixed pid scanner to default MPEG2 video stream type
(Thanks to ua0lnj for reporting this one).