Skip to content
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

Closed
Kurainu opened this issue Feb 5, 2017 · 9 comments
Closed

PiCast doesnt start #51

Kurainu opened this issue Feb 5, 2017 · 9 comments

Comments

@Kurainu
Copy link

Kurainu commented Feb 5, 2017

When i install forever it has this error
screenshot_1

and when i try to run this this error comes
screenshot_16

@lanceseidman
Copy link
Owner

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

@Kurainu Kurainu closed this as completed Feb 5, 2017
@Kurainu
Copy link
Author

Kurainu commented Feb 5, 2017

@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.

@Kurainu Kurainu reopened this Feb 5, 2017
@jbabu
Copy link

jbabu commented Feb 15, 2017

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

@DevonLian
Copy link

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

@Kurainu
Copy link
Author

Kurainu commented Feb 18, 2017

@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
Copy link

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
Copy link
Author

Kurainu commented Feb 19, 2017

@DevonLian this comes up
f24ce28dd42d4b37ab64174cdbb6db7e

@DevonLian
Copy link

DevonLian commented Feb 20, 2017

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

  • It's probably due to vlc crashing as you're launching it from a shell with no display informations. To confirm it, try to launch vlc from your shell :
    vlc
    Then maybe try another player
  • It might be an issue on ARM architectures Livestreamer - Issues and I managed to stream your video on my linux laptop.
  • Livestreamer isn't maintained See this Thread. Streamlink is the maintained version of it
  • However Streamlink nor Livestreamer will support most of Youtube videos/music, producing this error :
    error: This plugin does not support protected videos, try youtube-dl instead

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
Copy link
Owner

You need to do forever start <filename.js>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants