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
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
IPTV/DVB-IP in MP: Support for http, rtp and udp
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="someoneelsie" data-source="post: 735214" data-attributes="member: 112725"><p>Hallo!!</p><p></p><p>Dear coders please compile filter working with iptv operator.</p><p></p><p>My iptv operator provides channel list which works in vlc perfctly.</p><p>here is a part of that list</p><p>[CODE]</p><p><?xml version="1.0" encoding="UTF-8"?></p><p><playlist version="1" xmlns="http://xspf.org/ns/0/" xmlns:vlc="http://www.videolan.org/vlc/playlist/ns/0/"></p><p> <title>Playlist InetCom</title></p><p> <location></location></p><p> <trackList></p><p> <track></p><p> <location><![CDATA[http://tv.inetcom.ru/get_channel.php?id=42]]></location></p><p> <album><![CDATA[InetCom TV]]></album></p><p> <title><![CDATA[2x2]]></title></p><p> <annotation><![CDATA[]]></annotation> </p><p> <image><![CDATA[http://tv.inetcom.ru/jpg/2x2.jpg]]></image></p><p> <extension application="http://www.videolan.org/vlc/playlist/0"> </p><p> <vlc:id>42</vlc:id></p><p> <vlc:option>deinterlace-mode=blend</vlc:option></p><p> <vlc:option>http-caching=3000</vlc:option></p><p> <vlc:option>audio-track=0</vlc:option></p><p> </extension></p><p> </track></p><p> <track></p><p> <location><![CDATA[http://tv.inetcom.ru/get_channel.php?id=23]]></location></p><p> <album><![CDATA[InetCom TV]]></album></p><p> <title><![CDATA[5 канал]]></title></p><p> <annotation><![CDATA[discprition]]></annotation> </p><p> <image><![CDATA[http://tv.inetcom.ru/jpg/5_kanal.jpg]]></image></p><p> <extension application="http://www.videolan.org/vlc/playlist/0"> </p><p> <vlc:id>23</vlc:id></p><p> <vlc:option>deinterlace-mode=blend</vlc:option></p><p> <vlc:option>http-caching=3000</vlc:option></p><p> <vlc:option>audio-track=0</vlc:option></p><p> </extension></p><p> </track></p><p>[/CODE]</p><p></p><p><a href="http://tv.inetcom.ru/get_channel.php?id=42" target="_blank">http://tv.inetcom.ru/get_channel.php?id=42</a> - is a link to media</p><p></p><p>vlc says about media this:</p><p>[CODE]</p><p>stream 0</p><p> type:Audio</p><p> original id: 68</p><p> Codec: MPEG Audio layer 1/2/3 (mpga)</p><p> Language: Russian</p><p> Channels: Stereo</p><p> Sample rate: 48000 Hz</p><p> Bitrate: 192 kb/s</p><p>stream 1</p><p> Type: Video</p><p> Original ID: 69</p><p> Codec: MPEG-1/2 Video (mpgv)</p><p> Resolution: 704x576</p><p> Frame rate: 50</p><p>[/CODE]</p><p>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.</p><p></p><p></p><p></p><p>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. </p><p>As I understand velis's one doesnot support http.</p><p>Stepko's one finds redirection, but does not play it. </p><p></p><p></p><p>I have an quartz.dll error at MP startup. Can it some how affect to stream playing?</p><p></p><p></p><p>What files should I post??</p></blockquote><p></p>
[QUOTE="someoneelsie, post: 735214, member: 112725"] 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> [/CODE] [url]http://tv.inetcom.ru/get_channel.php?id=42[/url] - 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 [/CODE] 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?? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
IPTV/DVB-IP in MP: Support for http, rtp and udp
Contact us
RSS
Top
Bottom