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

Add anchor to scene path, and display stream anchor #65

Merged
merged 1 commit into from
Jul 24, 2019
Merged

Add anchor to scene path, and display stream anchor #65

merged 1 commit into from
Jul 24, 2019

Conversation

rudi123github
Copy link
Contributor

This allows to play videos which are not supported by JWplayer. Stash will display links to the local file and the stream in the "File Info" panel. This allows to open the stream or local file directly in the browser (if supported) or the app that is registered for the respective file type (e.g. VLC).

This addresses issues #52 and #62 (which are basically duplicates)

This allows to play videos which are not supported by JWplayer. Stash will display links to the local file and the stream in the "File Info" panel. This allows to open the stream or local file directly in the browser (if supported) or the app that is registered for the respective file type (e.g. VLC).
@Leopere
Copy link
Collaborator

Leopere commented Jul 2, 2019

I think that the plan is to have the server side use FFMPEG to do live transcoding for that kind of stream at some point but this might be nice in general so long as it's got a CLI flag like --verbose was just PR'd recently. I know that this thing isn't designed to host content on the internet but being able to switch on and off additional features would be nice.

@Leopere Leopere added feature Pull requests that add a new feature investigate Investigation needed labels Jul 2, 2019
@bnkai
Copy link
Collaborator

bnkai commented Jul 3, 2019

Imho the specific feature could be a an extra tick option in the interface configuration (like Display titles and tags) at least for the short term untill live transcoding is possible.CLI options are convenient but mainly for the backend.

@bnkai
Copy link
Collaborator

bnkai commented Jul 14, 2019

The local file link is only valid if stash is running on your local machine obviously but the the stream link works fine :-) and is indeed very useful for wmv , hevc etc media files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Pull requests that add a new feature investigate Investigation needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants