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 not working
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="dimka" data-source="post: 652583" data-attributes="member: 87528"><p>[USER=106500]argd[/USER]</p><p></p><p>ok - i see. Then your problem can be solved by using latest filter modifications PLUS extra preauth plugin. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>in latest modifications I have added the mechanism of pre-authing of channels. It works in that way:</p><p>* playlist contains different channels like</p><p> - udp://250@1.1.1.1</p><p> - tcp...</p><p> - http://</p><p> those 3 types are predefined and parsed by filter itself</p><p>* playlist can contain another types of chnnels LIKE</p><p> - <strong>kartina</strong>://6734:78942@some.host.com/getchannel.php?ch=2</p><p> - <strong>some_another_type</strong>://some@url/with/some/parameters</p><p>* key words here are in <strong>bold</strong></p><p> as soon as filter finds non default type of channel it tries to find that registered type in a list of DLLs.</p><p> If type (let say <strong>kartina</strong>) is found then function is called to get REAL channel URL. that function makes all intermidiate steps like calling extra urls for preauth, finding proper protocol and so on ... As result the function must return the url in one of 3 predefined protocols. That URL must be the URL of real TV stream.</p><p>* Every additional protocol is kept in separated DLL and stored in MPIPTVplugins directory is TV server root. every DLL must export two functions GetProtocol(returns a string of registered protocol) and GetRealURL(gets initial URL, does all preauth job and return real url). All plugin DLLs are preloaded during of TV server start.</p><p></p><p> So back to your case. You(or some one else <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" />) need some C programming skills in order to build plugin which handles corbina type of TV URLs. I can send you an example of such plugin I am using for getting streams out of Kartina.TV IPTV provider</p></blockquote><p></p>
[QUOTE="dimka, post: 652583, member: 87528"] [USER=106500]argd[/USER] ok - i see. Then your problem can be solved by using latest filter modifications PLUS extra preauth plugin. :-) in latest modifications I have added the mechanism of pre-authing of channels. It works in that way: * playlist contains different channels like - udp://250@1.1.1.1 - tcp... - http:// those 3 types are predefined and parsed by filter itself * playlist can contain another types of chnnels LIKE - [B]kartina[/B]://6734:78942@some.host.com/getchannel.php?ch=2 - [B]some_another_type[/B]://some@url/with/some/parameters * key words here are in [B]bold[/B] as soon as filter finds non default type of channel it tries to find that registered type in a list of DLLs. If type (let say [B]kartina[/B]) is found then function is called to get REAL channel URL. that function makes all intermidiate steps like calling extra urls for preauth, finding proper protocol and so on ... As result the function must return the url in one of 3 predefined protocols. That URL must be the URL of real TV stream. * Every additional protocol is kept in separated DLL and stored in MPIPTVplugins directory is TV server root. every DLL must export two functions GetProtocol(returns a string of registered protocol) and GetRealURL(gets initial URL, does all preauth job and return real url). All plugin DLLs are preloaded during of TV server start. So back to your case. You(or some one else :-)) need some C programming skills in order to build plugin which handles corbina type of TV URLs. I can send you an example of such plugin I am using for getting streams out of Kartina.TV IPTV provider [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
IPTV not working
Contact us
RSS
Top
Bottom