Crashed application RTMP || IP camera
See original GitHub issueHi all.
I’m writing an application, I used your libraries to transfer video to the server by RTMP.
Has connected all as it is necessary in a gradle and the manifest.
There are MainActivities and SurfaceView, I wanted to start broadcasting video from SurfaceView directly to the server, as in your examples. But there was an error and the application closes as soon as it opens.
He swears on two lines:
// create builder
RtmpCamera1 rtmpCamera1 = new RtmpCamera1 (videostreamPreviewSf, (ConnectCheckerRtmp) this);
// start stream
rtmpCamera1.startStream ("rtmp: //adress...");
Issue Analytics
- State:
- Created 6 years ago
- Comments:33 (16 by maintainers)
Top Results From Across the Web
Trying to use RTSP stream from IP Cam as a source (crashes)
I'd like to use an IP cam we have in house but I can't find a clear guide on how to set up...
Read more >Crashing every time I load | IP Cam Talk
I have Reolink cameras using RTSP and someone posted that switching them to RTMP solves crashing problems. Stepping back through versions ...
Read more >OpenCV IP camera application crashes [h264 @ 0xxxxx ...
It works perfectly with my webcam. But, it crashes maybe after about ten seconds, while I run it to capture the stream from...
Read more >[Solved] RTSP Video Stream problem - Blynk Community
Hi, I currently have a cotier ip Camera which I can stream via RTSP in numerous other apps however the same URL won't...
Read more >RTMP Streaming Connection - ManyCam Help and Support
The RTMP feature allows you to broadcast directly on Facebook, Twitch, USTREAM and YouTube live events. To start a live broadcast you have ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This could be useful for you. It is a little code to use that should work(Of course, I cant test it so maybe not 😦). Read commentary because you need create 2 new methods in VideoDecoder class to work:
This look audio permission missed. Remember get permissions on runtime if you use API23+