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

Error on Looping 3gb Video File. #745

Open
chope1 opened this issue May 2, 2024 · 1 comment
Open

Error on Looping 3gb Video File. #745

chope1 opened this issue May 2, 2024 · 1 comment

Comments

@chope1
Copy link

chope1 commented May 2, 2024

Trying to loop a 3gb video file size but getting the below error -

upload_issue

How can this be resolved?

I am only interested in Live streaming pre-recorded videos.

Thanks.

@ioppermann
Copy link
Member

This can be resolved by manually putting the file you want to stream onto the data directory that you mount into the docker container.

  1. Upload a video file that is smaller than the limit. As result you will see the path of the uploaded file, e.g. /channels/01464556-f816-4230-948d-71fbbe78d18d/videoloop.source.
  2. Identify which directory you are mounting into the Docker container to /core/data. This information you'll find in the command line you started the Restreamer with, e.g. docker run ... --volume /opt/core/data:/core/data ... datarhei/restreamer:latest
  3. Overwrite the file /opt/core/data/channels/01464556-f816-4230-948d-71fbbe78d18d/videoloop.source with the file you actually want to stream (the big file).
  4. Press on the Probe button and continue as usual.

We impose currently a size limit because we have to test thoroughly the implications of bigger file uploads. In the future we might provide some sort of file explorer.

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

No branches or pull requests

2 participants