Skip to content

Fix - Update Instagram stream address to functioning endpoint - #102

Open
LCalrissian wants to merge 1 commit into
datarhei:devfrom
LCalrissian:patch-1
Open

Fix - Update Instagram stream address to functioning endpoint#102
LCalrissian wants to merge 1 commit into
datarhei:devfrom
LCalrissian:patch-1

Conversation

@LCalrissian

Copy link
Copy Markdown

The Instagram.js code was sending RTMP to http://instagram.com:443/rtmp/ , this is no longer the address that Instagram provides for RTMP streams and also has a protocol mismatch. This caused an error in Restreamer which said "Conversion failed", and the video stream to IG would fail.

Corrected for the current endpoint, rtmps://live-upload.instagram.com:443/rtmp/

I tested this fix and was able to stream to Instagram successfully with no errors.

This tracks with the fact that broadcasting to IG with the regular RTMP output works; the problem is in the Instagram.js file and not somewhere else in program logic.

The Instagram.js code was sending RTMP to http://instagram.com:443/rtmp/ , this is no longer the address that Instagram provides for RTMP streams and also has a protocol mismatch.  This caused an error in Restreamer which said "Conversion failed", and the video stream to IG would fail.

Corrected for the current endpoint, rtmps://live-upload.instagram.com:443/rtmp/

I tested this fix and was able to stream to Instagram successfully with no errors. 

This tracks with the fact that broadcasting to IG with the regular RTMP output works; the problem is in the Instagram.js file and not somewhere else in program logic.
@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

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

Successfully merging this pull request may close these issues.

1 participant