Play stream shoutcast url aac+ stream using phonegap - android

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.

Related

how to use the ant media server with flutter using the Rest API

I want to create a stream app like TIKTOK using flutter ,
I am using the ant media server and I am using the REST API to create room
and to create stream and it is working .
the problem is that I do not know what to do next ?
do I have to create a signaling using the stuns ? if it is yes , how I can do that ?
and is the any library that can plays the stream like the OBS Studio and the VLC ?
do I have to use the Web Sockets ?
!! please help !!
I think you're confused about Live Streaming and Video Chat, which are both very important but different video platforms and use scenarios, and their architecture is totally different.
I think TIKTOK is an mobile app with:
Most of it is VoD file and social connections.
Some part is Live Streaming, like twitch.tv or YouTube live streaming.
Few of Video Chat ability, only when two user are talking in a RTC room.
For VoD, it's something like HTTP(S) files, deliver by CDN or Nginx if you want to build it.
About the Live Streaming and Video Chat, please read detail from here.

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.

why native android mediaplayer does not support HLS but web browser does

I'm trying to implement an android app that read video stream via internet however I've got error when playing it. It rejected with error code (1, -4) which look like did not able to support the format.
I tried parse along the URL on the android web browser and it was able to read it and video shown nicely. So the question is, why web browser able to decode the stream but MediaPlayer not? What is the possible solution I can use?
Thx for advice.
Without knowing your test-device, my best guess is that the browser supports 'Flash', which it is using to stream your HLS. Native Android has a lot of problems with streaming HLS
Check out the following link for more information:
http://www.jwplayer.com/blog/the-pain-of-live-streaming-on-android/

Is there a way to implement video streaming in PhoneGap on Android/iOS?

Is there a way to implement video streaming in PhoneGap on Android?
I need to implement a live video/TV stream on Android and iOS with PhoneGap. But I cannot get Android/iOS to show the stream.
Does anyone know what format the stream needs to be in or how I can fix this (perhaps there's a plugin?)
Thanks!
You can use jplayer plugin in :
http://jplayer.org/
or use phonegap plugin like this tutorial
http://simonmacdonald.blogspot.com/2011/11/video-player-plugin-for-phonegap.html

In Android, How to stream live video from Live Stream?

Any suggestion for live stream for android.
In my app i need to stream live video from Live Stream..
Is there any api or example to do it? If so, please provide it.
I need as like this...
http://www.livestream.com/aplive?utm_source=website-home&utm_medium=promo-header&utm_campaign=aplive
Thanks,
jana.
There's information about the API here http://www.livestream.com/platform/developer but it's mostly for flash development.
you may be able to make it work with android.

Categories

Resources