AadityaRathod97

Results 5 comments of AadityaRathod97

W/System.err: java.lang.IllegalStateException at android.media.MediaCodec.native_dequeueInputBuffer(Native Method) at android.media.MediaCodec.dequeueInputBuffer(MediaCodec.java:2319) at com.alexvas.rtsp.demo.decode.VideoDecodeThread.run(VideoDecodeThread.kt:38) java.lang.IllegalStateException at android.media.MediaCodec.native_dequeueOutputBuffer(Native Method) at android.media.MediaCodec.dequeueOutputBuffer(MediaCodec.java:2379) at com.alexvas.rtsp.demo.decode.VideoDecodeThread.run(VideoDecodeThread.kt:71) E/AndroidRuntime: FATAL EXCEPTION: Thread-4683 Process: com.alexvas.rtsp.demo, PID: 24368 java.lang.IllegalStateException at android.media.MediaCodec.native_stop(Native Method) at...

Hey, Hi The Stream keeps getting disconnected frequently and throws this error W/System.err: java.net.SocketTimeoutException at java.net.PlainSocketImpl.read(PlainSocketImpl.java:484) at java.net.PlainSocketImpl.-wrap0(PlainSocketImpl.java) at java.net.PlainSocketImpl$PlainSocketInputStream.read(PlainSocketImpl.java:237) at com.alexvas.utils.NetUtils.readData(NetUtils.java:229) at com.alexvas.rtsp.RtspClient.readRtpData(RtspClient.java:586) at com.alexvas.rtsp.RtspClient.execute(RtspClient.java:495) W/System.err: at com.alexvas.rtsp.demo.ui.live.LiveFragment$RtspThread.run(LiveFragment.kt:334) E/LiveFragment:...

how do i reduce the lag in my rtsp? i am using ArrayList options = new ArrayList(); options.add("--network-caching=20000"); options.add("--live-caching=20000"); options.add("--sout-mux-caching=20000"); options.add(":clock-jitter=0"); options.add(":clock-synchro=0"); below the vlcVideoLibrary.setOptions(Arrays.asList(options)); even tried to pass the...

how do i reduce the lag in my rtsp? i am using ArrayList options = new ArrayList(); options.add("--network-caching=20000"); options.add("--live-caching=20000"); options.add("--sout-mux-caching=20000"); options.add(":clock-jitter=0"); options.add(":clock-synchro=0"); below the vlcVideoLibrary.setOptions(Arrays.asList(options)); even tried to pass the...

How to authenticate username and password for the rtsp server. I tried with rpos config to set username and password but it works without username and password. how can i...