Solved RTMP wrapper
#16
+1 for that request.
Reply
#17
(2015-03-02, 16:05)enen92 Wrote: Yes I know rtmp links play ok inside a list but my request/suggestion here is to support rmtp links wrapped in some other "format". So:

m3u8 list -> calls another file (m3u or strm) -> plays rtmp

Kodi supports it but it seems not available in the pvr. The main advantage is, the rtmp protocol (which causes issues sometimes) could be wrapped in a file that can be accessed trought http. So, instead of updating the links everyday, I would make a simple script that grabs this rtmp url from the source site and would be served by http to iptv simple, hence being updated all the time. You're also right about iptvsimple but unfortunately my main htpc now is a crappy android one and no backends are available for android. I don't know C/C++ but I guess the change might be simple, just match 'rtmp://' when reading a m3u file maybe.

Thanks for moving it ned.

You want a playlist, to call another playlist?

m3u8,m3u,strm all playlist formats... Sounds like things need to be consolidated...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#18
I wanted a simple wrapper for rtmp. But, as stated before this feature request is outdated and doesn't make sense. I achieved what I want by tweaking the PVR addon code.
Reply
#19
Hi enen92 Smile
I have the same problem, I have done a link wrapper in python using rest-api mode, I want that IPTV request the link in m3u and stream the return of the request (my python wrapper return the address of rtmp for each channel).
Can I ask you how and where are you tweaking the PVR?
Thanks a lot!!

Luca

EDIT:
I check the source code of the plugin:
I suppose that edit must be done in this functions changing the "strStreamURL" variable with the response of http request before. Smile

--> bool PVRIptvData::GetChannel(const PVR_CHANNEL &channel, PVRIptvChannel &myChannel)

Is there a way to compile only the iptv addon?
Reply

Logout Mark Read Team Forum Stats Members Help
RTMP wrapper0