Streaming microphone to RTMP (red5) and back on android - 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.

Related

Youtube live streaming broadcast in android

Im trying to develop an android application for youtube live streaming broadcast. Is it possible to stream live video from Android app to Youtube live channel on Youtube?. but i didn't get any link for broadcast live streaming. is there any way to implement?
im looking for simple solution to do that.
Thanks in advance
https://github.com/pedroSG94/rtmp-rtsp-stream-client-java
If you create the live event in your youtube dashboard(you can also create it using https://github.com/youtube/yt-watchme ), you can get the stream key for the broadcast. Using that stream key, you can directly broadcast video from the android app. Please have a look at the above github project. Answering the older question but it may be useful for someone.

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.

Webcam Live Broadcast android

Yesterday when I was searching for different kinds of apps in Google Play, I found several apps that broadcast live camera feed from the mobile. I made some research like what would be the concept. But could not find many details. Can anyone briefly give some idea? I want to try the same concept in one of my apps.
Ref: https://play.google.com/store/apps/details?id=com.pas.webcam
Check out this Google code project for android ip camera, it used nanoHttpd server for streaming video in android device
http://code.google.com/p/ipcamera-for-android/
download source and try it

tutorial to stream live video from ip camera to android app

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.

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