tutorial to stream live video from ip camera to android app - android

Please advise how can i go fulfiling the above task.Is there any tutorials or code segment which can be of help.
Thanks and Regards,
Mayank

i think you have to setup rtsp streaming in the server side and call out the url in the android app.

Related

Video streaming from server to Android app

I have a server builded with Spring where users can upload images and videos.
Now I am building an Android app where users should watch these videos throught streaming, but I am little bit lost about how to handle this.
I have looking for information about how to do this, and I am not sure if I could do with a Spring REST method.
What is the best way to do this? I would appreciate any help.
Thanks in advance.

Streaming microphone to RTMP (red5) and back on android

I found this application in github https://github.com/mogo29/Android-RTMP. This app do all what I want. This is demo vide of this http://www.youtube.com/watch?v=pqUUL0QwuMo.
I tried to run this app with oflaDemo (rtmp://172.24.224.34:1935/oflaDemo) but I can't send or recive some voice from my Android.
Could you please help me. How I need configure red5 for working with this app.
Best Regards
I found solution. For make this working properly you should also pass stream name to server.

Play stream shoutcast url aac+ stream using phonegap

Hi there someone know how to stream audio with an acc+ shoutcast url? i tried with this code:
http://pastebin.ca/2228987
but without luck, i know theres is something like npr-android-app or tunein that uses some media proxy something like that but it can be possible to integrate a proxy like those app but using phonegap?
thanks very much.
i started to use native coding with eclipse and i accomplish my goal.

Android MediaPlayer, VideoView rtsp www authentication issue

Android VideoView works when I disable rtsp authentication from server side. But when authentication is enabled the VideoView fails to play the live stream.
Also tried
rtsp://username:password#host:port/file.sdp =>doesn't work.
But rtsp://host:port/file.sdp => Works when authentication is disable.
I have been working on this issue from past 2 weeks but did not find much help on this.
Or else if any open source rtsp player for android that support authentication will do.
Or any other workaround I can use to achieve this.
Guys please please help.
The Android MediaPlayer class support several media formats.
But regarding the RTSP protocol, the authentification is not supported.
You can find an open issue on the android project and an other interesting post about the problem.

live http streaming in android

I am developing an application in android Which involves searching nearby locations and globally. I am facing a problem when i try to do live http streaming in android stimulator.What to do with live streaming....Anybody knows can respond how should i proceed....
I have tried the code like url
https://stackoverflow.com/questions/4321682/android-source-code-streaming-media
http://code.google.com/p/rxwen-blog-stuff/source/browse/trunk/android/streaming_audio/#streaming_audio%2Fres%2Fdrawable
Thanks in advance
Tushar Sahni
Hey Tushar use an actual device instead of emulator..Emulator do not run all the videos
Yes watching live streams doesn't work with emulators. better test it on devices with OS at least greater than 3.0. Below that guarantee cant be given as I have observed. And I use standard code using VideoView for live streams. They play but don't run as smoothly as on TV / Web. If you have any ideas, please share with me.
Using Vitamio Plugin had good effects but our company isn't allowing third party interfere so...

Categories

Resources