iPhone interface for MediaPortal (iPiMP) - original thread (now closed) (5 Viewers)

Status
Not open for further replies.

Injected

Portal Pro
October 17, 2008
205
3
Home Country
Germany Germany
is there a tutorial to install the asp features on an existing apache server like xampp?
 

htcp-starter

Portal Member
March 25, 2009
29
1
Home Country
Germany Germany
hi cheezey (merry Ester)

I use Windows Mobile 6.1 and iPiMP on my Samsung i900 Omnia
I have two questions:

1.
iPiMP is very slowly on my smartphone. It needs 3-4 seconds until the button-click will be processed
Can you give me a tipp to make it faster?

2.
Is it possible to use another videoplayer to watch recorded programs?
Quicktime-player isn´t available for Windows Mobile
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
58
West Yorks, UK
Home Country
United Kingdom United Kingdom
is there a tutorial to install the asp features on an existing apache server like xampp?

Yes. Read the iPiMP install guide.

hi cheezey (merry Ester)

I use Windows Mobile 6.1 and iPiMP on my Samsung i900 Omnia
I have two questions:

1.
iPiMP is very slowly on my smartphone. It needs 3-4 seconds until the button-click will be processed
Can you give me a tipp to make it faster?

2.
Is it possible to use another videoplayer to watch recorded programs?
Quicktime-player isn´t available for Windows Mobile

1. Not really. Is it all buttons? Perhaps the browser is slow? If the button you press loads a page with a lot of images on it then that may be slow - I'm looking at that issue.

2. I don't force any particular media player. iPiMP serves up an MP4 file so whatever media player on your mobile device is configured to play MP4s will be used.
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
58
West Yorks, UK
Home Country
United Kingdom United Kingdom
Happy Easter to all iPiMPers!

I'm currently enjoying the warm sunshine in the north east of England on a weeks family break.
 

htcp-starter

Portal Member
March 25, 2009
29
1
Home Country
Germany Germany
Once again I´ve a technical question.

iPiMP will use ffmpeg.exe (C:\Programme\iPiMP\utils\ffmpeg.exe) to convert a recorded programm to an mp4-video-file.

My default ffmpeg-setting-parameters:
-threads 4 -re -vcodec libx264 -s 480x272 -flags +loop -cmp +chroma -deblockalpha 0 -deblockbeta 0 -crf 24 -bt {0}k -refs 1 -coder 0 -me_method umh -me_range 16 -subq 5 -partitions +parti4x4+parti8x8+partp8x8 -g 250 -keyint_min 25 -level 30 -qmin 10 -qmax 51 -trellis 2 -sc_threshold 40 -i_qfactor 0.71 -acodec libfaac -ab {1}k -ar 48000 -ac 2

And now my problem/question:
Who of iPiMPers can tell me the setting-parameter to convert the recording programs with ffmpeg.exe to an avi-file or wmv-file?
 

Injected

Portal Pro
October 17, 2008
205
3
Home Country
Germany Germany
i read the installation guide, but the iface won't work on my xampp. :-(
i copied the example conf from the guide, the module and the aspx folder of iPIMP in the module and htdocs folder.

#asp.net
LoadModule aspdotnet_module modules/mod_aspdotnet.so

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>
AspNetVersion v2.0.50727
AspNetMount / "D:\Webserver\htdocs\aspx"
Alias /iPiMP "D:\Webserver\htdocs\aspx"
Alias /TVLogos "C:/ProgramData/Team MediaPortal/MediaPortal/thumbs/tv/logos"
Alias /MP4 "D:\Aufnahmen"

<Directory "D:\Webserver\htdocs\aspx">
Options FollowSymlinks ExecCGI
Order allow,deny
Allow from all
DirectoryIndex Default.aspx
</Directory>

<Directory "C:/ProgramData/Team MediaPortal/MediaPortal/thumbs/tv/logos">
Options FollowSymlinks ExecCGI
Order allow,deny
Allow from all
</Directory>

<Directory "D:\Aufnahmen">
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

I restarted the apache server. but there are only these errors View capture
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
58
West Yorks, UK
Home Country
United Kingdom United Kingdom
Can you enable asp.net error messages as defined in the troubleshooting section of the wiki and report any errors.
 

Injected

Portal Pro
October 17, 2008
205
3
Home Country
Germany Germany
so, the setup doesn't set a value for the timeout, if i start it without apache server.
but if i take the config of the basic setup(with apache), the iface works on the server pc. if i test it on another pc there is only a 404.
Konfigurationsfehler
Beschreibung: Fehler beim Verarbeiten einer Konfigurationsdatei, die für diese Anforderung erforderlich ist. Überprüfen Sie die unten angegebenen Fehlerinformationen, und ändern Sie die Konfigurationsdatei entsprechend.

Parserfehlermeldung: Der Wert der timeout-Eigenschaft kann nicht analysiert werden. Fehler: Die Eingabezeichenfolge hat das falsche Format..

Quellfehler:

Zeile 25:
Zeile 26: <authentication mode="Forms">
Zeile 27: <forms name=".ASPXAUTH" loginUrl="login.aspx" protection="All" timeout="" path="/" requireSSL="false" slidingExpiration="true" defaultUrl="default.aspx" cookieless="UseCookies"/>
Zeile 28: </authentication>
Zeile 29:


Quelldatei: D:\Webserver\htdocs\aspx\web.config Zeile: 27

Versionsinformationen: Microsoft .NET Framework-Version:2.0.50727.3074; ASP.NET-Version:2.0.50727.3074

hope that can help :)
:D
 
Status
Not open for further replies.

Users who are viewing this thread

Top Bottom