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
Products
TV-Server
VODServer - Watch internet streams as TV channels
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="badboyxx" data-source="post: 1177944" data-attributes="member: 125880"><p>Yes, it plays vodserver.mp4 with VODserver. I'm wondering why it tries to play the file in this case and it even doesn't start.</p><p></p><p></p><p>My vodserver-service-test.xml looks like this:</p><p>[code]<?xml version="1.0" encoding="UTF-8"?></p><p><beans xmlns="http://www.springframework.org/schema/beans"</p><p> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"</p><p> xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"></p><p></p><p> <!-- This test service will simply play a local file. This can be used for testing purposes,</p><p> or used as a service override to speed up initial MediaPortal TV Server channel scanning.</p><p> Please note that we cannot use a forwarding service here, since calling another service</p><p> will simply invoke us again when using the service override option. --></p><p> <bean id="/test" parent="/play"></p><p> <property name="paramBuilders"></p><p> <list merge="true"></p><p> <bean class="vodserver.parambuilder.StaticParamBuilder"></p><p> <property name="order" value="10"/></p><p> <property name="staticParams"></p><p> <map></p><p> <entry key="input" value="http://bit.do/Showtv"/></p><p> </map></p><p> </property></p><p> </bean></p><p> </list></p><p> </property></p><p> </bean></p><p></p><p></beans>[/code]</p><p></p><p></p><p>VODServer.m3u looks like this:</p><p>[code]#EXTM3U</p><p>#EXTINF:0,SHOWTV</p><p>http://127.0.0.1:9999/test[/code]</p><p></p><p></p><p>Both files are stored in folder VODServer on partition D.</p><p></p><p>I created a file called channel.m3u which looks like this:</p><p>[code]#EXTM3U</p><p>#EXTINF:0,SHOWTV</p><p>http://127.0.0.1:9999/test[/code]</p><p></p><p></p><p>This file is stored in ...TuningParameters/DvbIP.</p><p>All the other files are untouched.</p><p></p><p>This is the procedure how JohnnyG described and did work in his case.</p></blockquote><p></p>
[QUOTE="badboyxx, post: 1177944, member: 125880"] Yes, it plays vodserver.mp4 with VODserver. I'm wondering why it tries to play the file in this case and it even doesn't start. My vodserver-service-test.xml looks like this: [code]<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <!-- This test service will simply play a local file. This can be used for testing purposes, or used as a service override to speed up initial MediaPortal TV Server channel scanning. Please note that we cannot use a forwarding service here, since calling another service will simply invoke us again when using the service override option. --> <bean id="/test" parent="/play"> <property name="paramBuilders"> <list merge="true"> <bean class="vodserver.parambuilder.StaticParamBuilder"> <property name="order" value="10"/> <property name="staticParams"> <map> <entry key="input" value="http://bit.do/Showtv"/> </map> </property> </bean> </list> </property> </bean> </beans>[/code] VODServer.m3u looks like this: [code]#EXTM3U #EXTINF:0,SHOWTV http://127.0.0.1:9999/test[/code] Both files are stored in folder VODServer on partition D. I created a file called channel.m3u which looks like this: [code]#EXTM3U #EXTINF:0,SHOWTV http://127.0.0.1:9999/test[/code] This file is stored in ...TuningParameters/DvbIP. All the other files are untouched. This is the procedure how JohnnyG described and did work in his case. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
TV-Server
VODServer - Watch internet streams as TV channels
Contact us
RSS
Top
Bottom