MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum MediaPortal TV-Server Community Plugins


Community Plugins TV-Server Plugins created from users for users, can be found here.

Reply
 
Thread Tools Display Modes
Old 2008-08-24, 01:16   #1 (permalink)
Portal Developer
 
Join Date: Feb 2008
Posts: 92
Thanks: 0
Thanked 22 Times in 10 Posts

Country:


Smile Finally working IP-TV solution for TV Server!

As I promised, I tried to develop support for IP-TV streaming to TV Server. I Have finally a working solution tested by myself and I want to share it with you to additional tests.

New version for TV Server 1.0!

How it works:

I needed directshow source filter that is able to read Mpeg TS streams from network. Currently, I used Elecard NWSource-Plus filter (enwsplus.ax). This filter is working fine. Trial can be downloaded here: Elecard Group - Elecard MPEG2 Decoder and Streaming PlugIn for WMP - codec pack, dvd decoder, mpeg2 decoder, WMP plugin
For future, someone (me? should develop opensource filter to avoid buying elecard, but I think this is fine for now.
TS is then received by the same filters as with other tv cards (TSWriter). So everything should behave the same.

Personally, I tested timeshifting, recording, teletext. My provider does not support epg, so I don't know if it is working, but it should. Additionally, I tested MDAPI filter with my original smartcard (Conax) and it is working fine, so even scrambled channels it is possible to watch.

Distribution package contains binary files, sources and diffs for changed files so for tvserver developers it is easy to check what was changed.

Installation:

1. I am providing changed files only, so you must have existing working TVServer installation. Copy the whole bin folder from my distribution to your existing TVServer installation folder. Do not forget to backup old files!
2. Next, copy TvBusinessLayer.dll, TvControl.dll, TVDatabase.dll and TvLibrary.Interfaces.dll to main MediaPortal directory. Files are built from latest svn.
3. Start TVService
4. You have to create m3u playlist for your iptv tv and radio channels and store it into TuningParameters\iptv directory. There is my m3u file for example, how to do that. Basically, for every channel you create one item in playlist with channel name and elecard url for tuning to that channel. Elecard url has following format: elecard://multicast_group:port:i=interface,t=protocol_type
5. Run SetupTv.exe and if you have properly registered Elecard filter, you should see new DVB-IP card registered. Tuning process is the same as for other card types. Select your provider from combo box and click Scan...




All other settings are the same as with other cards

Known problems:

Edit: none

I did not tested H.264 streams, so if someone have access to it, try it please and report results.
Edit: I have one response that H.264 works

TODO:

SAP announcements are not implemented yet. If your provider supports this protocol, you can use vlc player to read it and then create m3u playlist to use with TVServer.

Until this will be in svn, I can make binary builds every week if there will be demand for that.

So, enjoy it!


New version: Multiple IPTV cards over single network adapter support (iptvdistrib2.zip)

New build for TV Server RC3 (iptv_rc3.zip)

New build for TV Server RC4 (iptv_rc4.zip)

New build for TV Server 1.0 (iptv_10.zip)
Attached Files
File Type: zip iptvdistrib.zip (850.5 KB, 731 views)
File Type: zip iptvdistrib2.zip (888.7 KB, 554 views)
File Type: zip iptv_rc3.zip (817.7 KB, 572 views)
File Type: zip iptv_rc4.zip (817.2 KB, 352 views)
File Type: zip iptv_10.zip (833.2 KB, 414 views)

Last edited by mikeyko; 2008-12-22 at 23:30. Reason: new version
mikeyko is offline   Reply With Quote
Old 2008-08-24, 11:36   #2 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,977
Thanks: 194
Thanked 106 Times in 86 Posts

Country:

My System

Default

Great! Hopefully I'll find some time to play with this. Unfortunately most my IPTV ch. are encrypted w/o using CAM
__________________
Please read -> HOW TO START A SUPPORT THREAD !!!
Support MediaPortal! Donate by clicking HERE
Dedicated HTPC board (Norway) -> MSPC.no
Spragleknas is offline   Reply With Quote
This User Say Thank You:
Old 2008-08-25, 11:34   #3 (permalink)
Portal Member
 
Join Date: Aug 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Hmm... I've installed "EAVCStreamingPlugInWMP" and "EMPEG2Decoding&StreamingPlug-in_WMP", both is registered, but I don't see any DVB-IP Card.
Then i installed the Trial Elecard SDK 4, but I still don't see any DVB-Card in SetupTV.exe...

EDIT: Sorry, I still was too stupid to extract the files correctly

Last edited by Reenman; 2008-08-25 at 11:41.
Reenman is offline   Reply With Quote
Old 2008-08-25, 23:06   #4 (permalink)
Portal Member
 
Hojou's Avatar
 
Join Date: Jan 2007
Age: 35
Posts: 61
Thanks: 6
Thanked 0 Times in 0 Posts

Country:


Default

Fantastic I didn't try it yet - but you took the time to figure it out and that's what we need. I hope they add it in future versions of tvserver so installation/use will be much easier
Hojou is offline   Reply With Quote
Old 2008-08-26, 20:30   #5 (permalink)
Portal Member
 
Join Date: Feb 2007
Location: Sollentuna
Age: 45
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default Test IPTV

Is there any free IPTV Chanel's available that you can use for test purposes?

Anders
anders.malm is offline   Reply With Quote
Old 2008-08-26, 20:40   #6 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,977
Thanks: 194
Thanked 106 Times in 86 Posts

Country:

My System

Default

I think you are confusing IPTV and Internet TV
IPTV is a "private" stream to households. Internet TV is "public", via the Internet.

Sucky explanation. Please see: IPTV - Wikipedia, the free encyclopedia
__________________
Please read -> HOW TO START A SUPPORT THREAD !!!
Support MediaPortal! Donate by clicking HERE
Dedicated HTPC board (Norway) -> MSPC.no
Spragleknas is offline   Reply With Quote
Old 2008-08-26, 21:41   #7 (permalink)
Portal User
 
Join Date: Jul 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Wow! Its work fine for me! Picture and sound run smoothly, and channels changed very quickly (like VLC player). Thanks!!!
Its next step for me to build dedicated htpc
hubamuba is online now   Reply With Quote
Old 2008-08-27, 00:17   #8 (permalink)
Portal Developer
 
Join Date: Feb 2008
Posts: 92
Thanks: 0
Thanked 22 Times in 10 Posts

Country:


Default

Quote:
Originally Posted by hubamuba View Post
Wow! Its work fine for me! Picture and sound run smoothly, and channels changed very quickly (like VLC player). Thanks!!!
Its next step for me to build dedicated htpc
Glad to hear it is working for you better than for me Tomorrow I will try to play with it more...
mikeyko is offline   Reply With Quote
This User Say Thank You:
Old 2008-08-27, 09:35   #9 (permalink)
MP Donator
 
Join Date: Aug 2007
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts

Country:

My System

Default

กกกกกกกกกกก Yeeeees sir, its works.!!!!!!!!!!!!!!

Mikeyko...thanks, thanks and thanks.

Tested with H264 streams (Cyberlink codec) and ok (a litte of stuttering in records but nothing is perfect, i have work with this).

Again, thanks.
Manuelito is offline   Reply With Quote
Old 2008-08-27, 11:50   #10 (permalink)
Portal Developer
 
Join Date: Feb 2008
Posts: 92
Thanks: 0
Thanked 22 Times in 10 Posts

Country:


Default logs

Guys, please, if you do not have problems with 10 secs channel switching, please post your tv.log so I can compare what is different. I do not need the whole log, only the small part of it

mikeyko is offline   Reply With Quote
Reply

Bookmarks

Tags
elecard, finally, ip-tv, iptv, server, solution, tv-server, tvserver, working

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
TV Server on pc with multiple IP address MC_Ita Get Support 2 2008-08-02 09:18
Vista TV Server Crashed! Manually Edit IP Address bluwater Installation, configuration support 5 2008-07-26 23:15
IP Connectivity Connectivity to TV-SERVER tstaddon Get Support 0 2007-09-12 00:19
Mediaportal on TV and Windows Desktop on Monitor together - working solution !!!! stanik Tips and Tricks 3 2006-11-20 20:17


All times are GMT +1. The time now is 13:48.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden