[Q] Streaming on Andriod (via VLE) - Android Q&A, Help & Troubleshooting

Hi all,
I am new to this forum and if I have posted anything wrong or annoyed anyone, please let me know nicely.
Background:
I am very new to andriod (have not used it before) and I am very interested in learning to use it very well (including rooting it). I can write some programming language but I am not familiar with java or anything as fundamental at all, but I am sure I can learn it.
At the moment, I am planning to buy a nexus 7 to build up my android experience simply because it is not expensive and it should run the latest available Andriod being a google device.
Question:
At the moment, I am studying for a professional qualification (with BPP), and their online VLE (Virtual Learning Environment) is extremely annoying on browser, what is even more annoying is that they have "security" to the online streaming lectures, I cannot download them (even with softwares) nor stream them on tablets.
I was wondering if streaming these videos would be possible on a (moded) android? - I have put as much details of the type of streaming below
Dilemma:
Another totally off topic question is regarding nexus 7 2. Should I wait? I was thinking of just buying a 2nd hand or refurbed nexus 7 first and then cut the loses and buy the 7 2 when it comes out. Opinions on this would also be appreciated!
Reference:
Details regarding the videos - this is from their FAQ regarding the videos:
If you still cannot launch the online lectures please run the three diagnostic tests linked to below. Allow each test to complete and then take a screen shot of each result screen. Paste each screen shot into a single document and upload the document with the screenshots when you submit your issue to us using our Contact Form. Some of the tests may take a minute or so to run. Please wait until either 'Test Completed' appears or the flowplayer spinning circle is replaced with an image.
Check your bandwidth using the bandwidth speed test
We use a high compression ratio to make the size of our online lecture files as small as possible. However, to prevent poor quality there is a limit we can go to. This means that anyone launching one will need a minimum download speed of 512kbps. If you have less, then you may not get smooth playback. Carry out a bandwidth speed test to check what your download speed is.
Check you have streaming access using the protocol test
We use RTMPE and RTMPTE protocols to securely stream video to your browser. RTMPE is tried first. If this fails then we try to use RTMPTE. One of these protocol types needs to be enabled. This may be the reason why you can't see anything load. To test for these two protocols please run the protocol test.
The last test is the port test
The ports used for streaming are ports 80, 1935 (TCP) and your default port (normally set to 443). If they are not open for the streaming servers we use then you won't be able to see the lectures. To test the ports please run the port test.
If you need more info please ask - I am very keen to get this working, as I will need it for the next 3 months...
Thank you all very much in advance

Hi guys, could anyone help me please?

Related

Curious if this has been done (Phone as touch screen for pc)

I was wondering if anyone had thought about the idea to change your phone into essentially a second touch screen monitor for your computer. You could do it wirelessly, but I think a usb connection to charge the phone while you do it would be just as good, in some ways better.
One you could extend your desktop to essentially, and make it work like any other monitor, just with the touch input.
Its called Logmein or VNC .
Unless I am mistaken you need to carefully reread my post. I do *NOT* want to control my monitor through my phone. I want my phone to *BE* a monitor for my pc with touch input. Last I checked either of those programs only allowed me to control my pc through my phone, not act as a secondary display. If I am wrong feel free to inform me.
Logmein Ignition is close,but its still not what I want. The goal is to have the phone be nothing more then a monitor and HID for the computer its hooked up to.
i doubt its possible because if you haven't noticed on the back of your monitor are some wires, ( if your using laptop its inside ) those are what your CPU shows to the monitor, and those cannot be connected to a phone, its just not possible.
Resolution wouldn't work its wayyyyyyy to small.
it might be possible, but i highly doubt it.
Totally possible through USB, the point is not to have a huge display but a minidisplay.
USB Monitor example.
http://www.thinkgeek.com/computing/usb-gadgets/bfa3/
No offence, but typical of this forum apparently. Instead of throwing out FUD please answer if you have the knowledge of have read the actual post thoroughly. Thank you .
It could theoretically be done through Linux. The problem would be the resolution conversion. And that, would have to be done from the computer side~~~ convert size/resolution/format~then send. The problem would getting it to stream without delay or lag. Normal text would be probably ok but video, I think it would get delayed so looking at the CRT and the phone you would experience delay and speed differential.
I do not know an app that does that, but I my brother wrote an executable for Sun that did this. So, it can be done.... Sorry I am not much help.....
Perhaps I am not being clear, or people are just not used to the way multiple monitor systems work under windows. Not sure which so I will try to clarify what I am talking about and provide a couple examples.
I want to know if anyone has developed or is interested in developing a way to have an android device be used as a secondary monitor, with touch input, for your PC(preferably windows PC).
What do I mean by secondary monitor?
An independent display that is able to use its native resolution, and not be a duplicate of your monitor.
Examples currently available:
Here is a website that has many different kind of usb monitors.
http://www.mimomonitors.com/
Final note:
The goal is to have a small display that can be taken advantage of when you want to use it, while charging your phone. Given androids ability to multi-task you would not lose access to the phone while doing this.
Application purposes:
Display chat output, music, ventrillo, and web pages while in a game or other landscape intensive task on your computer.
Why?
Our phones sit beside us while we are on the computer and for the most part we don't utilize them while they are there. Why not make them usefull while they charge? People have been purchasing multiple displays or mini-displays for many years now, and I think it would be awesome if we could use our phones for that purpose without having to go out and buy a new device.
Yeah I would love a feature like this.
Sent from my SGH-T959 using XDA App

[Q] Interfacing with a java application

I'm developing a touch screen based system for controlling electronic music. As part of the development, we'll be building our own touch screen, but that's not going to be ready for some time. In the mean time, I need to start writing the software (which will be done in java), and I'm going to need a touch screen to use for testing.
So, I am NOT trying to write an application for the Galaxy Tab. I am writing a application that runs on the my desktop, and I'd like it to be able to get touch information from the Galaxy, in any way practical. I've looked into using an iPad for this, but it looks to be too much of a pain to be worth it. All I need is a way of my java application receiving the list of co-ordinates of touches from the tab, in real time. I don't need any higher level gesture interpretation (as I'll have to do that on my end for the final system anyway), just all the touch co-ordinates. Does anyone have a suggestion on the best way to go about this? Is there something in existence already to accomplish this easily, or is there any kind of java library I can use to make calls to a connected tab from my application? I've been googling around, but haven't found any particularly useful information on the subject, as the tab is chiefly meant to be a stand-alone item, not a pc peripheral. Any tips on where I might start looking would be a huge help. Thanks!
-cullam
cullambl said:
I'm developing a touch screen based system for controlling electronic music. As part of the development, we'll be building our own touch screen, but that's not going to be ready for some time. In the mean time, I need to start writing the software (which will be done in java), and I'm going to need a touch screen to use for testing.
So, I am NOT trying to write an application for the Galaxy Tab. I am writing a application that runs on the my desktop, and I'd like it to be able to get touch information from the Galaxy, in any way practical. I've looked into using an iPad for this, but it looks to be too much of a pain to be worth it. All I need is a way of my java application receiving the list of co-ordinates of touches from the tab, in real time. I don't need any higher level gesture interpretation (as I'll have to do that on my end for the final system anyway), just all the touch co-ordinates. Does anyone have a suggestion on the best way to go about this? Is there something in existence already to accomplish this easily, or is there any kind of java library I can use to make calls to a connected tab from my application? I've been googling around, but haven't found any particularly useful information on the subject, as the tab is chiefly meant to be a stand-alone item, not a pc peripheral. Any tips on where I might start looking would be a huge help. Thanks!
-cullam
Click to expand...
Click to collapse
Ok, well I'm going to try and be brief and not turn this into an Android programming essay so here goes.
You have a couple of different routes you can take.
1. If you use eclipse for development and you hook up your tablet, you can watch the log and see that it prints useful information constantly, basically debug output that tells you whats going on in the background. If you just want to look at it, you can probably see it there.
2. This would be my choice, but I'm a programmer so I love a new adventure. I would recommend you just write a quick app for your tablet that pumps out the location of a touch whenever you touch the screen. If you are familiar with sockets and such, you can just write a simple server Java app that collects packets of data from your tablet, and just have the tablet send out a multicast packet containing the coordinates you touch every time you touch the screen.
There are probably some other ways, but if you are already going to be doing the bulk of the project in Java, you aren't looking at a difficult learning curve to write a basic little android app.
Thanks! I'll definitely try the eclipse trick. And yeah, writing an app on the tab is probably going to be necessary, but MUCH easier than having to learn a new language, and get an official license to do one on the iPad. The thing I'm really unsure about is the available communication methods for getting data back and forth between them. I was hoping there might be some sort of java api to get calls going through the usb connection. So I'll guess I'll see what the Eclipse hook up shows me.
cullambl said:
Thanks! I'll definitely try the eclipse trick. And yeah, writing an app on the tab is probably going to be necessary, but MUCH easier than having to learn a new language, and get an official license to do one on the iPad. The thing I'm really unsure about is the available communication methods for getting data back and forth between them. I was hoping there might be some sort of java api to get calls going through the usb connection. So I'll guess I'll see what the Eclipse hook up shows me.
Click to expand...
Click to collapse
apple stuff is crap anyways, leave them to their pretentious commercials and closed minded development.
as far as the android sdk, I think it will take you a lot less time to just use network communications. google socket client/server java tutorials and you should be set to go in about 2 hours. I have implemented it, its all straight forward, and imho probably an easier app to write that something that pumps out of the usb port
Awesome, thanks

[Q] What are best ways to record a screencast?

I am hoping to record some video tutorials for a mobile device user group at work (I work at a university) that would be directed toward the faculty and staff. I'd like to record the screen of an Android device as I walk through the different tutorials, but not by video camera. I'm thinking screencast, but not sure what the best software is to use...
I'm more comfortable recording everything on my computer using Camtasia. I have the Android SDK and got the emulator working, but I don't like that I'm limited in terms of apps (some tutorials may go through different apps). No market makes me feel limited.
I also tried AndroidScreencast (the java file that's floating around). That fails to load, I'll have to post the error code(s) later if someone actually wanted to tackle it.
I also tried [email protected] (droidcap) but the image is over exposed/washed out. I even tried saving a png to see if I could correct the image in Photoshop and found the png s mostly transparent, which is what is causing it to look washed out.
Then there's the Screencast app that I'm not sure I want to spend money on yet. So far the demo looks promising and I may end up going this rout instead, but are there any other options I'm missing? I'd actually prefer a root-free option as I may upgrade my phone and choose not to root when that time comes (I don't plan on leaving this job and expect this group to grow).
Is there even a way to just send a video signal out like mhl but directly over usb to a computer? I'm guessing you'd need a specific program to receive it, but I can day dream right?
Screencast is pretty good. It will be worth the money if you are gonna make a few videos. It produces a very nice video. Worth the $4...

[Q] A new Atrix OS with open Linux installation.

Hello XDA Developers!
tl;dr I need either a solid, light OS replacement for Android 2.3 on my Atrix, or I need a video streaming and virtualization app with no lag that works between android devices and either windows or linux desktop.
First I'd like to say how impressed I am with you folks. Massive amounts of work most be done on a regular basis, and so I tip my hat to you in thanks for looking at my potential problem/question.
I've got two devices that I'd like to make some serious software changes to, one of them my Atrix (the other is a Flytouch Tablet ARM11 with Android 2.3, but that's for a different forum). Let me start by saying that I like to think of myself as very technically literate, but when it comes to linux I just don't have nearly as much experience as I do with windows/mac, and it is about to really show.
What I want to do is load a light Linux OS on these devices. Normally, if I was going to install a new windows kernel on a machine I would copy an ISO to a USB thumb drive and make the drive bootable (using the MS program Windows 7 USB/DVD maker), then startup the PC and either through the BIOS or by hitting the proper button during the startup sequence I would ask the PC to boot into the drive and begin the installation.
Questions:
What is the image file type for mobile OS's?
How would one choose the right type of linux OS for an Atrix?
What is the difference between flashing a ROM and installing and OS?
Why is it when I updated my phone recently that it became unrooted?
(and) Is there any way to revert this process to make rooting easier?
Is there any way to capture a video output (like a stream) and broadcast it to these mobile devices so I can avoid changing their software alltogether?
(and) Could I just remotely control another PC from the mobile device, letting it do all the actual computing?
Can I use the Webtop Dock as a monitor for my desktop if I can find the proper HDMI cable to connect it to the HDMI output on my desktop video card?
(and) Can I also connect the Micro USB and use the keyboard/mouse (hooked into my desktop motherboard) on it as well?
(and finally) Can I use my Atrix as a prototype omni-tool by docking it in a docking station, attaching various tools that work with a linux operating system (wide-spectrum ultrasound imaging, temperature monitors, vital monitors, electronic laser saw (USB) (with separate power attachment of course) and extendable, movable USB cameras?) and then strapping it onto my wrist with a cool leather bracer design?
My end-goal is to have all three of these devices on the same network, with the ability to seamlessly access my data between them. For example, if I'm working on a document, I'd like to be able to access the document in a document editing program across all the platforms (imagine google docs with multiple users) however with one MAJOR stipulation: I'll be on a local network with NO INTERNET ACCESS!
Briefly (to better help you understand just what I'm trying to do) I am a freelance archaeologist/deep sea explorer/ROV tinkerer about to do a series of surveys mostly by myself in some VERY remote locations. I'll have a Wi-Fi network to link all of my devices together running out of my boat, but it's only for data sharing between each other, and since Satellite Internet is a joke, I can't think of any way to get data out there, and I've decided to live without it while I'm away.
I have a webtop dock for my Atrix, and the environment developed by Motorola is far too restrictive. I've tried countless fixes to try and get the webtop2SD to work, but I must be doing something wrong (Maybe the latest update screwed it?). I think since I'd like to use some linux applications while on the mobile devices, I would rather install a custom OS for both.
OR (preffered)
Even more simply, I'd like to stream the video feed and remotely control my desktop PC (located on the boat) on the mobile devices, but with yet another stipulation: I can't have FPS lag (I usually get 1-2 FPS with all the virtualization and remote control apps I've tried). This would in some senses be the preferred option, since I really don't want to spend oodles of hours trying to get some program to work in a difficult, restricted environment like these mobile device's current OS's. Is there a good, non-lagging version of desktop virtualization for Android OS?
About that webdock: I can't seem to find a female-to-female micro HDMI cable anywhere on the internet, thought I did find one Micro HDMI extension cable, and bought it promptly. I could buy another, but cut the male ends off and splice the female parts together (**** just got kinky). But if I could, would this work?
Phew that was a lot! Again thanks so much for thinking for me!
I've personally never found any kind of remote desktop software that works without lag, but it might be possible to find some. Someone else might know what to tell you there.
After doing some basic searching, the only collaborative document solution that I've found has been Etherpad Lite. You could set up a desktop or laptop running linux as the server, and all the other devices on your small network could (theoretically) run a browser based client similar (but far less advanced) than Google Docs. This way, everything on your LAN/WLAN could access the application, if it's stout enough to support your needs.
https://github.com/Pita/etherpad-lite
http://en.wikipedia.org/wiki/Collab...Real-time_collaborative_text_editing_software
Everything you're looking for just seems to be limited for Android, I wish you the best of luck.
I have always found Teamviewer great for remote PC control from my Atrix. They have a nice app and free license for home/personal use. I get minimal lag controlling my PC at home when at work, but that's over WiFi. Not very fast and pretty laggy if I am on data with my Atrix.
BTW............I can work on documents, transfer files to and from PC's and laptops, print documents on my wireless printer, etc. across my home network from my Atrix, all routed through a Netgear WNR3500L running stock firmware (dd-wrt actually slowed my network down and reduced WiFi range considerably, so I reverted to stock).
First, there is no "magic" within the lapdock device. It is a nice HDMI screen, a couple crappy input devices on the USB side, and a battery. The standard Moto software does recognise the usb device and do some software magic, but certainly you could use the dock on it's own w/o the phone.
As to completely replacing the /osh webtop OS that Motorola provides, that is challanging.
There are 2 basic ways to open it up though. Go to the developers subforum and look for webtop2sd and "full Debian".
Somebody did post recently with an attempt to fully replace the webtop OS. he was using gentoo, so look for that and you should find it. But I suspect it is early, and likely to be a significant WP.
As to learning all this ****. If you do some Linux developement or heavy hacking (which it kind of sounds like) you should set up a full full blown 'droid dev platform and start playing. It is big and bulky, but you will learn faster that way than just searbhing around.
EDIT: just reread your post that you are light on Linux. if you want to do anything more than just follow along, it might be a good idea to setup something like an Ubuntu and get familiar there. 'Droid is way different looking (it really basterdises things around) but yoiu need to know both if you want to play with webtop hacks.
Thanks all. I'll look around again to see if I can find the threads you mentioned. I've tried Webtop2SD but to no success so far.
Thanks again.

Torque Pro OBD app and data logging

So i got myself an OBD bluetooth scanner and the Torque app...bloody brilliant.
So much information!
anyway, i cant seem to get it to upload data logs to the web viewer?
i have my account created and setup correctly but nothing in the web viewer when i log in.
Does anyone use the app and have any ideas on how to get this to work?
Secondary i have e-mailed myself some data logs and cant get them to open properly?
I cant seem to get Track Recorder to work with Torque Sync software, it stucks at Searching for Torque
Valiceemo said:
So i got myself an OBD bluetooth scanner and the Torque app...bloody brilliant.
So much information!
anyway, i cant seem to get it to upload data logs to the web viewer?
i have my account created and setup correctly but nothing in the web viewer when i log in.
Does anyone use the app and have any ideas on how to get this to work?
Secondary i have e-mailed myself some data logs and cant get them to open properly?
Click to expand...
Click to collapse
I imagine the particular posters have found answers to their problems seeing as this thread
dates from 2014 but I thought it might be worthwhile answering all the same as I ran in to the same niggles when I began using this app so if anyone searching these issues subsequently may find some worth from my reply.
First of all as a far as experience and knowledge is concerned. Firstly with cars;fixing,modifying, engine management tuning, obd2, diagnostics. Basically my auto knowledge is extremely wide and extensive from approx 35 years of obsession and getting stuck in an the deep end whereas my knowledge and experience of computers and smart phone tech is on much, much shakier ground
In fact, for those of my vintage. i.e late 30s,early 40s remember when we were kids. and programmable VCRs were the height of cutting edga technology. Well I'm like the way our parents and grand parents were then. i.e pretty much baffled by it and even following the instructions it was hit and miss whether you actually managed to record that film rhat was on at 4am lol.
So for the second issue brought up by the OP it doesn't matter whether you email yourself the log file or not (I found the few times i tried it that the file wouldn't attach and when it did the problem was the same anyway) you need Microsoft Office or any other type of office suite to view the files. On the pc i have Microsoft office but had to download an app to my phone to view. csv files. Again an office suite that not only displays. csv files but puts them into a spreadsheet format is required.
As for the first issue it's preferable in every way to view the site. on a pc because on the phone display the actual box to sign into is off screen and takes a little bit of zooming out and seaching to find, the same goes after you have signed in when another box appears with a list of the logs files recorded and the tab to choose it. This is where my lack of fundamental computer/web knowledge comes in. I can't tell you why it doesn't sit nicely inti an easily accessible mobile format but it doesn't. Once you've found the first sign in box/pop up it becomes simple, annoying but simple.
As for there being nothing after signing into the webview site successfully all I can assume is either you've no log files to view which you should have if it's all been set up correctly, including choosing which PIDs to send to logfile or the pop up/window where you click on your logfiles is right off screen and has to be looked for. Of course you don't get that problem if accessed using your desktop.

Categories

Resources