-
Notifications
You must be signed in to change notification settings - Fork 63
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
Home Assistant Integration #50
Comments
use mp4f and http server and write function |
Is this what you mean by "use http server": (config.json)
When I run:
NOTE: I have only HTTPS access to the server. Do I need something additional for HTTPS? ALSO, I don't understand what you mean by: use "write function". Please elaborate a bit... Thanks for your help! P.S. If https is not supported, I am wondering if "file:" protocol is/could be supported? E.g.,
|
Anyone? |
Is it possible to use this application to stream .mp4 files to Home Assistant?
I am currently using AlexIT/WebRTC to stream from a camera (rtsp feed) and it is fast and smooth.
To stream an mp4 I am using
<video src="https://...file.mp4">
. It works but is very slow and choppy.I am looking for an mp4 alternative which is smooth and fast. I currently use javascript to build custom html to stream to the video element, so I am hopeful that I can just replace the https://file.mp4 with a connection to an RTSPtoWSMP4f server.
But I don't want to try if it is not possible. If is is doable, any tips would be greatly appreciated.
Can anyone please advise? Thanks!
The text was updated successfully, but these errors were encountered: