lanceseidman / PiCAST

PiCAST turns your $35 Raspberry Pi in to a Chromecast like Device.
https://munchron.com
1.77k stars 264 forks source link

PiCast doesnt start #51

Closed Kurainu closed 2 years ago

Kurainu commented 7 years ago

When i install forever it has this error screenshot_1

and when i try to run this this error comes screenshot_16

lanceseidman commented 7 years ago

So what is happening is express didn't get installed. Please use NPM to do an install of express.

Kurainu commented 7 years ago

@lanceseidman Sorry again for the stupid question but when i go the the url and give it the youtube video id it says only Streaming youtube video... i also tryed on my tv and second monitor but nothing happens.

jbabu commented 7 years ago

Picast 3 not working any more in my raspberry pi 3 device. Please provide tutorial @lanceseidman

DevonLian commented 7 years ago

@theonlyShiro @jbabu I can maybe help, what's the issue ?

Kurainu commented 7 years ago

@DevonLian So the Problem is When try to stream a youtube video it says streaming youtube video but nothing happens. and look at my first post. but i have installed the express module

DevonLian commented 7 years ago

PiCAST uses livestreamer to stream videos. However, livestreamer is not developped anymore it seems. There's a fork of it : streamlink.

Youtube often changes it settings, thus making unupdated tools to fail to fetch its videos.

1). Try using the command line to launch a youtube video using livestreamer livestreamer URL

And give us the output. It always failed for me, telling me that "no plugin was able to handle that url"

Kurainu commented 7 years ago

@DevonLian this comes up f24ce28dd42d4b37ab64174cdbb6db7e

DevonLian commented 7 years ago

@theonlyShiro I've experimented the same issue on my Raspberry Pi. Few infos :

So i'd recommend switching from livestreamer/streamlink to youtube-dl. You can do this by modifying the code in picast.js, and replace it to combine youtube-dl and a media player such as omxplayer.

Another streaming solution here : https://github.com/DevonLian/PYCASTER

It's my version of @lanceseidman PiCAST, i fixed livestreamer's issues and improved the GUI.

lanceseidman commented 2 years ago

You need to do forever start