jneilliii / OctoPrint-RTMPStreamer

22 stars 13 forks source link

No video output #44

Closed Eruditionis closed 2 years ago

Eruditionis commented 2 years ago

I wasn't getting the plugin to work through octoprint, after emailing Jneilliii I figured out docker was my issue. Now, when I enable the stream through docker, I get enough to start the stream via YouTubeLive, but it's only a snapshot. I get no video.

I am using FFmpeg for streaming, settings/fails in pics fail 5 Fail 4 Fail 3 fail 2 fail

When I used docker I could get test video, but no output from the plugin, now that docker is gone, I have output from the plugin, but no video :/

jneilliii commented 2 years ago

not sure how tight your library's network is, but you might want to look into something like tailscale to be able to remote access to your pi/OctoPrint remotely. You basically install on the pi and then install on whatever device you want to be able to access it from and it will establish a connection between the two. I've used it in the past and it was pretty easy to setup. Another option if you only need to access OP is OctoEverywhere plugin.

Eruditionis commented 2 years ago

I just got the octoeverywhere plugin, all set up to go so I can change op settings from wherever. Can I use that tailscale program to perform ssh functions from home too?

Eruditionis commented 2 years ago

I don't have docker checked, I can't get any video to go through now :(

Should I remove docker from the pi?

Eruditionis commented 2 years ago

Weirdly enough, I can't do those commands, they all ask for a password, when I do type it in they tell me I cannot use that type of verification anymore,

Furthermore, when I use the link provided, they do not exist anymore

jneilliii commented 2 years ago

Yes, tailscale is like a VPN solution that will allow you to do anything with the pi, including ssh. You just have to utilize the pi's tailscale ip instead of the local network one.

Eruditionis commented 2 years ago

Oh okay cool, i'm definitely gonna look into that!

Eruditionis commented 2 years ago

I ended up getting a streaming software and inputting everything manually. Thus I do not require the plugin anymore, as an added bonus I get sound to the background of my stream and better quality. Thank you very much for your help!