Doe's any one have tried to view a RSTP video from an IP cam ?
I've a HTC Cruise and I can't see my video, either with WMP or HTC Media player.
My Ip cam is a PLANET IT108, with 3GP capabilitie (MPEG4/QQVGA).
I've tried on port 554 & 1024, connection OK, but unable to see any video.
HTTP video not possible due to activeX control on the cam
Any idea ?
Have you tried View Commander-Mobile 4.09.070705R1? Works well with my D-Link 3G camera.
www.ivimg.com
Thanks for your reply, but tried it and doesn't work
Related
when I try to connect my iPaq with mobile 5 and the HTC Streaming Video to a MPEG4 encoder from Mavix with RTP/RTSP i see very good video.
However when I try to connect to a Quicktime Server on a PC i get the message Media File Type not Supported.
Any one ??
any one ??
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 ?
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!!!
I've tried to play my video captured from Htc Sensation but the player unable to play the file format..As htc advertised, just take a video and watch on the big screen (Hd TV or any device with same internet connection)..Is there any settings to change the file output on the video on this phone or any third apps that we can use?
Same for me, I use my Internet-TV box but can't read the .3gp with it.
So I can play everything on my TV with DNLA excepted the videos I recorded with the Sensation.
One app exists: LG camera, there's a free version on the market. You can record 1080p directly to .mp4 so I can play it on my TV......but I think the video quality using this app is really not good, way under the quality you can have using the stock application of the Sensation and its .3gp format......
hi guys,
i bought an MHL -> hdmi cable tv out for my sensation.
But how does it work ? when i plug cable on tv , no images ...
can someone explain me how do that works ? thanks
Hello everyone,
maybe someone already had the issue below and could help me out...
I've turned my two old SGS2's with broken screen into an IP Webcam.
Both are gt-9100
Both have android 4.1.2 and the latest version of IP Webcam.
First, I've chosen the MOV video format, and when I try to open it, then it plays fine (but it produces quite huge files).
Second, I've chosen the WebM video format,
and when I access the webcam via browser (192.168.10.19:8080),
then I can see the thumbnails of recordings, but when I try to open them - nothing happens.
Also when I try to download the file and open it via MediaPlayer Classic, it does not work - "unable to open file".
Also, when I try to open the file directly on the phone, it does not work.
The same issue happens when I chose the MP4 format...
The issue occurs on both SGS2 phones.
Note that I have K-Lite Mega Codec Pack installed, and MediaPlayer opens other mp4 files without problem.
Any ideas what could be wrong with the recording?
Any help would be very appreciated!
Hello,
Thx for reply.
However streaming is not the problem.
I can see the stream from both SGS2 phones.
They are set to record the video on event (movement).
The video is recorded as mp4 (or webm) and saved in the internal memory.
I can see the video thumbnails,
but I cannot play it neither in the browser, nor via any player that I know of.
What's werid is that when I choose a MOV format, then it works well....
Hello,
Welcome to XDA.
Please post your question in the forum linked below
http://forum.xda-developers.com/android/help
The experts there may be able to help.
Found the solution.
Seems like the trick was in the video settings.
Voice Bitrate 64kbit/s
Video bitrate 1500kbit/s <- here is catch #1, it does not work if anything else is set (in my case)
Video Format MP4
Resolution 800x480 <- here is catch #2, it does not work if anything else is set (in my case)
Quality 50
Limit FPS no limit
Now I am able to play mp4 files recorded by IP Webcam.