datarhei / restreamer

The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server.
https://docs.datarhei.com/restreamer/
Apache License 2.0
3.92k stars 448 forks source link

No video #378

Closed beanman12 closed 2 years ago

beanman12 commented 2 years ago

I think I have it set up right.

Running the test pattern to see if the end-user can see something, and as of right now, they can't. I copied the player address and put it in a Wrapper on my Joomla site. player3

Here's the player from Restreamer. player1

Here's the page the user should be viewing from. (Note the blank box at the bottom where the player should be. player2

Might anyone have any ideas on why the player isn't showing up on my site? I'll gladly try to find any additional information, but I'm not sure where to look right now.

beanman12 commented 2 years ago

Here are the restreamer Settings in Plesk. restreamer

jstabenow commented 2 years ago

Hey @beanman12 You are using HTTP content on an HTTPS website, which does not work. The error is "Mixed Content."

To make it work, enable HTTPS via Let's Encrypt. Here is a tutorial: https://docs.datarhei.com/restreamer/knowledge-base/user-guides/how-can-i-use-https-with-lets-encrypt

Afterward, you can embed the player via the HTTPS URL.

beanman12 commented 2 years ago

Thanks.

Enabled that, but it doesn’t seem that 443 is forwarded to 8181. Is that a command I can set in Restreamer to forward that port traffic?

On Fri, Jul 1, 2022 at 5:34 AM Jan Stabenow @.***> wrote:

Hey @beanman12 https://github.com/beanman12 You are using HTTP content on an HTTPS website, which does not work. The error is "Mixed Content."

To make it work, enable HTTPS via Let's Encrypt. Here is a tutorial:

https://docs.datarhei.com/restreamer/knowledge-base/user-guides/how-can-i-use-https-with-lets-encrypt

Afterward, you can embed the player via the HTTPS URL.

— Reply to this email directly, view it on GitHub https://github.com/datarhei/restreamer/issues/378#issuecomment-1172201569, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARX2K2N67S2MC4EYPK7QNLLVR3CT5ANCNFSM52KALA3A . You are receiving this because you were mentioned.Message ID: @.***>

-- Robert Bean E-mail: @.*** Phone: 931-538-5216

beanman12 commented 2 years ago

ok, looked through the restreamer documentation and found the list of EVs. I think I added the ones I need, but the player still isn't showing up on my site. (I replaced the player URL after making the changes to Restreamer.)

restreamer2

jstabenow commented 2 years ago

Ah sorry, you need a proxy. Have no experience with Plesk. Try this:

  1. Remove the TLS enviroments
  2. Add Volume mapping /core/config : /mnt/core/config /core/data : /mnt/core/data
  3. Create a "Docker proxy rules" (Domains > Site > Docker proxy rules)
    Bildschirmfoto 2022-07-01 um 15 13 49 Port: 8080

And then open: https://ssavp.com/restreamer.

beanman12 commented 2 years ago

I hope I followed your directions correctly. When I go to the URL from the Docker Rule, I get a 404 error. restreamer1 restreamer2 restreamer3

jstabenow commented 2 years ago

@beanman12 Sorry, I don't have Plesk, so I can't test it and help you.

svenerbeck commented 2 years ago

Hi @beanman12 We are closing your issue https://github.com/datarhei/restreamer/issues/378.

This may be due to the following reasons:

You can reopen this ticket at any time!

Please do not open related tickets twice. Always answer/ask in the original issue with the same problem.

Your datarhei team //Sven

variablesign commented 4 months ago

I hope I followed your directions correctly. When I go to the URL from the Docker Rule, I get a 404 error. restreamer1 restreamer2 restreamer3

I also get 404 error when I add a path to the URL (e.g. demo.plesk.com/live) but when I take out the path from the URL (e.g. demo.plesk.com) then it works.

I don't know the exact cause, but I hope it helps someone with a similar issue.

beanman12 commented 4 months ago

If you're getting the 404 error from my site that's because I could never get it working right and uninstalled it over a year ago.

Thanks for the follow up though.