Is it possible to remotely open and start recording video from an android phone's camera from another smart phone ? Is there any open source live video streaming library available ? Please help..
Related
I have developed a screen recording application. Now I want the live streaming feature while recording screen. I want this live stream on youtube. From my research I only found how to live stream using camera or how to just open live streaming intent.
Can you guys guide me in the right direction it'll be very helpful
Thank you for your time
You need a media server for live streaming, please read here for detail:
Android(publisher) --RTMP--> SRS/Nginx--RTMP/HLS--> Android(player)
(YouTube)
The media server SRS/Nginx is actually similar to the YouTube-like platform.
About the live streaming publisher or player, you're able to use FFmpeg, OBS or ijkplayer, about more information, please read this link.
Currently Im able to stream to youtube using this library:
https://github.com/pedroSG94/rtmp-rtsp-stream-client-java using android mobile camera.
When I tried with USB camera attached mobile and I can achieve the same using this library:
https://github.com/pedroSG94/Stream-USB-test
What I need now is, to use mobile's microphone for audio and USB camera for video for the rtmp streaming to youtube. Please suggest me some solutions.
When trying with headphone, same code is working now. Video is captured from USB camera and audio is captured from Headphone mic
In my current project, we want to preview an external camera in an Android device.
We have connected the camera through USB and we are receiving a video stream on our Android app.
How can I play the stream with the mediaplayer class ?
The camera is able to send any video format we want.
Thanks guys !
PS : If you have any other idea to preview a video from an external camera, i would be very happy :)
If it helps someone, we have found a solution :
We couldn't make the video work with through USB, but we send the video stream through WIFI using the rtsp protocol.
Have fun !
I am in search of some code that streams the live camera recording of android device to the vlc player on system.
that means your android device camera is on and you are capturing video and simultaneously when you start vlc player that video is played on camera
any help will be great and please provide me some code if possible
thanks
http://code.google.com/p/spydroid-ipcamera/
Really, no need to provide details about it. It's open-source and it just works.
1) is it possible to record videos and audios using android emulator(using webcam) ? , and storing the recorded video or audio into the pc possibly as
recorder.setOutputFile("C:/test.mp4");
According to the Android Emulator page it is not possible to record videos, see section "Emulator Limitations":
No support for camera/video capture
(input).
Audio recording is supported by the emulator, you can use the -audio-in switch when starting the emulator to specify the audio backend