IPTV/DVB-IP in MP: Support for http, rtp and udp (1 Viewer)

georgius

Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    655
    Bratislava
    Home Country
    Slovakia Slovakia
    I looked in your logs and it seems that you have problems with codecs. Could you try another codecs (at least try MPC - MPEG2 Video Decoder and MPC - MPA Decoder Filter)?
     

    someoneelsie

    New Member
    April 21, 2011
    3
    0
    42
    Home Country
    Russian Federation Russian Federation
    HI,georgius!!

    THANK YOU VERY MUCH!!

    You are totally right - your filter and "MPC - MPEG2 Video Decoder and MPC - MPA Decoder Filter" work for me. :)

    I am waiting for redirection option in your compilation very much. Can you take it from Stepko's filter?? Stepko's filter works fine for me.

    During watching there are some rectangles. In last post you typed - "try these codecs at least". So what codecs are better then these??
    What codecs do you advice for video streams??
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    655
    Bratislava
    Home Country
    Slovakia Slovakia
    I'm using this combination of codecs (TV Codecs):

    MPEG-2 Video decoder: MPC - MPEG2 Video Decoder (Gabest)
    H.264 Video decoder: ffdshow DXVA Video Decoder
    MPEG / AC3 Audio decoder: ffdshow Audio Decoder

    If I used ffdshow Video Decoder as MPEG-2 Video decoder I have sync issues between video and audio.

    If you have rectangles in video it can be caused by various reason. You can try VLC if there are rectangles. If yes, than problem is between you and your provider. If not, than problem is in filter and I will need logs from TvService and MP.

    EDIT: Stepko's solution for HTTP redirection cannot be used in my filter, because I used direct socket communication and Stepko used internet functions. Direct socket communication has better performance than internet functions especially in streaming video (the same communication uses VLC).
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    655
    Bratislava
    Home Country
    Slovakia Slovakia
    New version of my filter. Now supports redirection in HTTP. Tested with simulated UDP, HTTP and RTP (via VLC) and with real provider UDP protocol.
     

    msj33

    MP Donator
  • Premium Supporter
  • November 30, 2005
    471
    76
    Home Country
    England England
    Hi Georgius.

    This is great work - Thanks.

    Do you have any idea if your DVB-IP solution will work with MumuDVB MuMuDVB | a DVB IPTV streaming free software

    This is a linux DVB-C/S/T to IP Streaming client, that is able to run from a router like Asus RTN56U.

    This way I can avoid creating a dedicated TV-server for several MePo clients.

    Have created the following thread to my project:
    https://forum.team-mediaportal.com/tv-cards-333/dvb-ip-router-possible-mepo-95710/

    This could be an awsome way of controlling the TV-part for MePo on a 24/7 basis.

    /Morten
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    655
    Bratislava
    Home Country
    Slovakia Slovakia
    Do you have any idea if your DVB-IP solution will work with MumuDVB MuMuDVB | a DVB IPTV streaming free software

    This is a linux DVB-C/S/T to IP Streaming client, that is able to run from a router like Asus RTN56U.

    It will not work with MuMuDVB, because this filter is based on DirectShow which is part of Windows.

    This way I can avoid creating a dedicated TV-server for several MP clients.

    I think that you can't avoid creating dedicated TV-server for MP clients, because MP client TV Plugin connects only to TV-server.
     

    heerfordt

    Portal Pro
    February 19, 2007
    91
    8
    Hi,

    I have been using the filter sucessfully with mp 1.1.3 against both a Enigma2 box and aTVE3 with MPWebstream plugin. However yesterday I tried to complie the new upcoming version 1.2 BETA and on that version I can't get it to work anymore. I keep getting a NO_PMT error when search the channels.

    Is this something others has experienced aswell ? ( Maybe there have been changes done to TSWriter since 1.1.3 version)

    Br,
    H.
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    655
    Bratislava
    Home Country
    Slovakia Slovakia
    Hi,

    I have been using the filter sucessfully with mp 1.1.3 against both a Enigma2 box and aTVE3 with MPWebstream plugin. However yesterday I tried to complie the new upcoming version 1.2 BETA and on that version I can't get it to work anymore. I keep getting a NO_PMT error when search the channels.

    Is this something others has experienced aswell ? ( Maybe there have been changes done to TSWriter since 1.1.3 version)

    Br,
    H.

    Did you replace MPIPTVSource.ax file after compiling Tv-Server and MP? I'm asking because new source code isn't in SVN.
     

    heerfordt

    Portal Pro
    February 19, 2007
    91
    8
    Yeap, I made sure that the lateste version of MPIPTV.ax was placed after upgrading to 1.2beta ( I also verified that the streamss still was working in VLC/WMP ). The NO_PMT exception keeps coming. I tried downgrading to 1.1.3 again and things started working again... so it seems that something else has changes in 1.2 beta that breaks things.
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    655
    Bratislava
    Home Country
    Slovakia Slovakia
    New version of my filter. Now supports IPv4 and IPv6, source code can be compiled in Unicode and Multibyte, both for X86 and X64. Remember that MP and TvService are 32bit (X86) and X64 version of filter doesn't work with them - it's just for future. Also source code is created from scratch in VS 2008.

    Because latest MP (1.1.7.27831 = 1.2.0 Beta) is converted to VS 2010, next releases with source code can be compiled only in VS 2010.

    And last thing as mentioned heerfordt, don't use this filter with 1.2.0 Beta version, because it doesn't work - the problem is in TvService, filter gets data correctly.
     

    Users who are viewing this thread

    Top Bottom