iPiMP on Windows Server 2008 and IIS (1 Viewer)

arzona

Portal Member
March 19, 2008
44
1
Home Country
Belgium Belgium
Hello,

My TVServer is installed on Windows Server 2008 with IIS.

Could you tell me if it's possible to install it directly in IIS without Apache?
 

arzona

Portal Member
March 19, 2008
44
1
Home Country
Belgium Belgium
Thanks for your reply.

I've install iPiMP on my IIS (and I've mapped the two Virtual Directories), but, when I try opening the site, there is an error:

Ligne 51 : </membership>
Ligne 52 : <authentication mode="Forms">
Ligne 53 : <forms name=".ASPXAUTH" loginUrl="DefaultLogin.aspx" protection="All" timeout="" path="/" requireSSL="false" slidingExpiration="true" defaultUrl="Default.aspx" cookieless="UseCookies" />
Ligne 54 : </authentication>
Ligne 55 : <authorization>

On the red line, the value of "timeout" could not be analysed...

(Sorry, but I'm from Belgium and I'm a french user, so I don't speak English very well) :sorry:
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
57
West Yorks, UK
Home Country
United Kingdom United Kingdom
Set the timeout value to the number of seconds you want your authentication cookie to last for. Mine is set to 300000.

Code:
<forms name=".ASPXAUTH" loginUrl="DefaultLogin.aspx" protection="All" timeout="300000" path="/" requireSSL="false" slidingExpiration="true" defaultUrl="Default.aspx" cookieless="UseCookies"/>

You will also need to set the timeout on the roles config too....

Code:
<roleManager defaultProvider="SQLiteRoleProvider" enabled="true" cacheRolesInCookie="true" cookieName=".ASPROLES" cookieTimeout="300000" cookiePath="/" cookieRequireSSL="false" cookieSlidingExpiration="true" cookieProtection="All">
 

arzona

Portal Member
March 19, 2008
44
1
Home Country
Belgium Belgium
:D

Great!

Now, the app run correctly and I can open iPiMP with safari (on my iPhone and on my computer).

But I've two problems:

1)
When I try to view live TV, I've a 404 ERROR.
My browser can't find http://tvserver/SmoothStream.isml/SmoothStream.m3u8

2)
When I try to access to the iPiMP settings page (Administration => settings), I've an other error.
Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
 

arzona

Portal Member
March 19, 2008
44
1
Home Country
Belgium Belgium
Here are the logs files, but some files are missing:

All the log files of MediaPortal aren't here because MediaPortal Client isn't installed on my server.
The Appache's logs are missing too because it isn't installed.
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
57
West Yorks, UK
Home Country
United Kingdom United Kingdom
The installer makes changes to web.config & config.xml (both in the root of the Aspx folder), this probably hasn't happened in your IIS install. Look in those 2 files, any field like ##FieldName## should be replaced with something appropriate (look here for an example web.config).

Thinking about it though, streaming will not work no IIS, the SmoothStreaming module in the installer is for Apache only, the devs do not provide an IIS7 one (they do for IIS6 & 5). You may get it working if you install IIS Media Services 4, that should be able to ingest the ffmpeg output. That would support Silverlight & Apple streams, but not Flash.
 

arzona

Portal Member
March 19, 2008
44
1
Home Country
Belgium Belgium
Hello,

I've solved the problem to access at the settings page:
I've done two modification in Web.config;
[...]
<add key="USETVSERVER" value="true" />
<add key="USEMPCLIENT" value="true" />
<add key="SUBMENU" value="true" />
<add key="PAGESIZE" value="" /> (Old line)
<add key="PAGESIZE" value="20" /> (Modified line)
<add key="RECORDER" value="Date" />
<add key="RECSUBMENU" value="false" />
<add key="RECENTSIZE" value="31" /> (Old line)
<add key="RECENTSIZE" value="5" /> (Modified line)
<add key="MYVIDEOS" value="true" />
<add key="MOVINGPICTURES" value="true" />
<add key="SORTLISTSBYNAME" value="true" />
<add key="GUIDEDAYS" value="7" />
[...]
And now, that's OK (with a little problem of presentation but I'll try to solve it later).

But, for the live streaming, I've installed IIS Media Services 4 (beta) and I've updated the App Pool, but the problem isn't solved... I've the same 404 ERROR.
When I try to view live TV, a new file is created in iPiMP\Aspx\SmoothStream.isml (Stream.txt I think :confused:), but no m3u8 file...
I must certainly modify something...
 

cheezey

Community Plugin Dev
August 26, 2004
1,559
312
57
West Yorks, UK
Home Country
United Kingdom United Kingdom
I haven't tried this myself with IIS Media Services 4 yet - but it *should* work. I'll look at testing it out when I get a chance.
 

Users who are viewing this thread

Similar threads

MP1 MP2 MP2 - V2.5 MP2 - V2.5 Server on Windows 11 Pro DE
Good evening, the last weeks my MP2.5 Server with TVE3 is running not very good/stable. After 30 min the server quits working after changing EPG from EPG Buddie to Clickfinder (TV Movie). The OS and the MP2.5 Server Software were installed several times new, but in general nothing changed. Are there any changes or setting needed for...
Good evening, the last weeks my MP2.5 Server with TVE3 is running not very good/stable. After 30 min the server quits working...
Good evening, the last weeks my MP2.5 Server with TVE3 is running not very good/stable. After 30 min the server quits working...
Replies
0
Views
889
I haven't tested it. I use MP1, but sometimes I try to help with MP2 :).
I haven't tested it. I use MP1, but sometimes I try to help with MP2 :).
This happened immediately after my Windows 11 x64 monthly update for November. The update included also cumulative update to .NET...
Replies
9
Views
1K
Reading through your code, I can see it's more than a couple steps above my paygrade. :cry:
Reading through your code, I can see it's more than a couple steps above my paygrade. :cry:
I used to run the TVService under the "NT Service\TVService" account to follow least privileges principal (not exposing my whole...
Replies
3
Views
1K
It should work, but the error is in something else, but it is not yet clear what.
It should work, but the error is in something else, but it is not yet clear what.
I have MP1 TV Server 1.30 installed on Windows Server 2012R2 (with some bits added for tuner support). MP Server versions have...
Replies
5
Views
2K
All good now!!
All good now!!
We have just released MediaPortal 1.36 - Polar Express x86 and x64 version. Highlights of this release Bugfixes: [MP1-5229] -...
Replies
2
Views
2K
Top Bottom