Re: [vdr] vdr-iptv-plugin DVB subtitles problems

2010-09-09 Thread Rolf Ahrenberg

On Wed, 8 Sep 2010, Fake Name wrote:


Here is the VLC recording:


I downloaded this file, added it into channels.conf via FILE protocol 
(S=1|P=0|F=FILE|U=vlc.ts), set VDR to update pids and to show subtitles 
and finally setup Slovak as a preferred language. The subtitles were 
shown automatically and couldn't find any problems, but one.


The stream has CA descriptor present and you'll have to patch the VDR 
with vdr-1.7.15-disable_ca_updates.patch in order to get rid of 
Channel not available messages.


Test was made with the latest development version of the plugin, but 
there shouldn't be any significant modifications against the public 
release.


BR,
--
rofa

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Arabic language EPG is inappropriately displayed

2010-09-09 Thread Paul Menzel
Dear Sami,


[please just post normal plain/text messages [1–3].]

Am Mittwoch, den 08.09.2010, 22:48 +0300 schrieb semsem85 sami:
 I am using Yavdr 0.2 with VDR 1.7.15 and the EPG or EIT for arabic
 language is inappropriately displayed in VDR. Using the arabic 
 
 ISO-8859-6 in etc/default/vdr now the letters are shown correctly but
 they appear disjointed and are read from from left to right[whereas
 
 normally Arabic is read from right to left and the letters should be 
 connected to each other to give a word and these words give a sentence
 ]. 
 
 Is there any way to make the EPG readable in Arabic? Thanks alot.

1. Has it ever worked for you or is it the first time you are trying
VDR?
2. Do other programs, e. g. VLC, work correctly?
3. Do you know other people having the same problems or did you find
other reports on the WWW regarding the same problem?
4. Could you attach a screenshot so that the developers know what is
going wrong exactly, please.
5. Could you attach `/etc/default/vdr`, please.
6. Could you please upload a test example somewhere so that developers
can try to reproduce your issue and test fixes themselves. Unfortunately
I do not know how to capture such an example though.
7. Are you using Arabic language for the menu of VDR too? Is it
displayed correctly there?


Thanks,

Paul


[1] http://www.asciiribbon.org/
[2] http://email.about.com/od/hotmailtips/qt/et_plain_text.htm
[3] http://www2.cit.cornell.edu/computer/elist/text/hotmail.html


signature.asc
Description: This is a digitally signed message part
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Arabic language EPG is inappropriately displayed

2010-09-09 Thread Steffen Barszus
2010/9/9 Paul Menzel paulepan...@users.sourceforge.net:
 Dear Sami,


 [please just post normal plain/text messages [1–3].]

 Am Mittwoch, den 08.09.2010, 22:48 +0300 schrieb semsem85 sami:
 Is there any way to make the EPG readable in Arabic? Thanks alot.

 3. Do you know other people having the same problems or did you find
 other reports on the WWW regarding the same problem?
 4. Could you attach a screenshot so that the developers know what is
 going wrong exactly, please.
 5. Could you attach `/etc/default/vdr`, please.
 6. Could you please upload a test example somewhere so that developers
 can try to reproduce your issue and test fixes themselves. Unfortunately
 I do not know how to capture such an example though.
 7. Are you using Arabic language for the menu of VDR too? Is it
 displayed correctly there?

I think half of it is not necessary - question are:
- does vdr have arabic translation allready ?
- if not, ist it possible to have it, including right to left display
- what is required to make vdr display the text correctly from right
to left for languages requiring this

This should be questions which someone here should be able to answer.

Question to sami which remains:
- What Locale you have set ? (ar_??)
- Is the rest of the menus english or translated ?

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Arabic language EPG is inappropriately displayed

2010-09-09 Thread semsem85 sami


 Message: 4
 Date: Thu, 9 Sep 2010 10:59:53 +0200
 From: Steffen Barszus 
 Subject: Re: [vdr] Arabic language EPG is inappropriately displayed

 Question to sami which remains:
 - What Locale you have set ? (ar_??)
 - Is the rest of the menus english or translated ?

Hi,

The VDR menu in yavdr0.2 does not support Arabic i.e There is no Arabic option 
to set.

Where is the Locale Option? All I did was editing the /etc/default/vdr and 
ADDING this line:

VDR_CHARSET_OVERRIDE=ISO-8859-6 ,,, The ISO-8859-6 is the Arabic ISO

The result now Arabic lettrs per se are recognized(they were appearing squares 
before) but as I said they are set to be read from left to right and the 
letters are seperated from each other.

I used XBMC LIve TV and the TV guide is displayed fine. So I think something 
has to be changed in VDR code perhaps. I hope Klaus help us in this issue.

Regards
Sami



  
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] patch for crypted teletext pids

2010-09-09 Thread michael_kaplan
Hi!

I have had a problem watching the teletext on the crypted channels ORF1
HD and ORF2 HD ... after doing some research on the web, i found out
that these two channels not only crypt their audio and video streams, but
also the teletext. (as far as I know, not even Sky/Premiere crypt their
teletext)

So I had a look into the vdr code, and found out, that in ci.c in the
function AddChannels(), only video and audio pids are added to the cam
device.

I made a small patch (which is included in this mail), which also adds the
teletext pid in case there was a tpid detected before, and now I can watch
the teletext in the ORF HD channels.

Other channels, which do only crypt audio+video, but not the teletext,
should not be affected by this patch, because the CAM module should be
intelligent enough to detect whether a ts packet is crypted or not (via
the two scrambling control bits in the ts packet header)

I wanted to ask, if it would be possible and reasonable to add this patch
to the vanilla-vdr.


Kind regards,
Michael Kaplan


*** ci.c	2010-01-02 11:39:50.0 +0100
--- ci.c.patched	2010-09-09 15:10:54.0 +0200
***
*** 1911,1916 
--- 1911,1919 
   AddPid(Channel-Sid(), *Apid, STREAM_TYPE_AUDIO);
   for (const int *Dpid = Channel-Dpids(); *Dpid; Dpid++)
   AddPid(Channel-Sid(), *Dpid, STREAM_TYPE_DOLBY);
+  if (Channel-Tpid()) {
+ AddPid(Channel-Sid(), Channel-Tpid(), STREAM_TYPE_DOLBY);
+ }
   }
  }
  

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr