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

Copy direct shares for video files #148

Closed
kaystrobach opened this issue Apr 26, 2021 · 9 comments
Closed

Copy direct shares for video files #148

kaystrobach opened this issue Apr 26, 2021 · 9 comments
Labels
enhancement New feature or request

Comments

@kaystrobach
Copy link
Contributor

kaystrobach commented Apr 26, 2021

Is your feature request related to a problem? Please describe.

As a teacher i want to access the direct download url of an audio/video file directly, in order to include it into @bigbluebutton s manged viewing / listening feature in my conference room.

Describe the solution you'd like

Option to copy a path, i could directly include in bbb for the duration of the room existence.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

  • nextcloud share
  • Youtube

Additional context
Add any other context or screenshots about the feature request here.

@joergmschulz
Copy link
Collaborator

That's already possible:
from the FILES view in your nextcloud, press the ... menu.
You'll find your configured BBB rooms.
Just select the one you want to enter - on entering, the file will be uploaded if the room isn't already open.

@kaystrobach
Copy link
Contributor Author

Will check that with mp4 and mp3 thank you.

Thought it just works with presentations and office documents.

@kaystrobach
Copy link
Contributor Author

Here are my findings:

1. Upload via Context Menu fails, as not possible to upload non slides:

2021-04-27_07-50-08.mp4

2021-04-27_07-54-28

2. Pasting the Link via Inspector fails, as the file is still protected

2021-04-27_07-55-36

2021-04-27_07-56-08.mp4

3. Workaround via sharing

#. create public share
#. use inspector to fetch the uri
#. paste it into BBB

Try one fails due to wrong file ending:

2021-04-27_08-03-31.mp4

Working solution append /1.mp4 or 1.mp3

2021-04-27_08-05-27.mp4

4. Expected behaviour:

#. find a audio/video file (mp3 or mp4)
#. get a public link to the file directly in nextcloud (which may last for 2h or so by default)
#. make it possible to share the link via BBB like in the following youtube video

2021-04-27_07-50-53.mp4

@kaystrobach
Copy link
Contributor Author

After some more research an easier solution was found:

  1. create a public share of the file
  2. copy the link of the share
  3. open the link in the browser
  4. in the upper right corner right click the download button
  5. in the context menu "safe link address"
  6. switch to bbb
  7. add external video and paste the url from the clipboard
2021-04-27_13-57-51.mp4

The question is - if and how can we make that process easier - maybe this should be solved in nextcloud itself and not in this extension.

@sualko
Copy link
Member

sualko commented Apr 27, 2021

Just a tip for your current work flow: You only have to add /download to every share url to get the "raw" link which is working in BBB.

Back to your issue: I understand your problem, but I'm not sure if this is something we should fix in this app. We already use such short term shares for the "start with file" feature, but it would not feel right to me. Maybe you can ask NC directly and come back if you got a response.

@sualko sualko changed the title Allow creation of public link to mp3 and mp4 files for inclusion in bbb Copy direct shares for video files Apr 27, 2021
@sualko sualko added the enhancement New feature or request label Apr 27, 2021
@kaystrobach
Copy link
Contributor Author

Agree - imho we can close it for now, but please don’t delete the issue - maybe someone find the findings useful.

@kaystrobach
Copy link
Contributor Author

Maybe it makes sense to add it to the docs 😊

@sualko
Copy link
Member

sualko commented Apr 27, 2021

Maybe it makes sense to add it to the docs

Pull request to the Troubleshooting section in the readme welcome. Can also be done via the Web Ui (little pen icon).

@kaystrobach
Copy link
Contributor Author

I know - will do that.

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

No branches or pull requests

3 participants