Stream video to android devices over wifi - android

I have to develop an app which is suppose to stream video to other device using WiFi (without Internet ). User should be able to select a video file from first device and stream in second device.
I don't have any clear idea on how to send data to another device (specially video ). Are there any steaming libraries available for android where to strwam the video ?
Please help me to find a solution to my problem
Thanks

Do you got any approch for this problem?
Have you gone through this how to share the files using wifi direct method.
http://developer.android.com/guide/topics/connectivity/wifip2p.html
Thanks
Mohsin

Related

android to android audio live streaming

I have a plan to develop an instrument app, when we shake the android phone, it will produce "angklung" (Google it) sound.
THE PROBLEM:
How to make one android phone can share its produced sound (by shake
gesture) to the other android phones having my application?
The connection that I want to use is mobile data connection and wi-fi.
I think this person has the same problem, but I don't know how to communicate with him. Stream android to android
But there is no help..
I need solution/example/suggestion for this problem. So far I succeed to produce the "angklung" sound when it is shaken.
I have no idea how to start this application. I've searched in the internet but there is no help :(
Thanks for your help.
I would give you the suggestion of streaming the audio data to a server and beaming that to other android devices (that are registered to your app). As the question/issue you have asked are way bigger than couple of lines code, hence am pointing you to some good resources, dig those deep & good luck.
Live-stream video from one android phone to another over WiFi
Stream Live Android Audio to Server

How to Stream Media(Audio/Video) Across Multiple Android device over Wifi or Wifi Hotspot?

I am currently working on a project when you play song. it's play in your another device which is automatically play in another android device connected through WiFi or WiFi-mobile hotspot.
How to stream audio android device to vlc player.
I got Some Help from [Here's a link!]
I go through many link bt none of help me.
I want build functionality like [Sound Seeder soundseeder].
Someone have any solution then please help me.
It's mine for me.
Thanks..!!
Here's a link!
this demo project play music synchronously on multiple android devices.
thanks Bryan.
For Video Streaming Using Wi-Fi Direct I Found
https://github.com/doronz/VirtualFrontView Using Libstremming Library
But It's not work on client side
From this blog
https://code.google.com/p/rxwen-blog-stuff/source/browse/trunk/android/streaming_audio/
send and receive STREAM
But Audio is not clear at receive time and not working for mp3

Android App streaming video using wifi direct

I'm currently working on an app that will stream video from one phone, to another using wifi-direct.
I've already installed and tested the sample wifi-direct app that comes with the SDK. It works great sending images from one Nexus 4 to another.
Some problems I've experienced:
I tried to have the app send a video by changing the "image/*" string to "video/*" wherever it appeared. And ".jpg" to ".mp4".
After running the app with these changes, I am still able to connect devices, but one N4 is stuck at "Opening a server socket". And the video I took never gets sent.
Perhaps I went about it wrong.
Regardless, my real goal is to stream video from one phone to the other using wifi-direct only (no data connection / wifi).
Could someone help me figure out what steps I should pursue in order to accomplish this? Should I start with the wifi-direct sample app as a base? Or should I try to write it from scratch myself? How should I go about streaming the video using wifi-direct?
Thanks!

Video Streaming over wifi?

How do I stream a video from my android smartphone to my Laptop(windows 7) without using any app? Any suggestions? A brief explanation would really help. And, I mean "streaming" and not file transfer.
You cannot use this feature without using any app,what you need to do is to program a socket client that sends the video to the server which is connected over wifi .try googling about TCP sockets in android
Go to the following link .
https://code.google.com/p/spydroid-ipcamera/
you will get full source code for wifi streaming which u can see both on a browser in laptop as well as vlc media player also (rtsp). And also u can see in another mobile/tablet using vlc plugin

Connect to NAS device from Android

I'd like to add NAS support to one of my application, and it is critical that the application is capable of streaming the content and that it not has to download it to the device. The application will be streaming video content, so once the video is over, there shouldn't be any large video files on the device.
What I've tried so far:
jCIFS - Works beautifully, but isn't capable of streaming (to my knowledge). I've successfully created video files on the device using jCIFS, but they're still there, when the video playback stops.
Temporary files - I know that Android is supposed to be able to support temporary files, but I'm not sure how it works or if it's any good in this situation. Just a thought, basically.
My application must be able to launch a video intent with a video on the NAS device, and it should be playable in any video player. I know that some applications on Market support NAS devices (and SMB / CIFS connections), but I don't know how it works.
Any suggestions or ideas would be much appreciated.
I think you have to create an in between http server as discussed in the following question: Android ServerSocket programming with jCIFS streaming files
I am trying to do the same thing, already tried VPNC, no luck.
Now I am trying to use neo router my android can connect to the server but isnt able to browse any files. It might work for you. search for VPN setup (your router name here) android. It will give you some stuff to try.

Categories

Resources