[Q] http streaming video android 2.2 - Android Software/Hacking General [Developers Only]

so i have been breaking my head on howto get my videolan to stream http streams to my android 2.2 desire
i can get the the RTSP streaming(udp) to work but not http witch is required if you have to route over the internet since the implementation in videolan is only RTSP udp
now i read somewhere on google that http streaming is not supported in android
is that true? and is there no plans on including it ?

What are you trying to stream? Format? COdec? Bitrate?

everything i can tv, movies and so on
right now i use MPEG4 video and MPGE4 audio and it works with RTSP but i would love to have the http streaming protocol aswell so i can route the traffic over the internet

bump.. no nothing ?

Related

RTSP Player

Hi!
Is there any Android RTSP player out there?
I want to watch tv from my MediaPortal.
On the PC i use the VLC player and a RTSP link.
But on Android there is no VLC player and i dont find a RTSP player?!
vlc stream&convert, will do it. In the market, go to developers web page for setup instructions
Thanks, but i dont see any option to open a RTSP stream.
look here http://traveldevel.com/vlc-stream-convert/setup
Thanks, but in the setup i need a VLC player but i am want to watch a RTSP stream sent from my MediaPortal HTPC.
So there is no VLC installed, only my HTPC software MediaPortal and this software creates an RTSP stream.

[Q] working on rtsp from VLC for a week still stuck

I have been working on developing an a very simple app that plays a video rtsp stream from VLC And have been very stuck after a week I thought it might be time to call it quits but first thought I would post my problem:
I saw on the android dev site that it supports
RTSP (RTP, SDP)
HTTP progressive streaming
Video Encoding Recommendations
Video resolution 176 x 144 px
Video frame rate 12 fps
Video bitrate 56 Kbps
Audio codec AAC-LC
Audio channels 1 (mono)
Audio bitrate 24 Kbps
Click to expand...
Click to collapse
I set everything up in VLC
Stream link: (remove !'s if need for link)
ihop.!org.!edgesuite.!net/ihopkc/wls/tpr/IHOP-KC_TPR_WLS!.asx
Destonation:
RTSP -> Output: /ihop.mp4(also tried .dsp) port 5544 -> Active transcodeing checked -> video profile H.264+ACC(mp4) (and edited everything down to android's low Video Encoding Recommendations (like above))
TTL = 1
the rtsp stream works great when I open up anther VLC instance and stream the link rtsp://myip:5544/ihop.(mp4 or dsp)
but when I run it in my device (nook color w/ CM7.0.2) video viewer it says "sorry can not play this video"
sdk code:
Code:
VideoView videoView = (VideoView) findViewById(R.id.surface_view);
Uri video = Uri.parse("rtsp://192.168.1.88:5544/ihop.mp4");
videoView.setVideoURI(video);
videoView.start();
I am able to run audio stream from vlc to android and also ping my ip in terminal emulator so i know its not a connection error
Any ideas on what im doing wrong or on how to get this to work?
the only thing left that I haven't tried is Darwin streaming server on mac( tried it on windows 7) and would need to fix my hackintosh to do this.
Any Help is very appreciated
THANK YOU!!!

[Q] Streaming Webcam to Android using VLC

Hi,
I am working on developing an app in which one of its features includes receiving a video stream from a webcam and displaying it through a videoView. I've been able to stream video before using VLC, but can't seem to get it working with my Android App.
In VLC, after choosing my webcam as the video source to stream, I choose http stream, and for transcoding I choose MP4 for encapsulation and H-264 as the video codec. (I believe these are the formats supported by Android) the generated stream output string is as follows:
:sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=none}:http{mux=ffmpeg{mux=flv},dst=:8080/} :sout-keep
now on the android side, inside the onCreate method, my code looks like this:
mVideo = (VideoView) findViewById(R.id.videoView1);
MediaController mc = new MediaController(this);
mc.setMediaPlayer(mVideo);
mVideo.setMediaController(mc);
mVideo.setVideoPath("my_ipaddress:8080");
mVideo.requestFocus();
mVideo.start();
I am able to go on a different computer and capture the stream using VLC, but when I run the app on my Android device, I get a message that tells me the video can't be played. Not sure where the issue is, and I've been able to find a few similar post on here and on other forums, but still haven't found a solution that works for me. Any help would be greatly appreciated. Thanks!

DLNA Streaming from IE 10 (Surface)?

Hello,
I got my surface on launch day and I love how easy the DLNA streaming implemented I can even stream skype to to my TV during video calls. However, seems there's no way to stream videos (I think streaming photos works) from IE10 to other devices? Does anyone have a solution? If not, is there any app that I can "share" the video (mainly from Youtube) on the IE to so that I can stream it to my TV from the app?
Thanks!

RTMP stream on Android

Is it possible to open a rtmp stream on android ?
How can i do that ?
if you want to stream you files ,try dlna server
if you want to play stream ,try vlc.or try splashtop.It streams a full desktop

Categories

Resources