-
Notifications
You must be signed in to change notification settings - Fork 26
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 while uploading file to webserver #13
Comments
Solved this one. Parameter .codec in MediaInfo is depricated. Change the line in web_server.py: |
Could you create a PR for this? |
What is a PR ? |
A pull request : https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests I can help you with the giving pointers for the implementation but I do not have the time to implement these features myself. |
I am new to github and I am not sure how to do a PR. Will read about it this evening. |
Could be added to client or server. For the server, a server pipeline should be added with audio sink:
What issues are you experiencing?
This is by design, the backend is not limited but the front-end is putting this constraint. We could alter the vue front-end code here: https://github.com/reinzor/videowall/blob/master/web/src/components/ScreenGrid.vue
Could be added as userdata on the web interface: https://github.com/reinzor/videowall/tree/master/web
What are you are experiencing exactly? The application is designed only for 720p videos but smaller videos should work aswell. If you are going to work on this, please split these in separate issues with attached PR's so that we can discuss these separately. |
Synchronisation: if one of the screens gets out of sync then the system will not sync again. Question: Does the systen sync at start of the file or everey Vsync? |
For synchronization the gstreamer netclient clock is used: https://gstreamer.freedesktop.org/documentation/net/gstnetclientclock.html?gi-language=c Please create separate issues for the separate issues you encounter so we can track these better instead of this long thread ;). Also, if you encounter an issue, provide an example or video so that someone else can reproduce your issue. Thanks :). |
As for the filetransfer, |
While uploading a file (big_bug_bunny or whatever other file) there is an error:
Video should have an AVC (h264) encoding.
Another missing Gstreamer module perhaps?
The text was updated successfully, but these errors were encountered: