Please add support for http://weeb.tv (2 Viewers)

stypa

New Member
December 9, 2008
4
0
;)

is a plugin for xbmc

> - Install xbm best of "Nightly Builds"
> http://mirrors.xbmc.org/nightlies/win32/XBMCSetup-20111201-58b7b24-master.exe
>
> -, Download the new repo to xbmc http://sd-xbmc.googlecode.com/files/repository.sd-addons.eu.zip
>
> - The XBMC install new repo
> [System-> Preferences-> Plugins-> Install from the zip file] and give the file repository.sd-addons.eu.zip
>
> - Install the new plugin with the new repo
> [System-> Preferences-> Plugins-> Download the plug-> SD XBMC Add-ons-> Plugins Video-> TV Poland (....)]
>
> - Downloading the file from http://sdit.pl/librtmp.dll librtmp.dll and throws in the directory C: \ Program Files \ XBMC \ system \ players \ dvdplayer \ librtmp.dll
>
> - Plug-in settings, type the login and password, and HD mode
>
 

doskabouter

Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,972
    Nuenen
    Home Country
    Netherlands Netherlands
    That weeb.tv, is it only those 49 channels from weeb.tv/channels, with one videostream for each channel, or am I missing something?
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,972
    Nuenen
    Home Country
    Netherlands Netherlands
    Argh, it's harder than I expected. Librtmp has to be modified for this, and I'm not able to do that... :sorry:
     

    burst

    New Member
    March 1, 2012
    3
    0
    43
    Home Country
    Poland Poland
    Hi.
    In first sorry for my English.

    I create simple application in VB.Net to connect TVServer to Weeb.TV. I use RTMPDump compiling by KSV, and IPfiltering by Georgius.

    I test my application on my HTPC and laptop and everything working good.

    Install instruction.
    CREATE BACKUP OF MEDIAPORTAL TVSERVER FOLDER AND SETTINGS

    1. Install VLC Player from VideoLan http://www.videolan.org/vlc/ (i use 2.0.6 version)
    2. Download and extract to Your hdd WeebTvServer.zip
    3. In config.ini file put your usrname and password for weeb.tv

    Code:
    	VlCPath=C:\Program Files (x86)\VideoLAN\VLC
    	LogFile=C:\ProgramData\Team MediaPortal\MediaPortal TV Server\log\MPIPTVSource.log
    	RTMPOptions=-m50 -v -R -b76000000
    	ConnectionTimeout=10000
    	Quality=LOW
    	LowQBufferSize=1024
    	HIQBufferSize=4096
    	User=user
    	Password=pass

    check path for VLC player and MPIPTVSOurce.log
    if you want download stream in hi quality change Quality parameter to HI
    Code:
    Quality=HI
    RTMOptions is the running parameters for RTMPDUM for help run flv.exe in DIP Folder with -h
    if you have problem with connection incrase ConnectionTimeout (in millisecond - 1000ms=1second), LowQBufferSize (in kilobytes) and HIQBufferSize (in kilobytes) this is the buffer size for LOW and HI Qality stream. Application change stream in VLM after download specified size of stream from Weeb.tv servers.

    4. Copy all files from folder
    "copy this to tvserver folder"
    to Mediaportal TVServer default is

    for win32 \Program Files\Team MediaPortal\MediaPortal TV Server

    for win64 \Program Files (x86)\Team MediaPortal\MediaPortal TV Server



    5. Run TVServer configuration tool and add DVB-IP Card

    6. Import Export.xml file in TVServer Configuration tool:


    CAUTION IF YOU HAVE ALREADY CHANNELS MAKE A BACKUP !!!

    Import/Export -> Import -> select only TV channels and TV Groups check box

    Go to TV Channel -> TV mapping node and map all added channels to your DVBIP Card



    Run WeebTVServer.exe if you want you can add shortcut to startup folder.



    When you run thimeshifting for any WeebTv channel you see in WeebTVServer window new line like

    2013-04-20 20:00 [CMD] Start program 1019



    Application work only if you have account in Weeb.tv you dont need premium.



    If you want add other program from weeb.tv add in channels.xml




    Code:
     <Channels>
    	<Channel_name>TVN</Channel_name>
    	<Channel_URL>http://weeb.tv/channel/tvn</Channel_URL>
    	<UDP_PORT>1200</UDP_PORT>
      </Channels>



    Channel_name is only for orientation in xml file.
    Channel_URL you find in addres line in your browser when you click in channel
    UDP_PORT this is the port for streaming from VLC to mediaportal, that must by diferent for ane channel because application check this to know what sream you want run - soms like channel number.

    next add manualy new channel in Mediaportal TVServer Config
    add new DVBI Channel
    give the channel number, url is always udp://127.0.0.1:UDP_PORT where UDP_PORT must by the same as UDP_PORT in channels.xml file.
    Set
    Network ID: 0
    Transport ID: 0
    Service ID: 1
    PMT PID: 66
    And check free to air.

    This is the first version of my application i waiting for any suggestions.
    In the future I would like change this to plugins format but I only know a VB and if anybody wants help please contact me.
     

    Attachments

    • WeebTVServer.zip
      4.4 MB

    maniek.a

    New Member
    May 7, 2010
    3
    0
    I have a problem with this addon It don't working correctly. I done everything, but WeebTVServer.exe jamming my computer. In TVserver configuration Preview I have alert: Preview failed:Unknown Error.
     

    Users who are viewing this thread

    Top Bottom