<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/mhegplus/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/mhegplus/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 13 Jun 2012 23:37:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mhegplus/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>StreamedVideoCHook does not work</title><link>https://sourceforge.net/p/mhegplus/support-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to create a video on demand example as shown below, using the IC extensions, using the freesat profile. (though as a separate issue I understand this should be in the nz profile but its not?). Anyway it seems to get to &lt;br /&gt;
MhegPlus.Compiler\src\bbc\dtv\mhegplus\asimux\Url.java&lt;br /&gt;
where the http urls are not handled at all.&lt;/p&gt;
&lt;p&gt;Does this mean mheg playback of video over ip is not supported in the player? If so can you offer any advice on how to do this?&lt;/p&gt;
&lt;p&gt;I am using the trunk.&lt;/p&gt;
&lt;p&gt;Thanks, &lt;br /&gt;
Carey&lt;/p&gt;
&lt;p&gt;{:Stream mystream&lt;br /&gt;
:CHook StreamedVideoCHook&lt;br /&gt;
:OrigContent :ContentRef('http://www.myexample.com/iptv/content/sample.mpg')&lt;br /&gt;
:Shared      True&lt;br /&gt;
:Multiplex&lt;br /&gt;
(&lt;br /&gt;
{:Video myvid&lt;br /&gt;
:OrigBoxSize   720     576&lt;br /&gt;
:OrigPosition  0       0&lt;br /&gt;
:ComponentTag 51&lt;br /&gt;
}&lt;br /&gt;
)&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;bbc.dtv.mhegplus.asimux.ParseException: Badly formed URL: &lt;a href="http://www.myexample.com/iptv/content/sample.mpg" rel="nofollow"&gt;http://www.myexample.com/iptv/content/sample.mpg&lt;/a&gt;&lt;br /&gt;
at bbc.dtv.mhegplus.asimux.Url.&amp;lt;init&amp;gt;(Url.java:62)&lt;br /&gt;
at bbc.dtv.mhegplus.mhegtree.MhegVideo.getDisplayedVideo(MhegVideo.java:232)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">carey</dc:creator><pubDate>Wed, 13 Jun 2012 23:37:37 -0000</pubDate><guid>https://sourceforge.net80f85a65018aee8b7e121d92d196d1ec262d8112</guid></item><item><title>"If" error :S</title><link>https://sourceforge.net/p/mhegplus/support-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm trying to get familiarized with the mheg+ syntax and I'm getting this error with an "if" sentence.&lt;br /&gt;
Can you tell me where is the problem?&lt;/p&gt;
&lt;p&gt;&amp;gt;java -jar MhegPlus.Compiler-1.0.1.jar -f startup -p hello.mheg+ -d out -P&lt;br /&gt;
06-oct-2010 17:35:34 bbc.dtv.mhegplus.Cli compileMhegPlus&lt;br /&gt;
INFO: Compiling startup&lt;br /&gt;
06-oct-2010 17:35:34 bbc.dtv.mhegplus.Cli compileMhegPlus&lt;br /&gt;
INFO: Compiling hello.mheg+&lt;br /&gt;
06-oct-2010 17:35:34 bbc.dtv.mhegplus.MhegPlus runLoad&lt;br /&gt;
GRAVE: Parse exception: Encountered " ":" ": "" at line 13.&lt;br /&gt;
Was expecting one of:&lt;br /&gt;
"{" ...&lt;br /&gt;
")" ...&lt;br /&gt;
&amp;gt;&lt;/p&gt;
&lt;p&gt;This is my code:&lt;/p&gt;
&lt;p&gt;{:Scene ('/hello.mheg+' 0)&lt;br /&gt;
:Items&lt;br /&gt;
(&lt;/p&gt;
&lt;p&gt;{:IntegerVar int_var_A &lt;br /&gt;
:OrigValue 8 &lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;{:IntegerVar int_var_B&lt;br /&gt;
:OrigValue 10 &lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;:If ( int_var_A &amp;gt; int_var_B ){&lt;br /&gt;
{:Text txtHello&lt;br /&gt;
:OrigContent           "Hello MHEG+ World!"&lt;br /&gt;
:OrigBoxSize           400 50&lt;br /&gt;
:OrigPosition          10 100&lt;br /&gt;
:HJustification        centre&lt;br /&gt;
:VJustification        centre&lt;br /&gt;
}&lt;br /&gt;
}:Else{&lt;br /&gt;
{:Text txtBye&lt;br /&gt;
:OrigContent           "Bye MHEG+ World!"&lt;br /&gt;
:OrigBoxSize           400 50&lt;br /&gt;
:OrigPosition          10 200&lt;br /&gt;
:HJustification        centre&lt;br /&gt;
:VJustification        centre&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;)&lt;br /&gt;
:InputEventReg         4&lt;br /&gt;
:SceneCS               720 576&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jorgito</dc:creator><pubDate>Wed, 06 Oct 2010 15:33:50 -0000</pubDate><guid>https://sourceforge.net5697d21829038cce5a01fbd3e9384de1f03b8aad</guid></item><item><title>Wrong characters (á, è, ñ, ç, etc)</title><link>https://sourceforge.net/p/mhegplus/support-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I don't know if this is a bug or a problem in my source code :s Can you help me?&lt;/p&gt;
&lt;p&gt;This works fine, the textbox shows the correct characters:&lt;br /&gt;
{:Text 1&lt;br /&gt;
:CHook 10&lt;br /&gt;
:OrigContent 'Xavi disput=C3=B3 los 90 minutos el mi=C3=A9rcoles ante el Rubin Kazan y acab=C3=B3 el encuentro con molestias.'&lt;br /&gt;
:OrigBoxSize 710 266&lt;br /&gt;
:OrigPosition 10 300&lt;br /&gt;
:HJustification justified&lt;br /&gt;
:VJustification centre&lt;br /&gt;
:TextWrapping true&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;This don't work...shows the charcodes (=C3=B3) instead the correct characters (ó).&lt;br /&gt;
{:Text 1&lt;br /&gt;
:CHook 10&lt;br /&gt;
:OrigContent :ContentRef ('/text.txt')&lt;br /&gt;
:OrigBoxSize 710 266&lt;br /&gt;
:OrigPosition 10 10&lt;br /&gt;
:HJustification justified&lt;br /&gt;
:VJustification centre&lt;br /&gt;
:TextWrapping true&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;"text.txt" contains: "Xavi disput=C3=B3 los 90 minutos el mi=C3=A9rcoles ante el Rubin Kazan y acab=C3=B3 el encuentro con molestias."&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jorgito</dc:creator><pubDate>Mon, 04 Oct 2010 18:28:54 -0000</pubDate><guid>https://sourceforge.net00d8eeec9cdbd12d01b1af42c51a43ea3474fbee</guid></item><item><title>Mheg player recompilation error</title><link>https://sourceforge.net/p/mhegplus/support-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;After reading the section "Compiling the MHEG+ toolkit" I installed maven and started trying to recompile the whole package using nightly snapshots.&lt;br /&gt;
Pervious snapshot gave me problems in the testing phases of compiler packaging, but the last one fixed for some reason this problems.&lt;br /&gt;
Now I'm able to recompile correctly the mheg compiler in the "tags" directory tree but if I try to (re)compile  the mheg player I receive this error:&lt;/p&gt;
&lt;p&gt;[INFO] Failed to resolve artifact.&lt;/p&gt;
&lt;p&gt;Missing:&lt;br /&gt;
----------&lt;br /&gt;
1) bbc.tvp.mhegplus:MhegPlus.Compiler:jar:1.0.1-SNAPSHOT&lt;/p&gt;
&lt;p&gt;How can I fix this problem?&lt;br /&gt;
Thanks&lt;br /&gt;
Luigi&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luigi Tavolato</dc:creator><pubDate>Fri, 24 Sep 2010 10:50:32 -0000</pubDate><guid>https://sourceforge.net98457c644134f54291940c5d36e54e21e4ec5e12</guid></item><item><title>Illegal UK Color warning</title><link>https://sourceforge.net/p/mhegplus/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;While compiling my code I received many of this messages:&lt;/p&gt;
&lt;p&gt;23-set-2010 15.41.50 bbc.dtv.mhegplus.mhegtypes.MhegColour$Absolute profileUKVerify&lt;br /&gt;
AVVERTENZA: Illegal UK DTT colour: '=00=33=66=99', at line 278.&lt;/p&gt;
&lt;p&gt;I've gone through MHEG-5 UK Profile, v1.06 specification but I didn't found any reason for this warning.&lt;br /&gt;
I've also checked the mheg+ test code that comes with the sources and I've found analogous definitions:&lt;/p&gt;
&lt;p&gt;{:Rectangle rectEventSinopsysBackground&lt;br /&gt;
:OrigBoxSize 700 35&lt;br /&gt;
:OrigPosition  0 50 &lt;br /&gt;
//   :OrigRefLineColour   '=D4=D4=D4=00' mheg+ tests code&lt;br /&gt;
//   :OrigRefFillColour     '=D4=D4=D4=00' &lt;br /&gt;
:OrigRefFillColour     '=00=33=66=99'  // my code&lt;br /&gt;
:OrigRefLineColour   '=00=33=66=99'&lt;br /&gt;
:InitiallyActive false&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Other compilers do not show any similar warning.&lt;br /&gt;
How can I fix it?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luigi Tavolato</dc:creator><pubDate>Thu, 23 Sep 2010 13:54:13 -0000</pubDate><guid>https://sourceforge.net85c4447b9137bf14c3bf11f7f7d9c85d9766287e</guid></item><item><title>Usage of global variables</title><link>https://sourceforge.net/p/mhegplus/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If I need to use a global variable I define it in the startup code and then I reference it using its id and the name of the script (i.e. :Stop(("/startup" 13)).&lt;br /&gt;
I suppose that if I use symbolic names I have to maintain the same syntax (i.e. :Stop(("/startup" bmpGreenIcon))). Isn't it?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luigi Tavolato</dc:creator><pubDate>Wed, 22 Sep 2010 11:06:44 -0000</pubDate><guid>https://sourceforge.net9e305a30cd3a4c4546180c64d536536dc71c0e72</guid></item><item><title>Using Resident Programs</title><link>https://sourceforge.net/p/mhegplus/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Since there is just a sample at the moment in the documentation I'm trying to develope some little applications, each one testing some feature of the mheg+ environment (great work, thanks!). Today I'm trying to display date&amp;amp;time on the screen using a couple of resident programs: GCD (GetCurrentDate) &amp;amp; Fda (Fornat Date) but when I compile the code I receive this message:&lt;/p&gt;
&lt;p&gt;INFO: Compiling datetime.mheg+&lt;br /&gt;
17-set-2010 21.35.23 bbc.dtv.mhegplus.MhegPlus process&lt;br /&gt;
GRAVE: :Call (prgGetCurrentDate) at line 76: Target is a :ResidentPrg but success variable a :IntegerVar!&lt;br /&gt;
17-set-2010 21.35.23 bbc.dtv.mhegplus.MhegPlus process&lt;br /&gt;
GRAVE: :Call (prgFormatDate) at line 79: Target is a :ResidentPrg but success variable a :IntegerVar! &lt;/p&gt;
&lt;p&gt;The code is:&lt;br /&gt;
......&lt;br /&gt;
{:IntegerVar intStatus  :OrigValue 0}&lt;br /&gt;
{:IntegerVar intDate    :OrigValue 0}&lt;br /&gt;
{:IntegerVar intTime    :OrigValue 0} &lt;br /&gt;
{:OStringVar strTemp    :OrigValue ''}&lt;br /&gt;
{:OStringVar strFmtDate :OrigValue '%D/%X/%Y %H:%M'}  // Format for date &amp;amp; time&lt;br /&gt;
......&lt;br /&gt;
{:ResidentPrg prgGetCurrentDate :InitiallyActive false :Name "GCD" } &lt;br /&gt;
{:ResidentPrg prgFormatDate :InitiallyActive false :Name "FDa" }&lt;br /&gt;
......&lt;br /&gt;
:Call(prgGetCurrentDate intStatus :GInteger :IndirectRef intDate :GInteger :IndirectRef intTime)&lt;br /&gt;
:Call(prgFormatDate intStatus :GOctetString :IndirectRef strFmtDate :GInteger :IndirectRef intDate :GInteger :IndirectRef intTime :GOctetString :IndirectRef strTemp)&lt;br /&gt;
......&lt;/p&gt;
&lt;p&gt;The last two lines (76 &amp;amp; 79) cause the displayed error. How can I fix this?&lt;br /&gt;
Thanks a lot&lt;br /&gt;
Luigi&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luigi Tavolato</dc:creator><pubDate>Fri, 17 Sep 2010 20:58:56 -0000</pubDate><guid>https://sourceforge.net45451a9a83358ac0fa60a0c4c10dd32fff90e3f7</guid></item><item><title>Mheg player setup</title><link>https://sourceforge.net/p/mhegplus/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm starting to test the player as suggested (java -jar MhegPlus.MhegPlayer-1.0.1.jar) and a popup with the following message is shown:&lt;br /&gt;
please rerun with uk.co.bbc.itv.fontmetrics and log4j in the classpath.&lt;br /&gt;
The classpath for log4j seems to be oky (...;C:\Program Files\Java\jre6\lib\apache-log4j-1.2.16/.;C:\Program Files\Java\jre6\lib\apache-log4j-1.2.16/log4j-1.2.16.jar;...) but I do not have this version of fontmetrics (it is not in the BBC jar files nor in other jar files I have).&lt;br /&gt;
Have you any suggestion for solve this problem?&lt;br /&gt;
Thanks a lot&lt;br /&gt;
Luigi&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luigi Tavolato</dc:creator><pubDate>Thu, 09 Sep 2010 10:13:04 -0000</pubDate><guid>https://sourceforge.nete1f2d1e4ec0bae93c0a0e1b2fc8c32a9f1f76a37</guid></item><item><title>documentation</title><link>https://sourceforge.net/p/mhegplus/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi guys, thaks for having shared your environment for developing mheg applications.&lt;br /&gt;
When do you plan to share also some documentation and examples about how it works and how to use it?&lt;br /&gt;
Regards&lt;br /&gt;
Luigi &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luigi Tavolato</dc:creator><pubDate>Tue, 24 Aug 2010 18:40:30 -0000</pubDate><guid>https://sourceforge.net9ab3655f797bb1438a34154a4113ff6c4dc80379</guid></item></channel></rss>