-
Notifications
You must be signed in to change notification settings - Fork 176
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
Bad quality rtsp streaming ip camera #46
Comments
hi alinoman12, |
the following is mostly the best streaming live ip camera approach https://vitamio.org/. I have used it to design the following application https://play.google.com/store/apps/details?id=mshopmobile.app.com.videostreaming&hl=en and it works perfectly. public void startVideoViewFromCamera(String videopath){
} you can therefore call the previous method to read you ip stream. This is an example of ip camera stream that i am reading videopath= "rtsp://192.168.0.71:8086/rpiKmertronix1.mp4"; |
give me your skype account, we can move there to tchat. My own is djougue |
attached file
Hi, i am trying to stream image using vitamio but the quality of image is sometimes bad (see the
). I think that it may be due to my network quality. Sometimes a part of the image is white and this isn't fine for user experience. Is it possible to filter the video before displaying the camera stream?
The text was updated successfully, but these errors were encountered: