-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PiCast doesnt start #51
Comments
So what is happening is express didn't get installed. Please use NPM to do an install of express. |
@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. |
Picast 3 not working any more in my raspberry pi 3 device. Please provide tutorial @lanceseidman |
@theonlyShiro @jbabu I can maybe help, what's the issue ? |
@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 |
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 And give us the output. It always failed for me, telling me that "no plugin was able to handle that url" |
@DevonLian this comes up |
@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 : It's my version of @lanceseidman PiCAST, i fixed livestreamer's issues and improved the GUI. |
You need to do forever start <filename.js> |
When i install forever it has this error
and when i try to run this this error comes
The text was updated successfully, but these errors were encountered: