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

No Video Stream #3

Closed
Porco-Rosso opened this issue May 6, 2014 · 13 comments
Closed

No Video Stream #3

Porco-Rosso opened this issue May 6, 2014 · 13 comments

Comments

@Porco-Rosso
Copy link

The server runs fine, however there is no stream to be found using vlc.
peerflix's default port has nothing, and 9000 does nothing but displays the page.

@asapach
Copy link
Owner

asapach commented May 7, 2014

The stream will be on 9000 once you add a torrent and click a file link on the page. It won't open vlc for you, but will show the video in the browser if you have the plugin installed. You can copy the link in vlc as network stream.

@Porco-Rosso
Copy link
Author

No such luck with the stream. peerflix works fine, but here nothing. Vlc sees a stream but refuses to open/play.
could it have to do with the install errors I get?

npm WARN engine hawk@0.10.2: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.4.9"})

npm WARN engine cryptiles@0.1.3: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.4.9"}) npm WARN engine boom@0.3.8: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.4.9"}) npm WARN engine hoek@0.7.6: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.4.9"}) npm WARN engine sntp@0.1.4: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.28","npm":"1.4.9"})

thanks.

@asapach
Copy link
Owner

asapach commented May 7, 2014

Please provide more details: what torrent are you using, what file are you trying to stream?

@Porco-Rosso
Copy link
Author

I tried grabbing several mp4 and avi torrents from the internet. All well seeded popular tv shows, with not very large file sizes. ~300mb

@Porco-Rosso
Copy link
Author

As an example of another torrent that doesn't work:
magnet:?xt=urn:btih:ef330b39f4801d25b4245212e75a38634bfc856e
Downloads quickly enough, but no stream can be opened

@asapach
Copy link
Owner

asapach commented May 7, 2014

Just click the link: torrent

@Porco-Rosso
Copy link
Author

How am I supposed to get the link to the stream for subsequent torrents?

@Porco-Rosso
Copy link
Author

oh, wow, I feel so stupid now. I was supposed to click on the hyperlink to the file, after having checked it.
Thank you for clearing that up!

@asapach
Copy link
Owner

asapach commented May 7, 2014

You don't have to check it. Checking it makes it download the file ahead of time instead of streaming it in real time.

@Porco-Rosso
Copy link
Author

Got it.
(maybe you should include a few lines in the readme, so others as stupid as I am don't run into the same problem)

Just to ask now and make it clear, where is the temporary directory the files are saved to? Are they always cleared on shutdown?
I know in peerflix, you can maintain the files.

@asapach
Copy link
Owner

asapach commented May 7, 2014

It uses the same back-end as peerflix, so the files are stored in the same folder by default. You can override the defaults by supplying a config file (I'll update the readme once I have the time).
The files are not removed on shutdown and the server remembers all the torrents across restarts. You can remove the torrent and it's files manually by clicking the "cross" button in the upper right corner.

@asapach
Copy link
Owner

asapach commented May 7, 2014

BTW, if you'd like to contribute some documentation, like a short guide in the readme, please feel free to submit a pull request. GitHub makes it extremely easy, just open README.md and click "Edit".

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

2 participants