View Single Post
Posts: 3 | Thanked: 0 times | Joined on Jan 2008
#7
I was having the same problem MoxFulder reported, so I modified the mediaserv .vcfg file using the template posted by badger as a guide. The result was:

Code:
<nv:ServiceProvider xmlns:nv="www.nokia.com/multimedia/video-service" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nokia.com/multimedia/video-service" Version="1.0">
    <nv:Service Type="VC" Protocol="RSS2.0" ProviderID="http://192.168.1.200:8090/rss/">
        <nv:ServiceDetails>
            <nv:Text>
                <nv:Title>MediaServ</nv:Title>
                <nv:Description>On-demand media from mediaserv</nv:Description>
            </nv:Text>
        </nv:ServiceDetails>
        <nv:ServiceURI>http://192.168.1.200:8090/rss/</nv:ServiceURI>
        <nv:serviceAccountURI>
        </nv:serviceAccountURI>
        <nv:Auth>
            <nv:UserName></nv:UserName>
            <nv:Password></nv:Password>
        </nv:Auth>
        <nv:IAP></nv:IAP>
    </nv:Service>
</nv:ServiceProvider>
This seems to work fine.

Anyways, mediaserv is a great piece of software! I do have a couple of feature requests, though:
  • Kill mencoder if the stream is no longer required,
  • Allow me to move forward in the video stream (to skip commercials)