Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTP support? #32

Closed
meliborn opened this issue Feb 8, 2016 · 3 comments
Closed

RTP support? #32

meliborn opened this issue Feb 8, 2016 · 3 comments

Comments

@meliborn
Copy link

meliborn commented Feb 8, 2016

Do you support urls like rtp://@231.1.1.1:1234 in playlist?

@Cigaras
Copy link
Owner

Cigaras commented Mar 9, 2016

Just give it a try, I have no idea what kind of link is this, but plugin will pass the handling to Plex using native HTTPLiveStreamURL() function, if Plex can handle it then it will play.

Alternatively You could change link to rtmp://... and enable RTMP in plugin settings, then it'll try native RTMPVideoURL() function, but it rarely works.

@denniseffing
Copy link

In my country (Germany) the ISP "Telekom" offers IP TV which they call Entertain. Telekom doesn't officially support watching the streams without set-top box, but there is a way to watch them over certain RTP URLs with VLC Media Player, as long as you are in your own network which uses Entertain.

So I wanted to try this with your IPTV Plugin.
For testing purposes, I tried to add a single channel, the playlist looks like this:

#EXTM3U
#EXTINF:0 tvg-id="ARD" tvg-name="Das Erste" group-title="TV",Das Erste (RTP)
rtp://@239.35.10.4:10000

This doesn't work however, when I try to access the channel via Plex Webapplication I get the following error:

Error loading player:
No playable sources found

I guess RTP URLS do not work.

@EmilioMoreno
Copy link

@meliborn Plex does not support rtp as far as i know, as this involves dealing with IGMP and multicast; simplest solution is install udpxy to convert multicast streams to unicast.

So basically you will install udpxy, run on some device on the network, and create the lists with urls like http://ip_of_udpxy_server:port_udpxy/rtp/239.35.10.4:10000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants