EDIT: can't post links, search for "Airvidplay" in market.
Extract media videos embedded in web pages and display them on any player you want! With Airvidplay you can extract video clips embedded in websites (Even if your browser does not support FLASH!) having the freedom for playing it anytime, on the device you want without the need of using a web browser. Once Airvidplay has processed a web page with an embedded video and you extract the video link you can:
-Watch the video in the native Android player or your favorite Android player (*).
-Download the video directly to your mobile device for later viewing without relying on an internet connection (**).
-Send a direct link to the video from your Android device to the TV in your living room or any 'renderer' DLNA in order to play it automatically with the highest quality possible (***).
-Share a direct link to the extracted video by email with a friend or yourself for playing it on any PC application.
Airvidplay is very simple to use: explore the web (or the specific video site app) from where you want to extract the video, share the link address with the "Share" function and then select "Airvidplay" in the list of available applications. If you run Airvidplay manually, the application tries to find a valid video link copied to the clipboard. Before playing, if desired, you can select the preferred video quality within the available (Low, Standard, High or HD). Sit back and enjoy the video!
Currently Airvidplay 1.0 supports the following video sites:
-Youtube.com
-Dailymotion.com
-Vimeo.com
-Marca.com
-Rtve.es
- ... And more supported sites in future releases!
Limitations:
-Airvidplay is unable to extract embedded videos on websites not belonging to the original video own domain. You must visit the original web video for proper operation.
This is a free version and it includes advertising banners. Airvidplay has been programmed in MIT App Inventor environment with minor modifications of Dalvik opcodes in the final stage.
NOTES:
(*) The native Android media player does not support playback of most low quality videos (FLV). To be played on an Android device a FLV player as "Mx Player" is required.
(**) Most web browsers automatically try to play videos instead of downloading them. "Opera Mobile" has been tested as capable of downloading videos.
(***) To send videos from Airvidplay to your TV or DLNA 'renderer' you need a DLNA control point as "BubbleUPnP" installed on your Android device.
Looks promising
kotipelto said:
EDIT: can't post links, search for "Airvidplay" in market.
Extract media videos embedded in web pages and display them on any player you want! With Airvidplay you can extract video clips embedded in websites (Even if your browser does not support FLASH!) having the freedom for playing it anytime, on the device you want without the need of using a web browser. Once Airvidplay has processed a web page with an embedded video and you extract the video link you can:
-Watch the video in the native Android player or your favorite Android player (*).
-Download the video directly to your mobile device for later viewing without relying on an internet connection (**).
-Send a direct link to the video from your Android device to the TV in your living room or any 'renderer' DLNA in order to play it automatically with the highest quality possible (***).
-Share a direct link to the extracted video by email with a friend or yourself for playing it on any PC application.
Airvidplay is very simple to use: explore the web (or the specific video site app) from where you want to extract the video, share the link address with the "Share" function and then select "Airvidplay" in the list of available applications. If you run Airvidplay manually, the application tries to find a valid video link copied to the clipboard. Before playing, if desired, you can select the preferred video quality within the available (Low, Standard, High or HD). Sit back and enjoy the video!
Currently Airvidplay 1.0 supports the following video sites:
-Youtube.com
-Dailymotion.com
-Vimeo.com
-Marca.com
-Rtve.es
- ... And more supported sites in future releases!
Limitations:
-Airvidplay is unable to extract embedded videos on websites not belonging to the original video own domain. You must visit the original web video for proper operation.
This is a free version and it includes advertising banners. Airvidplay has been programmed in MIT App Inventor environment with minor modifications of Dalvik opcodes in the final stage.
NOTES:
(*) The native Android media player does not support playback of most low quality videos (FLV). To be played on an Android device a FLV player as "Mx Player" is required.
(**) Most web browsers automatically try to play videos instead of downloading them. "Opera Mobile" has been tested as capable of downloading videos.
(***) To send videos from Airvidplay to your TV or DLNA 'renderer' you need a DLNA control point as "BubbleUPnP" installed on your Android device.
Click to expand...
Click to collapse
How do i paste a link in input link box?
The market link
Download from play Store
Looks very interesting!
I'm using a JellyBean rom on an older device that doesn't allow to play flash videos in browser so I wast just thinking about an app doing what you are doing, like yesterday!
But unfortunately I get an error when launching the app:
java.lang.UnsupportedOperationException
Source file: Form.java
Line Number: 445
My system is in french so it is probably a language incompatibility.
Let me know if you need more info on this.
Raibbl said:
Download from play Store
Click to expand...
Click to collapse
Link to Airvidplay on Google Play
Edit: I see you edited it youself
Interesting idea, but a NOGO for me as it only supports several sites. Somehow similar to Twonky Beam, it supports also Flash, but less sites.
cgorki said:
Link to Airvidplay on Google Play
Edit: I see you edited it youself
Click to expand...
Click to collapse
Your signature is hilarious!
If this works for Amazon's Instant Videos, you'll really be on to something.
this is just what i was looking for.
Sent from my ASUS Transformer Pad TF700T using Tapatalk 2
Could something like this work to make NetFlix videos downloadable for later viewing?
Very impressive and you built it with App Inventor, even more impressive.
farzii said:
How do i paste a link in input link box?
Click to expand...
Click to collapse
If there's a valid link in clipboard, Airvidplay retrieves it automatically, so no need for paste function.
Could you please add support for comedycentral.com, thecomedynetwork.ca, nbc.com, and citytv.com
Nice App! Keep going!
Sources for plugins
Well, I've played with this app a bit and it looks very promising - good job! The only problem is - one needs to wait for the developer to add support for their favorite site and/or wait for site support to be fixed when the site changes the layout/structure. It's a cat and mouse game, but it has a chance of working if there are multiple persons working on support for various content.
I've worked for a few years on a similar project that used a site scraper to get the video links and push them to a media player (the WDTV Live). The project is called UMSP and is part of the WDLXTV firmware for that media player. There are a ton of (>50) plugins written for UMSP that handle some sort of scraping (mostly by using regular expressions or acting as a proxy) in order to get the URL for the video file and pass it to the player process.
I guess the logic behind some of those plugins can be added to Airvidplay and extend its functionality in the future. The plugins are written in PHP so they can't be directly used, though...
Supported plugins (note, not all of them still work - check out the details thread for each one if you want to port the scraping code over): http://umsp.wdlxtv.com/manifest.xml
You can get the plugin code via svn (svn co --username guest --password guest https://svn.wdlxtv.com/svn/umsp umsp-plugins) or have a look through the web portal: http://svn.wdlxtv.com/listing.php?repname=UMSP
The info.php file in each plugin will contain a description of the plugin + a link to its support forum thread.
A guide to understanding how such plugins work (and how to develop one): http://wiki.wdlxtv.com/UMSP_plugin_development
UMSP plugin forum: http://forum.wdlxtv.com/viewforum.php?f=53
Now, I understand that this will involve a lot of work on the developer's part, but at least he can read some code to understand how to extract a video URL (and in some cases how to decrypt it!) to make a specific site work. Because of the amount of work involved I guess the future of this project will be brighter if the program would have a "plugin mode" - some mechanism for users to add their own parsers/scrapers so that one can add support for any site they desire (as long as they know some regular expressions). I'm not sure what the best way to build this plugin architecture would be - could be something simple as reading the regular expressions from text files in a specific directory at start time and associating a base URL to a regular expression, or could be something more complex.
Since site structure often changes, the plugins would be more efficient and easier to be maintained (while still being downloaded with the app).
If you are interested in expanding this application and if you need my help with porting some code from these plugins, let me know and I'll try to help.
Other projects of interest might be the cclive/quvi project (http://quvi.sourceforge.net/) and the XBMC scrapers.
In what folder do the videos get saved to?
is there a chance of supporting twitch.tv VODS and livestreams? i would love it for both
I haven't seen any developments in almost 1 year. No open sources either. I would say it's a lost cause
It's not working any more. Also, it disappeared from the market.
Beam links/youtube videos to any device from your Windows Phone
##FREE VERSION NOW AVAILABLE. LOOK BELOW FOR LINKS
Check out the new app BeamLink. It allows you to beam links(youtube videos, blog posts, pdfs, ebooks etc.) from your Windows Phone to any device with a browser. That's right, IPADS, ANDROID TABLETS, WINDOWS TABLETS/DESKTOPS/NOTEBOOKS, SmartTvs, PS3, XBOX360, Mobile Phone and just about any device with a browser. The best part is that Absolutely no set up required. Just point your target device's browser to 'beamlink.in'.
Description from the Store:
THE COOLEST AND QUICKEST WAY TO BEAM LINKS TO YOUR OTHER DEVICES
Are you always watching videos and reading webpages/blogs etc. on your Windows Mobile?
Do you often wish that you could read/watch your links on devices with bigger screens like tablets/desktops/laptops or smart TVs?
But, you don't want to go through the effort of finding that specific webpage/video again?
Well, BeamLink to the rescue!!
All you have to do is open 'BEAMLINK.IN' on a browser and you can 'send' all kinds of links including videos from youtube etc. to it.
NO SETUP REQUIRED! NO ADDITIONAL SOFTWARE REQUIRED!
All you have to do is download the app to your Windows Phone.
Steps:
1) Copy the link you want to beam from your Windows Phone.
2) Open the BeamLink app and use the paste option.
3) Open beamlink.in on the target device's browser and scan the code.
4) Voila!
Note: You can even type a URL to beam. A history of shared URL's is maintained for easy resharing.
Search the Play Store since I can't post links
I had quick question, is the uTorrent app for Android encrypted? I have gotten 2 dmca Complaints because I have downloaded movies from popcorn time and on PC uTorrent. I have downloaded lots movies on uTorrent app on Android I haven't got one yet. But when I download movies on PC from uTorrent my ISP founds out and Popcorn time. Why is that.
Discussions about illegal activity (such as downloading content for which you do not have a physical copy or digital rights to said content) are not allowed.
Thread closed.
Hi. I see that the videos downloaded can easily be extracted and transferred to a new device.
I would highly recommend a sort of Encryption on the video to prevent it being pirated.
PS. Used Memory Map to figure out the location of the video and added a .mp4 extension to make it work with any player.
DevParapalli said:
Hi. I see that the videos downloaded can easily be extracted and transferred to a new device.
I would highly recommend a sort of Encryption on the video to prevent it being pirated.
PS. Used Memory Map to figure out the location of the video and added a .mp4 extension to make it work with any player.
Click to expand...
Click to collapse
Thank you for raising this to us and showing concern for our content safety. We want our users to enjoy our content at their ease and thus download is very important for us as we always want to enhance the user experience. While this will remain our focus always, we are also actively working to foolproof any piracy threats.
Open video filters or use YouTube Kids applications can reduce inappropriate content for children when watching YouTube. You can customize content you see in the YouTube Kids app by signing into the app and blocking videos or channels you don’t want your child to watch.YouTube is an amazing place to find interesting content.
No matter what your taste is, there is a channel for you on YouTube. However, more often than not, Youtube can be unsafe for your children.**To limit young children from touching sensitive content, users can activate "Restricted Mode". At this time, YouTube will "hide videos that may contain inappropriate content flagged by users and other signs".*
When you log into YouTube account then go to Settings on the left menu bar. Scrolling down the page, see Restricted Mode. Enable this option and click Save to activate the filter. .On phones and tablets, users can apply YouTube Kids, a YouTube version designed by Google specifically for children. The above content is more carefully screened, optimized for young children with four cards: Program, Music, Learning and Discovery.*T
There are negative impacts on children when using YouTube so it is important to importantly, always follow the usage of smartphones and Internet of your children.
I think you can easily do it with the help of your ISP. You just buy a certain package. But I'm not sure.
Also, you will need to limit VPN access, in case you have VPN at all.