The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
9 views

3gp link extracted from Youtube gdata API not working [closed]

I have extracted Video Data using gdata API and got 3gp url for format 1,6. This i got extracted from Media:Group --> Media:content element. following are sample url ...
3
votes
0answers
49 views

Record video and send it to server

I want to record a video, and stream it directly to the server while recording (i.e. the video should be saved on the server, not necessarily locally on the Android device). How can this be ...
1
vote
1answer
611 views

Stream video over Samba or nfs to Android device

I have a file server on the LAN that serves Samba and NFS. What applications can connect with any of those protocols and stream video from it, without unlocking/rooting?
3
votes
1answer
295 views

FFMpeg stream to FFServer from Back Camera

I'm looking for a way to stream my camera video from my Android phone to an FFServer, like I would with FFMpeg from the command line in Linux: ffmpeg -f video4linux2 -i /dev/video0 ...
4
votes
2answers
845 views

Videos are directly streaming onto my default player. Want to open in Opera so I can download it

I have been using Android for the last week. I have Opera for browsing. I download videos from a website directly thru Opera. While downloading it asks me whether to open the video in Opera or ...
2
votes
1answer
1k views

Video streaming among Android devices using Wi-Fi without Internet

I am looking for a way to stream online video between 2 or more Android devices over Wifi network created by hotspot tethering. I found one that can stream audio online. Is there something similar ...