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
Related
I have a v380 wifi cam. I need to get the video it is streaming in my own android app not using their provided application on play store. I can't find out what protocol they are using to transmit the video. Any help?
They are probably using RTSP (Real Time Streaming Protocol) hope that helps a bit
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
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
I'm trying to make an android app that sends live video from the phone camera to wowza media server using eclipse and android sdk.I tried to use the spydroid ip camera on code.google (this is the link https://code.google.com/p/spydroid-ipcamera/) but i could'nt know exactly what to change in this app to make it stream to my localhost wowza server.The tutorial that comes with spydroid is not clear(this is the link to the tutorial:https://code.google.com/p/spydroid-ipcamera/issues/detail?id=2) .Can you help me please ?
For all of you who still looking for answer - try looking at fyhertz lib. I think it's easy to apply and stable enough
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.