- Thread starter
- Moderator
- #1,071
Re: iPhone interface for MediaPortal (iPiMP) - 4.0.2
Which version of iPiMP are you using? 4.0.2.334 is compiled for MP 1.1+SVN
Which version of iPiMP are you using? 4.0.2.334 is compiled for MP 1.1+SVN
Which version of iPiMP are you using? 4.0.2.334 is compiled for MP 1.1+SVN
Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei Website.uWiMP.TVServer.Cards.GetCardStatus(Card card) in D:\Dev\vs2008\MediaPortal Universal Web Interface\Website\Code\TVServer\Cards.vb:Zeile 109.
bei Website.CardStatus.DisplayCardStatus(String wa) in D:\Dev\vs2008\MediaPortal Universal Web Interface\Website\iPhone\TVServer\CardStatus.aspx.vb:Zeile 91.
bei Website.CardStatus.Page_Load(Object sender, EventArgs e) in D:\Dev\vs2008\MediaPortal Universal Web Interface\Website\iPhone\TVServer\CardStatus.aspx.vb:Zeile 64.
bei System.Web.UI.Control.OnLoad(EventArgs e)
bei System.Web.UI.Control.LoadRecursive()
bei System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Netherlands
one question: Does iPiMP work with an iPod Touch?
Hi,
one question: Does iPiMP work with an iPod Touch?
Regards....
I just wanted to say: iPIMP friggin' ROCKS.
Seriously: I am amazed how well it works, truly a masterpiece. (btw: I don't use it on an iPhone, but on an android (G1) phone)
Thank you for making iPimp! (I can't wait to see future developments!)
Which version of iPiMP are you using? 4.0.2.334 is compiled for MP 1.1+SVN
I've tested your version 4.0.2.334 and copy the 4 files from the tv server to ipimp/bin.
E.g. for tv card status I get the following:
Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei Website.uWiMP.TVServer.Cards.GetCardStatus(Card card) in D:\Dev\vs2008\MediaPortal Universal Web Interface\Website\Code\TVServer\Cards.vb:Zeile 109.
bei Website.CardStatus.DisplayCardStatus(String wa) in D:\Dev\vs2008\MediaPortal Universal Web Interface\Website\iPhone\TVServer\CardStatus.aspx.vb:Zeile 91.
bei Website.CardStatus.Page_Load(Object sender, EventArgs e) in D:\Dev\vs2008\MediaPortal Universal Web Interface\Website\iPhone\TVServer\CardStatus.aspx.vb:Zeile 64.
bei System.Web.UI.Control.OnLoad(EventArgs e)
bei System.Web.UI.Control.LoadRecursive()
bei System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
- The tv section with the channel list worked well and
- also the recording section
- tv server status in ipimp = running
- remote control and the power options worked also well.
- tcp ports 80 / 8080 / 55667 are opend in the firewall.
- Further I get a Fubar in Music and video section and in administration/ipimp settings
Are you able to stream recoreded TV? I have not had success with this on my HTC Magic Androd phone - see post a couple back - not sure where to start with trouble shootingI just wanted to say: iPIMP friggin' ROCKS.
Seriously: I am amazed how well it works, truly a masterpiece. (btw: I don't use it on an iPhone, but on an android (G1) phone)
Thank you for making iPimp! (I can't wait to see future developments!)
thanksI have not tried yet, I will set up the iphone within the next days and let you know....
Netherlands
Are you able to stream recoreded TV? I have not had success with this on my HTC Magic Androd phone - see post a couple back - not sure where to start with trouble shooting
Thanks in advance!
Neville:
</IfModule>
#asp.net
AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo
<IfModule mod_aspdotnet.cpp>
AspNetMount / "C:/xampplite/htdocs/ipimp"
Alias /ipimp "C:/xampplite/htdocs/ipimp"
#Alias /TVLogos "C:/Documents and Settings/All Users/Application Data/Team MediaPortal/MediaPortal/thumbs/tv/logos"
#Alias /MP4 "DummyDir"
<Directory "C:/xampplite/htdocs/ipimp/">
Options FollowSymlinks ExecCGI
Order allow,deny
Allow from all
DirectoryIndex Default.aspx
</Directory>
# <Directory "C:/Documents and Settings/All Users/Application Data/Team MediaPortal/MediaPortal/thumbs/tv/logos">
# Options FollowSymlinks ExecCGI
# Order allow,deny
# Allow from all
# </Directory>
# <Directory "DummyDir">
# Options FollowSymlinks ExecCGI
# Order allow,deny
# Allow from all
# </Directory>
AliasMatch /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*) "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"
<Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles">
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>
</IfModule>
#asp.net