45 questions
0
votes
0
answers
31
views
How to share camera views from one phone to another programatically?
I am building an android application that can open multiple cameras using Camera2 API simultaneously. Now I want to stream the footage of those cameras over RSTP. I found this "libstreaming" ...
1
vote
0
answers
283
views
Android - RTSP Streaming from Camera and view from remote location
I Want to create an Android app that will have the functionality to stream camera over the RTSP on my public IP address, and it can be viewed by anyone with whom I'll share my IP address using the ...
1
vote
1
answer
515
views
How to decode stream of h264 bytes from udp socket to video file
I am currently developing an Android application that streams live video to a server using the libstreaming package. I am able to send the data to my laptop UDP socket, which has a type of an array of ...
1
vote
1
answer
515
views
How to stream internal audio+screen of android using mediaRecorder?
I am currently able to record and save android screen and audio using mediaRecorder.
I want to stream android screen to vlc and web browser. I have tried the libstreaming library but due to the ...
2
votes
1
answer
460
views
E/MediaRecorder: start failed: -38
Here is my code.
Basically I am trying to stream android screen to vlc media player using rtsp somehow I have managed to stream video perfectly but audio is not playing.
I am using AMRNB encoding ...
0
votes
0
answers
629
views
streaming rtsp server (android)
I am making an android application for streaming local video files to other android phones.
For this purpose, I found the libstreaming library, but it is designed to stream video from the camera ...
2
votes
1
answer
2k
views
using RTSP from wifi connected camera with libstreaming
I am a newbie of using libstreaming.
I am wondering if there is a way to use the libstreaming to pull streaming from established rtsp (internal ip) and use it with libstreaming to send it to WOWZA ...
1
vote
0
answers
161
views
libstreaming: Changing Preview Surface while streaming
I am invoking libstreaming in a barebones manor... I would like to be able to change the preview surfaceView without interrupting the streaming.
@Override
protected void onCreate(Bundle ...
0
votes
1
answer
270
views
Use mediaprojection as a videosource for libstreaming
I'm new in android developing and i want to develop an app about (android) screen sharing to multiple android device in a local network. I want to send the output of mediaprojection in real time using ...
0
votes
2
answers
2k
views
Android (libstreaming) RTSP server can play video but no sound
I use libstreaming to create a RTSP server on an Android. Then, I use another phone to connect to the server to play the live stream. I hope the server can use its camera and microphone to record a ...
1
vote
0
answers
414
views
Libstream change source from camera to screen everything need to capture and transfer
i want to make an application which can capture the screen of one android phone and transfer to other phone over internet i try to use MediaRecorder API something like this
mMediaRecorder....
0
votes
1
answer
804
views
Playing rtsp stream from libstreaming
I am trying to recieve rtsp stream created in android app using libstreaming api. It is encoded in h264 and aac. I tried to watch it in VLC player and on another android device using provided code but ...
2
votes
0
answers
215
views
How to stream video besides camera in libstreaming android
I'm looking to stream media from my android phone over RTSP. I looked at the libstreaming library, but that only streams the camera. Does anyone know how to stream JUST the media from a surfaceview, ...
1
vote
2
answers
2k
views
How to stream live video from DJI Professional 3 camera?
I have to get the live stream video from DJI Phantom 3 camera in my C++ application, in order to do a Computer Vision processing in OpenCV.
First I tried sending the H264 raw data through an UDP ...
1
vote
0
answers
2k
views
Rtsp streaming green screen (Android)
Hello guys I am working on a project to stream the content of the screen of an android device over the network. I have used libstreaming as my code base.
I have achieved several things:
I can record ...
0
votes
0
answers
589
views
The Android libstreaming is broadcasting audio without video to server?
We are using Example 3 from this URL to broadcast streaming from Android camera device to server , we change code only to connect with our server not with Wowza server but the video is not arrive to ...
0
votes
0
answers
1k
views
Stream using libstreaming to VLC 2.2.4 exception
I setup libstreaming to stream video from Android camera to VLC 2.2.4 on my macOS.
SharedPreferences.Editor editor = PreferenceManager.getDefaultSharedPreferences(context).edit();
editor.putString(...
0
votes
1
answer
194
views
How to change the libstreaming's videosource?
Everybody,I'm a young android developer,and now I have a requirement which is push my android phone's screen to my PC by rtsp.
Now I have start my project base on libstreaming. But I found it's ...
-1
votes
1
answer
846
views
AudioFlinger server died. Play RTSP stream won't start on Lollipop device only.
I'm testing libstreaming library. My app description: One device stream video from camera to another device via RTSP. All working perfectly on KitKat devices but my Huawei p8 lite (Lollipop) can't run ...
1
vote
0
answers
376
views
Using libstreaming to stream to a VLC server
I am using the libstreaming library for Android. I wish to use the RTSP client in the library to stream video to a VLC server. I'm not sure how to setup the VLC server on the command line to receive ...
0
votes
1
answer
275
views
get ERROR_CAMERA_ALREADY_IN_USE when usb debugging on my Nexus 5 with libstreaming
I am trying to use libstreaming library to stream my phone camera output. I built my app based on the Example 3. But I just keep getting this ERROR_CAMERA_ALREADY_IN_USE exception when usb debugging ...
2
votes
0
answers
160
views
Multiple Libstreaming streams First Stream Freeze after second stream request
I am using Libstreaming for stream Camera Video.
Single stream instance working good. But i want to stream at least 2 instance of the same camera feed.
I got some hint from the post that setting ...
1
vote
0
answers
454
views
Android Libstreaming: How to improve video quality (Testing in Nexus 5)
I am developing an android application. I am sending stream (audio+video) from Mobile to Wowza. I am using Libstreaming library for streaming. The video quality is too bad. How can we improve it (...
0
votes
2
answers
1k
views
Libstreaming: Can we perform zoom in and out in camera on surfaceview as well as on-touch Focus circle and Flash in camera preview?
I am developing an android application using libstreaming streaming library. The app is sending upstream on Wowza (Mobile to Wowza). I created one surfaceview which has the camera preview. It's ...
2
votes
1
answer
522
views
Play audio automatically on load of VideoView using Libstreaming library (Android)
I am developing a phonegap application which has a VideoView screen to play audio (Coming from Wowza streaming engine). My issue is that, I want to play audio instantly when VideoView gets loaded on ...
2
votes
1
answer
1k
views
Unable to implement RTSP server in Android
I'm trying to implement a lightweight RTSP server in Android to live-stream my camera feed to VLC media player. For this, I'm using libstreaming library. I successfully imported the library in Android ...
0
votes
2
answers
1k
views
Libstreaming - use VLC as a RTSP client (1080P resolution)
I'm trying to use VLC as a RTSP client.The rtsp server is based on the libstreaming example1. I'm use Samsung Galaxy S6.
Is it possible to stream 1080p resolution? Then what is the rtsp URL format.
3
votes
4
answers
5k
views
Libstreaming - use VLC as a RTSP client
I'm trying to use VLC as a RTSP client. The RTSP server is based on the libstreaming library. I'm using the code provided by the 1rst example:
// Sets the port of the RTSP server to 1234
...
3
votes
1
answer
3k
views
How do I get a module installed as a service - Android
I'm attempting to add the rtsp server portion of libstreaming to my application and run it as a service, but even though my application builds and runs fine, the service part isn't being installed and ...
1
vote
0
answers
73
views
InputStream was closed - Libstream
I noticed a new problem with my application, that problem is about the libstream library, that's generate a package from the resource of camera with MediaRecorder or MediaCodec.
I'm using Dagger 2, ...
1
vote
1
answer
448
views
Streaming MedicCodec encoder output using libstreaming
I have successfully compiled the camera streaming example from libstreaming to a Wowza. https://github.com/fyhertz/libstreaming
I have been googling and still have not found any example on how I ...
1
vote
1
answer
1k
views
android libstreaming with MedicaCodec APi buffer size not big enough error
I am using libstreaming library and trying to stream with the RtspClient and the MedicaCodec API. I am testing with a galaxy s3 with android 4.4.
The problem is that no matter if I use buffer to ...
2
votes
1
answer
1k
views
How to send multicast audio in rtsp using libstreaming and recieve it in vlc player
Uni casting is working fine with my code and vlc.
The library source is over here: https://github.com/fyhertz/libstreaming
With multicasting,
current code is giving output as below upon starting a ...
0
votes
1
answer
2k
views
Decrease delay during streaming and live streaming methods
I am currently using an app that uses the method exemplified on libstreaming-example-1 (libstreaming) to stream the camera from an Android Device to an Ubuntu Server (using openCV and libVLC). This ...
2
votes
0
answers
706
views
Libstreaming issues in Android Lollipop(Moto G)
I did all the steps mentioned in the answer for this question
(MediaRecorder issue on Android Lollipop couldn't make my app run .It is throwing me "An error occurred while connecting to camera : 0" ...
0
votes
1
answer
282
views
Adding zoom to Google Glass
I have an app that sends video via RTSP to a media server which can then be accessed. My question is how could I zoom the video feed in (even if I can just add a fixed zoom value to the code). I am ...
0
votes
0
answers
852
views
How to extract rtp packet timestamp on android
I'm working on a project where I stream video over wifi-direct from one android device to another using rtp over udp.
Essentially, the first android device hosts a rtsp server and listens for ...
2
votes
2
answers
1k
views
libstreaming - how to rotate streames video?
libstreaming works fine - in landscape mode. Unfortunately, my app will have to run in portrait mode. No problem for the preview window - I can set it upright with
session.setPreviewOrientation(90);
...
1
vote
1
answer
522
views
Streaming using libvlc and libstreaming
I'd like to get advices on how to do the following if possible:
I've given 3 android devices and I'd like to stream from one to an other (maybe backwards too) at a time but also save it on a third ...
1
vote
1
answer
758
views
Android live streaming using wowza + libstreaming
I wanted to stream live video with the help of the wowza server. Currently am using libstreaming along with wowza and it works fine.
It works fine with WiFi. 4mbps speed.
But Problem comes when it ...
0
votes
1
answer
256
views
libstreaming record video functionality
There's a way to use the libstreaming (https://github.com/fyhertz/libstreaming/) to record the video to a local file ?
Can someone explain the way to do it o some cose to build this functionality ?
...
2
votes
1
answer
1k
views
libstreaming - videoQuality not being set
I am developing an app to stream live video from an android device via RTSP using the libstreaming library.
I am trying to change the video quality by using the following code:
private void ...
1
vote
0
answers
2k
views
How to change Android MediaCodec video orientation
I'm using libstreaming (https://github.com/fyhertz/libstreaming) for my live video streaming but the orientation of the video is always in landscape orientation at the receiver(server) side. I tried ...
2
votes
0
answers
667
views
Implementing live video android streaming with wowza
I am trying to implement live video streaming with wowza but i have problem with video quality. I am using rtmp.
When I use this code it works fine
mSession = SessionBuilder.getInstance()
...
4
votes
0
answers
3k
views
Live stream with libstreaming and 3G/LTE
I am using libstreaming (https://github.com/fyhertz/libstreaming) for doing streaming for my android phone to VLC.
In a local network, I get to watch the streaming in VLC OK, but when i disable wifi ...