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

rtsp server error 1 start failed #22

Open
montvid opened this issue Jun 14, 2017 · 3 comments
Open

rtsp server error 1 start failed #22

montvid opened this issue Jun 14, 2017 · 3 comments

Comments

@montvid
Copy link

montvid commented Jun 14, 2017

Thanks for working on the app. When I try to stream 800x480 and 640x480 video to vlc I get: rtsp server error 1 start failed in the android app. The lower resolutions work fine. What may be the problem? Android 7.1.2

@panda-lab
Copy link

@montvid I got the same error, do you have the solution?

@montvid
Copy link
Author

montvid commented Aug 10, 2017

Droidcam is programmed in a different way. On Linux it works like a champ.
https://play.google.com/store/apps/details?id=com.dev47apps.droidcam

@suyoung21
Copy link

1.libstreaming/src/main/java/net/majorkernelpanic/streaming/video/H264Stream.java
// if (mQuality.resX>=640) { // Using the MediaCodec API with the buffer method for high resolutions is too slow // mMode = MODE_MEDIARECORDER_API; // }

2.libstreaming/src/main/java/net/majorkernelpanic/streaming/video/VideoStream.java
// mQuality = VideoQuality.determineClosestSupportedResolution(parameters, mQuality);

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

No branches or pull requests

3 participants