-
Notifications
You must be signed in to change notification settings - Fork 73
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
Please add support for RTSP #8
Comments
That would be excellent! |
yes. That will be great! |
would love that also! |
yeah! RTSP support will be great! |
My PR which enables Javascript in the WebView (#34) in conjunction with something like https://github.com/mpromonet/webrtc-streamer allows you to achieve nearly zero latency streaming of an RTSP stream. Just set Alternatively you could point the URL to a Home Assistant dashboard to show that instead. |
Hello madjam002, Thanks for your comment. Is there any pre-built apk file that I can use to install? |
@Diamond2 Not at the moment, you'll need to clone and build it. I was hoping it would be merged soon but I'm not sure if this project is maintained anymore as there are a few PRs that are open. |
@madjam002 any chance of an Apk to try out? |
Hey @tungmeister can you help me out with the APK? |
APK available here |
The APK you created works great! I'm now able to stream my WebRTC URL to my Android TV. I'm just having the issue of the live feed buffering like crazy during the showing of the video. Any idea how I could fix this? Does it have something to do with the WebRTC feed? |
Ya, add "&webrtc=false" to the URL. I was having the same issue with buffering, and find that forcing mse mode worked better. |
Thanks. Disabling this does appear to make thing a little better but this stream is still buffering. Can I find other URL agruments somewhere to test around with? Perhaps there is a way to lower the stream quality? This is my current URL: |
Maybe it was the other option mse=false, you can see all the params on the GitHub readme it's a direct copy of the card configuration parameters. |
@mvanhelmont |
Would also like to know how you got this working with a Nest doorbell. |
Hi, |
Try this? the "muted: false" variable in the webrtc.create_link may help.
|
Hi Rogro,
i love the idea of the program and it is nice to have support for RTSP so we cam stream ip camera to it.
thanks
The text was updated successfully, but these errors were encountered: