Android :: Possible To Display Video Information From An Rtsp Stream In Droid App UI?
Mar 23, 2010
I have managed to get a working video player that can stream rtsp links, however m not sure how to display the videos current time position in the UI, i have used the getDuration and getCurrentPosition calls, stored this information in a string and tried to display it in the UI but it doesn't seem to work code...
View 6 Replies
Jun 28, 2010
say if android supports an RTSP stack? We've an RTSP server that we'd like to stream video to an android rtsp client if thats possible
View 8 Replies
View Related
Aug 25, 2009
I want to stream a media file on web, and android developer website has said that MediaPlayer.setDataSource() can set the data source (file-path or http/rtsp URL) to use. But I got an error in both G1 device and emulator when streaming a rtsp url file: Command PLAYER_PREPARE completed with an error or info PVMFailure error(1, -1). Does anyone know what is this error, or anyone knows where can I get the error description (1, -1) means? the code can work successfully when playing a audio/video file or streaming a http protocal sudio/video file, but can't stream rtsp protocal file. Is android not supported rtsp streaming?
View 4 Replies
View Related
Oct 3, 2010
I have an app that worked fine on Android 2.1 (Eclair) but is no longer working in 2.2.1 (Froyo). I think this may have to do with the shift from OpenCore to StageFright for video encoding and decoding, but am unsure.
The debug logs show two things I'm not sure about:
Does this mean H.264 baseline is not supported? WARN/QCvdec(59): Parsing Error unsupported profile or level No idea about: ERROR/PVOMXVidDecNode(59): Ln 1373 OMX_EventError nData1 -2147479542 nData2 0
Play the following url (it works fine in VLC, for example): rtsp://nexus3.dropcam.com/6821ec44e37846428850ec195d69969a
The code:.........
The debug result:
CODE:................
View 3 Replies
View Related
Aug 9, 2010
Would someone post an example of how to stream audio/video files using rtsp in android........
View 1 Replies
View Related
Jul 2, 2009
does android can recieve and play MMS or RTSP audio stream? or just can address for HTTP stream?? i try for MMS stream,but there is nothing to hear..
View 2 Replies
View Related
Feb 18, 2010
I'm using VideoView to play an RTSP video stream. It works fine, however on my Android phone the audio lags the video by about 3 seconds. If I watch it on my computer with VLC both the audio and video are in sync. Has anyone else experienced this audio delay before and how might I go about correcting it on the phone.
View 4 Replies
View Related
Jan 18, 2010
I was tried for RTSP stream for a long time, finally I could success to play the RTSP stream from mobile Youtube website:
http://m.youtube.com/
My approach is to copy the stream link and paste it in my code, then, there are sometimes success to work(play) on Android and sometimes will not. I can't figure out why? Is something wrong about Youtube server? Because my code is just the same, and only change is the stream link URL. I used VideoView widget and my Android platform is sdk 1.5 and under x86-based, so I really want to know why and how can I solved for this. This is the logcat when I can't work for the video stream.
W/PlayerDriver( 2116): Using generic video MIO
E/PlayerDriver( 2116): Invalid percentage buffer size 8 (expected 4)
E/PlayerDriver( 2116): Invalid percentage buffer size 8 (expected 4)
E/PlayerDriver( 2116): Invalid percentage buffer size 8 (expected 4)
E/PlayerDriver( 2116): Invalid percentage buffer size 8 (expected 4)
E/PlayerDriver( 2116): Invalid percentage buffer size 8 (expected 4)
E/PlayerDriver( 2116): Invalid percentage buffer size 8 (expected 4)
E/PlayerDriver( 2116): Invalid percentage buffer size 8 (expected 4)
I/ServiceManager( 2112): service 'media.audio_flinger' died
W/MediaPlayer( 3344): MediaPlayer server died!
E/MediaPlayer( 3344): error (100, 0)
E/MediaPlayer( 3344): Error (100,0)
I/ServiceManager( 2112): service 'media.camera' died
D/VideoView( 3344): Error: 100,0
View 2 Replies
View Related
Jul 2, 2010
I wanted to stream A/V from my machine to Android over HTTP
(http://lists.mplayerhq.hu/pipermail/libav-user/2010-July/004944.html).
But that does not seem feasible using FFMpeg. I am planning to try FFMpeg streaming over RTSP. But I am not sure whether MediaPlayer or VideoView classes on Android support RTSP playback. Is playing RTSP stream possible in simple application?
View 3 Replies
View Related
Jul 18, 2010
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.
View 1 Replies
View Related
Jul 26, 2010
I need HTTP/RTSP Video Streaming with Android. Any Ideas ?
Is that possible to go with JMF with Android ? Any Working examples ?
Already tried with
http://davanum.wordpress.com/2007/12/29/android-videomusic-player-sample-from-local-disk-as-well-as-remote-urls/
Its not working with my case. Are there any specific types of videos that Android can stream?
View 1 Replies
View Related
Feb 3, 2009
I'm trying to receive RTSP streaming video with g1. The video file I made was encoded using QuickTime pro, and they are progressive streamable with a hint track. Video is encoded in H.264, and audio is encoded in AAC LC. File container is MP4. (They can be played via sdcard). I used Darwin Streaming Server to stream this file. With sample media player given from android, I changed 'path' to the address like "rtsp://172.29.10.109/test.mp4". The results are really odd. It sometimes (like once per 20~30 times) runs well, but in other times, only audio is played and video freezes after first 1~3 frames.
View 15 Replies
View Related
Apr 15, 2009
I am able to play a local video in full screen through Mediaplayer. But supplying an RTSP link to it gives a blank screen. Using VideoView, however, I am able to play the same RTSP link but not in full size. DavidSparks I am attaching a cc to you cos I have seen a similar kind of issue in your name. Can anyone help me in playing a full screen RTSP video. The Youtube application in G1 does so.
View 2 Replies
View Related
Nov 4, 2009
Did anyone try playing audio/video through http/rtsp. I am having a problem with either of the approach.... I am getting an error Command PLAYER_INIT completed with PVMFError I some cases I got Command PLAYER_INIT completed with PVMFErrorContentInvalidForProgressiveDownoload.
Can some one explain what is the problem. The code snippet I am using is given below. Code...
The code works fine when I say mVideoView.setVideoPath("/sdcard/vv.3gp"); but not able to play if I give a rtsp/http urls. In case of http it says PVMFErrorContentInvalid for progressive download.
Can some body tell me what is the problem. Can you please post the code if someone has been successful in playing audio/video through http/rtsp.
View 8 Replies
View Related
Jul 31, 2010
Is there any way to Stream video From iPhone Or Android to RTMP Server using Red5??
i searched over internet and there is only 2 application that mange to do this successfully
(UStream , Qik)
the problem they closed source So if anyone could help me find some code snippets that make this possible ??
View 1 Replies
View Related
Apr 24, 2010
I have Googled my butt off trying to find where if there is a surefire way to make rtsp work. I have a radio station that I listen to that streams via rtsp. Of course by default Android doesn't want to play it. If I pop the URL into yourmuze.fm and create a station there it lets me stream it to my phone. After checking how it works I come to find that it streams to the phone via rtsp! So obviously there is something amiss. What makes one stream work and one not? This is the stream I am attempting : rtsp://wms2.christiannetcast.com/yes-fm
It is an audio stream so I would be thrilled with most peoples problem of "it only does audio and not video." When yourmuze.fm streams, DDMS states it brings up MovieView to play the audio if that helps at all.
View 1 Replies
View Related
Feb 16, 2010
I am writing a media player application in Android when I calling a mp.prepare() it is giving a IllegalStateException. The same RTSP URL working with VLC or quick time Media Player.
View 2 Replies
View Related
Oct 3, 2012
How to record the received rtsp video streaming on android client.
I need record the received video by a android smartphone via rtsp streaming (DSS 6) in mp4 or yuv file format.
I can do this using a pc/linux client but i do know how to do this on android.
Also, can an i access a android device using ssh and execute vlc, mobo or mplayer on it? How?
View 1 Replies
View Related
Sep 22, 2010
I hope someone can help. All my co-workers that have the Incredible, Droid ! and EVO can stream off of iphonemoviez. I was never able to on my X and thought it was because it did not have Froyo. I just updated my software to 2.3 or what ever Verizon's version is and the first thing I did was check out the site and try to stream a movie. It still says "This video can not be streamed to this device" am I missing something? I would love for this to work. Everything else is great after 2.2/2.3.
View 1 Replies
View Related
Mar 13, 2010
Does Android MediaPlayer can only work with file sources? I would like play media (video) from a network stream, but the stream comes in a non-standard protocol, so I have to somehow feed Android MediaPlayer with the data only. Is there anyway to do that? I found a few web pages suggesting using a temporary file for the buffered media data etc. but I would like to minimize the I/O usage as much as I can, so I'm looking for a API only solution if there is any? how about JNI? but looks like the permissions going to be an issue with that also.
View 1 Replies
View Related
Oct 6, 2010
I have over 100GBs of audio and video files on my PC that I would like to access at anytime. Whether it's around the house or on the go. 9 out of 10 places I'm usually at have highspeed wifi connections so I'm not too concerned about streaming over the 3G network; although it would be nice.
Basically, I want to set my PC up as a private media/file server that I can access from my rooted Droid X 2.2.....cheaply, free if possible.
I'm actually surprised that this device doesn't have streaming capabilities over local wifi networks. I can transfer files over from my home network and then play them but that requires a lot of wait time and uses a lot of space on the phone.
How to configure ftp and http servers with DNS if that helps. http would take a long time to code and can't be updated quickly so I'm hoping it can be done with an ftp server.
View 9 Replies
View Related
Aug 31, 2010
I was wondering if anyone has successfully streamed AVI's to their droid?
My history with streaming:
- Used Orblive on PC to stream media (Media Skin)
- Streamed to my omnia i910, played media with Coreplayer
Worked pretty good with that setup, streamed AVI's very well (which is practically 99% of my media library)
Now i have a moto droid(1) but im having trouble trying to find an easy setup to stream video media.
Have tried:
- VLC. The setup to stream media isnt very user friendly such as a web menu that you log into your PC and browse through your library (or atleast i havent found a good tutorial yet)
- GMOTE. Its easy. Install GMOTE (w/java) on the PC (if linux have VLC on the PC too) but on the droid... you cant stream AVI. I have tried installing VLC on my droid, opens the program but wont play video. I also have Rock Player but you cant make it the default media player, so thus it wont play the stream either (or atleast i havent found/read a way to do so)
- Orblive. Great web interface. Problems though is that orb only streams in WMV/.SDP/.3GP/.PLS/Flash. The droid can only do Flash (recently, as in... 2 days ago or so) or 3GP. Flash looks... well... to give it some credit... "decent" but isnt the best FPS IMO. The 3GP format looks like watching horrible pixelling crap, to say the least. Other formats wont even stream due to the media player.
I was hoping someone could point me in the right direction. Looking for stream software (either Win7 or Linux (ubuntu)) that will stream video files (AVI's) w/o having to convert them before streaming to the android phone. If possible... A Decent setup such as web interface thats easy to point/click navigate through the stream library (like GMOTE or Orblive)
Is this possible? I would like to just keep using Orblive but i cant change the default media player... and the only other media player i have found is Rock Player (and recently VLC on android)
View 4 Replies
View Related
Jul 7, 2010
So i have a ton of divx and h.264 movies on my pc. i want to be able to stream to my droid phone(s) when im away from home. how can i do this?
View 15 Replies
View Related
Nov 24, 2010
I want to subscribe to tennistv.com so I can watch tennis and would love to watch it on my Samsung Galaxy S phone too.
It uses a WMP DRM'd stream for live matches, is there any media players on android that I can use or maybe a 3rd party service which can transcode the stream in a format the phone can understand?
View 1 Replies
View Related
Oct 28, 2010
I want to stream a media from a wireless module . can you help me which classes i can use or how can i find any information ?
View 9 Replies
View Related
Nov 24, 2009
I think I am ready for some testers for a GPS Golf application. This will be my first Android application so I am looking for someone that is a little tech savvy (knows how to install 3rd party application etc..). The application right now is fairly simple, but it does display some GPS information.I currently don't have an Android device (working on it) so if you don't even golf and just want to help out a developer then that would be great to!I can send a link to the apk file from an email or a PM.Just post to this thread or send me an email at howfarami [at] gmail [dot] com.
View 6 Replies
View Related
Feb 22, 2012
Can the LiveView accessory be used to stream video stored on a Droid X2 running CM7?
View 2 Replies
View Related
Apr 2, 2010
Every time I try and stream a video from browser it wont play it. Says its not supported even though it is a type that is.
View 7 Replies
View Related
Jan 24, 2010
I am a sales engineer for a company that specializes in streaming. I have and love my droid, i have tried using it with several of our products for live streaming but with no luck.
I have tried video meant to stream with the Ipod and nothing happens.
I have tried MP4 ASP and it starts to open the video but never plays.
I have tried progressive downloads of both with no luck.
i have tried 3gp with no luck.
Do you know what video formats it can stream?
View 6 Replies
View Related
Feb 3, 2010
I can able to show the route between two geo points in android using google map.Now i want to know how to guide the user like turn right ,take left like wise should display message. How can we achieve this?
View 1 Replies
View Related