Hi would someone post an example of how to stream audio/video files using rtsp in android........
Try this example :
Video streaming using RTSP in android
Related
I want to make an Android app which should be capable of playing at least 6 Live RTSP video streams with functionality of pause and play. Is there any way to achieve this efficiently. Thanks in advance.
Android Video Streaming Layout
I never used it but there is a library for stream in rtmp and rtsp. Here is the github : https://github.com/pedroSG94/rtmp-rtsp-stream-client-java
I need to stream live videos from my media server using RTSP protocol , (h 264 streaming). The default Android media player shows error while I am trying to stream live videos. The Media player successfully streams the recorded(not live) video using RTSP from the same media server? Is there any way to stream LIVE videos(without using VLC player/plugin)? Is 'Vitamio' multimedia framework meant for this purpose? Thanks in advance.
Yes. Vitamio will help you. Also you can use Exoplayer or "VGX" player
Please help me!
I used this example in https://github.com/pchab/AndroidRTC to streaming video and audio from a android device to an other android device.In this example, they used 2 librarys is : libjingle_peerConnection and SocketIo client but i don't know how to save streaming data as h.264 format?
We are facing some issue regarding TCP streaming, So we need help.
Project requirement:
RTSP streaming over TCP.
Take snapshot of streaming video.
Streaming multiple videos in single screen.
We have used Android media player to stream RTSP. But media player supports RTSP only over UDP protocol, It fails over TCP. We need to support RTSP streaming over TCP protocol in the project.
Android VLC player supports streaming RTSP over TCP protocol. We have tried VLC using this link https://wiki.videolan.org/AndroidCompile/. But we cannot play multiple videos in single screen, also snapshot feature cannot be implemented since VLC uses SurfaceView to load the video.
Any suggestion regarding "streaming multiple RTSP videos over TCP" and "Snapshot" would be helpful.
Thanks in advance.
now the VLC code is updated.
it supports multiple instance.
You can use texture view to get a snapshot gather than surface view.
hope this helps ;)
I need to play an RTSP audio stream on an Android phone, linked to from a web-page.
What's the simplest way to achieve this? I hope this will be very simple but unfortunately I don't have a phone on which to test.
Your RTSP stream needs follow 3GPP PSS streaming spec to work with the android Videoplayer.
There is some more information here:
Server to stream RTSP to android