Alternative to Restream

marcusmarcusm

New Member
We have used Restream for a while to stream to Facebook, Youtube and our website at the same time. They recently discontinued the ability to embed on our website, and doing so by using Youtube is too labor intensive because we have to re-embed with every new stream. I was wondering if anyone could suggest another service that performs this same service and allows for embedding. Thanks!
 

Lawrence_SoCal

Active Member
Just food for thought
If using Facebook's Scheduled Live video, you can get an open URL watchable by anyone (no need to log into FB), and can embed that video (at time of scheduling, one of the screen options is the embed code to use). Downside is the lower res of Facebook if not part of LevelUp program
 

Anto54

New Member
We have used Restream for a while to stream to Facebook, Youtube and our website at the same time. They recently discontinued the ability to embed on our website, and doing so by using Youtube is too labor intensive because we have to re-embed with every new stream. I was wondering if anyone could suggest another service that performs this same service and allows for embedding. Thanks!
Use this: <iframe src="https://www.youtube.com/embed/live_stream?channel=YOUTUBE_CHANNEL_ID=1&amp;cc_load_policy=1" width="680&lt;p&gt;" height="382" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
 

marcusmarcusm

New Member
Use this: <iframe src="https://www.youtube.com/embed/live_stream?channel=YOUTUBE_CHANNEL_ID=1&amp;cc_load_policy=1" width="680&lt;p&gt;" height="382" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

This is what I get on my page when I use that. Before it would at least show the channel thumbnail but it would always say offline, even when we were live.

Here is the exact code I'm embedding:

<iframe src="https://www.youtube.com/embed/live_stream?channel=UC0EwHAUhqqZagZzRVBKI4BQ=1&amp;cc_load_policy=1" width="680&lt;p&gt;" height="382" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
1619529672814.png
 
Top