You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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; // }
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
The text was updated successfully, but these errors were encountered: