home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
iPiMP
Singleseat without TVServer
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Dragy" data-source="post: 664555" data-attributes="member: 91197"><p>I'm going to use Apache for FTR instead <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> And I installed iPIMP and copied the Aspx folder. Now it works on custom Apache server</p><p>thanks</p><p></p><p>//edit</p><p>Yes it works now <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /> iPIMP and FTR webservice are both reachable..</p><p>iPIMP on root and ForTheRecord on localhost/ForTheRecord</p><p></p><p>Here is my httpd.conf file:</p><p>[code]ServerRoot "C:/Program Files (x86)/Apache Software Foundation/Apache2.2"</p><p>Listen *:80</p><p></p><p>LoadModule alias_module modules/mod_alias.so</p><p>LoadModule auth_basic_module modules/mod_auth_basic.so</p><p>LoadModule authz_host_module modules/mod_authz_host.so</p><p>LoadModule dir_module modules/mod_dir.so</p><p>LoadModule mime_module modules/mod_mime.so</p><p></p><p>ServerName www:80</p><p>ServerAdmin admin@htpc.com</p><p>DocumentRoot "D:/iPiMP"</p><p></p><p><Directory /></p><p> Options FollowSymLinks</p><p> AllowOverride None</p><p> Order deny,allow</p><p> Deny from all</p><p></Directory></p><p></p><p></p><p><FilesMatch "^\.ht"></p><p> Order allow,deny</p><p> Deny from all</p><p> Satisfy All</p><p></FilesMatch></p><p></p><p>DefaultType text/plain</p><p></p><p><IfModule mime_module></p><p> TypesConfig conf/mime.types</p><p> AddType application/x-compress .Z</p><p> AddType application/x-gzip .gz .tgz</p><p></IfModule></p><p></p><p>#asp.net </p><p>LoadModule aspdotnet_module modules/mod_aspdotnet.so</p><p></p><p>AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo </p><p></p><p><IfModule mod_aspdotnet.cpp> </p><p> AspNetVersion v2.0.50727</p><p> AspNetMount / "D:/iPiMP" </p><p> Alias /iPiMP "D:/iPiMP" </p><p> Alias /TVLogos "C:/ProgramData/Team MediaPortal/MediaPortal/thumbs/tv/logos"</p><p> Alias /MP4 "DummyDir"</p><p> AspNetMount /ForTheRecord "C:/Program Files (x86)/For The Record/Web Access" </p><p> Alias /ForTheRecord "C:/Program Files (x86)/For The Record/Web Access"</p><p></p><p> <Directory "D:/iPiMP"> </p><p> Options FollowSymlinks ExecCGI </p><p> Order allow,deny </p><p> Allow from all </p><p> DirectoryIndex Default.aspx </p><p> </Directory></p><p></p><p> <Directory "C:/ProgramData/Team MediaPortal/MediaPortal/thumbs/tv/logos"> </p><p> Options FollowSymlinks ExecCGI </p><p> Order allow,deny </p><p> Allow from all </p><p> </Directory></p><p> </p><p> <Directory "C:/Program Files (x86)/For The Record/Web Access"></p><p> Options FollowSymlinks ExecCGI </p><p> Order allow,deny </p><p> Allow from all </p><p> DirectoryIndex Default.aspx </p><p> </Directory></p><p></p><p> <Directory "DummyDir"> </p><p> Options FollowSymlinks ExecCGI </p><p> Order allow,deny </p><p> Allow from all </p><p> </Directory></p><p> </p><p> AliasMatch /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*) "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4" </p><p> <Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles"> </p><p> Options FollowSymlinks </p><p> Order allow,deny </p><p> Allow from all </p><p> </Directory> </p><p></IfModule> </p><p>#asp.net</p><p></p><p>#smooth streaming</p><p>#LoadModule rewrite_module modules/mod_rewrite.so</p><p>#LoadModule smooth_streaming_module modules/mod_smooth_streaming.so</p><p>#AddHandler smooth-streaming.extensions .ism</p><p>#</p><p>#RewriteEngine On</p><p>#RewriteCond %{DOCUMENT_ROOT}/$1$2.$3sm$4/$2.ismc -f</p><p>#RewriteRule ^(.*/)?(.*)\.([is])sm([l])?/[Mm]anifest$ $1$2.$3sm$4/$2.ismc [PT]</p><p>#RewriteRule ^(.*/)?(.*)\.([is])sm([l])?/[Mm]anifest$ $1$2.$3sm$4/$2.ism?manifest=live [PT]</p><p>#RewriteRule ^(.*/)?(.*)\.([is])sm([l])?/QualityLevels\(([0-9]+)\)/Fragments\((.*)=([0-9]+)\)(.*)$ $1$2.$3sm$4/$2.ism?bitrate=$5&$6=$7 [PT]</p><p>#smooth streaming</p><p>[/code]</p></blockquote><p></p>
[QUOTE="Dragy, post: 664555, member: 91197"] I'm going to use Apache for FTR instead :) And I installed iPIMP and copied the Aspx folder. Now it works on custom Apache server thanks //edit Yes it works now :D iPIMP and FTR webservice are both reachable.. iPIMP on root and ForTheRecord on localhost/ForTheRecord Here is my httpd.conf file: [code]ServerRoot "C:/Program Files (x86)/Apache Software Foundation/Apache2.2" Listen *:80 LoadModule alias_module modules/mod_alias.so LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule authz_host_module modules/mod_authz_host.so LoadModule dir_module modules/mod_dir.so LoadModule mime_module modules/mod_mime.so ServerName www:80 ServerAdmin admin@htpc.com DocumentRoot "D:/iPiMP" <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all </Directory> <FilesMatch "^\.ht"> Order allow,deny Deny from all Satisfy All </FilesMatch> DefaultType text/plain <IfModule mime_module> TypesConfig conf/mime.types AddType application/x-compress .Z AddType application/x-gzip .gz .tgz </IfModule> #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:/iPiMP" Alias /iPiMP "D:/iPiMP" Alias /TVLogos "C:/ProgramData/Team MediaPortal/MediaPortal/thumbs/tv/logos" Alias /MP4 "DummyDir" AspNetMount /ForTheRecord "C:/Program Files (x86)/For The Record/Web Access" Alias /ForTheRecord "C:/Program Files (x86)/For The Record/Web Access" <Directory "D:/iPiMP"> 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 "C:/Program Files (x86)/For The Record/Web Access"> Options FollowSymlinks ExecCGI Order allow,deny Allow from all DirectoryIndex Default.aspx </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 #smooth streaming #LoadModule rewrite_module modules/mod_rewrite.so #LoadModule smooth_streaming_module modules/mod_smooth_streaming.so #AddHandler smooth-streaming.extensions .ism # #RewriteEngine On #RewriteCond %{DOCUMENT_ROOT}/$1$2.$3sm$4/$2.ismc -f #RewriteRule ^(.*/)?(.*)\.([is])sm([l])?/[Mm]anifest$ $1$2.$3sm$4/$2.ismc [PT] #RewriteRule ^(.*/)?(.*)\.([is])sm([l])?/[Mm]anifest$ $1$2.$3sm$4/$2.ism?manifest=live [PT] #RewriteRule ^(.*/)?(.*)\.([is])sm([l])?/QualityLevels\(([0-9]+)\)/Fragments\((.*)=([0-9]+)\)(.*)$ $1$2.$3sm$4/$2.ism?bitrate=$5&$6=$7 [PT] #smooth streaming [/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
iPiMP
Singleseat without TVServer
Contact us
RSS
Top
Bottom