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

KODI RTMP Redirects #1

Open
vorghahn opened this issue Nov 4, 2017 · 3 comments
Open

KODI RTMP Redirects #1

vorghahn opened this issue Nov 4, 2017 · 3 comments

Comments

@vorghahn
Copy link

vorghahn commented Nov 4, 2017

Hi, this was the only way i could figure out to send you a message.

I'm having issues redirecting RTMP urls into kodis iptv.simple addon. I saw you mention that you run a webserver at home hosting hls/rtmp and waas wondering what your redirects look like. I've gotten HLS to redirect via two different methods and i can get RTMP working when it is not a redirect!

Cheers!

@vorghahn
Copy link
Author

vorghahn commented Nov 6, 2017

In particular this is the fault im getting, works fine in VLC.

Looks like the issue you had in: https://forum.kodi.tv/showthread.php?tid=274802

09:35:19.038 T:4892 DEBUG: Curl::Debug - HEADER_IN: HTTP/1.0 302 FOUND
09:35:19.038 T:4892 DEBUG: Curl::Debug - HEADER_IN: Location: rtmp://...
09:35:19.038 T:4892 DEBUG: Curl::Debug - HEADER_IN: Content-Length: 615
09:35:19.038 T:4892 DEBUG: Curl::Debug - HEADER_IN: Content-Type: application/x-mpegURL
09:35:19.038 T:4892 DEBUG: Curl::Debug - HEADER_IN: Server: Werkzeug/0.12.2 Python/3.5.0
09:35:19.038 T:4892 DEBUG: Curl::Debug - HEADER_IN: Date: Mon, 06 Nov 2017 20:35:19 GMT
09:35:19.038 T:4892 DEBUG: Curl::Debug - TEXT: Closing connection 0
09:35:19.039 T:4892 DEBUG: Curl::Debug - TEXT: Issue another request to this URL: 'rtmp://...'
09:35:19.039 T:4892 DEBUG: Curl::Debug - TEXT: Protocol "rtmp" not supported or disabled in libcurl
09:35:19.039 T:4892 DEBUG: Curl::Debug - TEXT: Closing connection -1

@manijak
Copy link
Owner

manijak commented Nov 7, 2017

Hi there. Well I never got it work, so I stopped using it. I only use HLS streams and they seem to work well.

@vorghahn
Copy link
Author

vorghahn commented Nov 7, 2017

That's a pity, you were looking like my only hope!! It looks like FFMPEG itself won't handle RTMP redirects so I think that might me part of the issue.

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

No branches or pull requests

2 participants