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

daHive

Portal Pro
March 1, 2007
109
0
Home Country
Austria Austria
AW: Re: AW: Re: AW: IPTV/DVB-IP in MP: Support for http, rtp and udp

When you reporting problems, please, add logs from TvService and MediaPortal, because some information is stored in TvService logs and some is in MediaPortal logs.

just got a picture freeze with the latest filter again :(
sound is still playing normally, picture is frozen, interface is pretty much non-responsive.
both log dirs attached
 

georgius

Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    655
    Bratislava
    Home Country
    Slovakia Slovakia
    Re: AW: Re: AW: Re: AW: IPTV/DVB-IP in MP: Support for http, rtp and udp

    When you reporting problems, please, add logs from TvService and MediaPortal, because some information is stored in TvService logs and some is in MediaPortal logs.

    just got a picture freeze with the latest filter again :(
    sound is still playing normally, picture is frozen, interface is pretty much non-responsive.
    both log dirs attached

    From logs I assume that you have been watching "Servus TV". Is it correct? If yes, than MP has used Microsoft DTV-DVD Video Decoder. I have serious problems with this decoder - picture frozen, MP crash ... Maybe you have same problem. Try set MPC - MPEG2 Video Decoder (Gabest) (with ffdshow I have also problems with synchronization of audio and video) as video decoder and MPC - MPA Decoder Filter as uadio decoder.
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    655
    Bratislava
    Home Country
    Slovakia Slovakia
    New version of my filter. Now if detected no signal than TvService throws exception which is handled by MP (you get Unknown error occurred message). Tested with simulated UDP, HTTP and RTP (via VLC) and with real provider UDP protocol.

    I attached modified TvLibrary.dll from TvService. It is based on 1.1.2 version (1.1.3 is not in SVN) and for me works correctly in MP 1.1.3. Modified version throws exception with correct message that no signal is detected. Modified version cannot be used with velis version of filter. In better case it don't work, in worst case it crash. It's because before url is sent PMT PID (ID of channel in PMT table of MPEG-2 TS packet). My version works with original and modified version of TvLibrary.dll.

    If anybody will test, please, let me know if it works.
     

    Mr.Blade

    Portal Member
    June 23, 2008
    19
    3
    Home Country
    Denmark Denmark
    I tested your new filter with the modified TvLibrary, and it seems to work ok,
    but have not tested the error message "no signal" yet, will do it later.


    Edit:"no signal" also seems to be working..:)
     

    Attachments

    • Log-2011-04-15.zip
      7 KB

    bhengeveld

    Portal Pro
    December 11, 2009
    142
    46
    Home Country
    Netherlands Netherlands
    I'm using the previous version of the ax file as we speak: with the newest one the process of scanning for channels halted after 1 channel...

    What info do you need on this for improvements? The old one works quite fine for me though :)
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    655
    Bratislava
    Home Country
    Slovakia Slovakia
    I'm using the previous version of the ax file as we speak: with the newest one the process of scanning for channels halted after 1 channel...

    What info do you need on this for improvements? The old one works quite fine for me though :)

    The best procedure will be:
    1. stop TvService
    2. clear TvService log folder
    3. start TvService
    4. run TV-Server Configuration
    5. scan for channels
    6. wait for scanning process stops
    7. stop TvService
    8. post all logs from TvService log folder
     

    someoneelsie

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

    Dear coders please compile filter working with iptv operator.

    My iptv operator provides channel list which works in vlc perfctly.
    here is a part of that list
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <playlist version="1" xmlns="http://xspf.org/ns/0/" xmlns:vlc="http://www.videolan.org/vlc/playlist/ns/0/">
      <title>Playlist InetCom</title>
      <location></location>
       <trackList>
            <track>
                <location><![CDATA[http://tv.inetcom.ru/get_channel.php?id=42]]></location>
                <album><![CDATA[InetCom TV]]></album>
                <title><![CDATA[2x2]]></title>
                <annotation><![CDATA[]]></annotation>            
                <image><![CDATA[http://tv.inetcom.ru/jpg/2x2.jpg]]></image>
                <extension application="http://www.videolan.org/vlc/playlist/0">                
                    <vlc:id>42</vlc:id>
                    <vlc:option>deinterlace-mode=blend</vlc:option>
                    <vlc:option>http-caching=3000</vlc:option>
                    <vlc:option>audio-track=0</vlc:option>
                </extension>
            </track>
                    <track>
                <location><![CDATA[http://tv.inetcom.ru/get_channel.php?id=23]]></location>
                <album><![CDATA[InetCom TV]]></album>
                <title><![CDATA[5 канал]]></title>
                <annotation><![CDATA[discprition]]></annotation>            
                <image><![CDATA[http://tv.inetcom.ru/jpg/5_kanal.jpg]]></image>
                <extension application="http://www.videolan.org/vlc/playlist/0">                
                    <vlc:id>23</vlc:id>
                    <vlc:option>deinterlace-mode=blend</vlc:option>
                    <vlc:option>http-caching=3000</vlc:option>
                    <vlc:option>audio-track=0</vlc:option>
                </extension>
            </track>

    http://tv.inetcom.ru/get_channel.php?id=42 - is a link to media

    vlc says about media this:
    Code:
    stream 0
    	type:Audio
    	original id: 68
    	Codec: MPEG Audio layer 1/2/3 (mpga)
    	Language: Russian
    	Channels: Stereo
    	Sample rate: 48000 Hz
    	Bitrate: 192 kb/s
    stream 1
    	Type: Video
    	Original ID: 69
    	Codec: MPEG-1/2 Video (mpgv)
    	Resolution: 704x576
    	Frame rate: 50
    It is some sort of redirection because I put this link to wget, and it shows source like 87.239.25.252:7019. wget says it cannot download no udp link.



    I have tried all MPIPTVSource.ax from this post. I think georgius's cannot find channel due redirection. georgius finds channel in "ip-like" version, but doesnt play it in MP, and sometime hangs MP.
    As I understand velis's one doesnot support http.
    Stepko's one finds redirection, but does not play it.


    I have an quartz.dll error at MP startup. Can it some how affect to stream playing?


    What files should I post??
     

    georgius

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

    redirection is not supported in my version of filter. For now, use IP address and port. I'll try to add redirection support ASAP. For other errors, post all logs from TvService and MP.
     

    someoneelsie

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

    Thank you four reply.

    I use your version from post on 2011-04-14 22:03 and original TVLibrary. My MP version is 1.1.3

    Video didnot start and MP hanged.:oops:

    So, here are logs.
     

    Users who are viewing this thread

    Top Bottom