All,
I have a solution. Not the best. It’s a bit dirty but it works.
You need to have “Stream Video Player” installed on your site. A .flv media player that produces a block of code you will use to post flash videos from your droid WordPress App.
You need to have a file (FTP) browser on your Android phone (such as ES File Explorer) as well as the “MediaCoverter” app (costs a few dollars on droid market). This is to convert your videos to .flv
1) Create a post (using your PC) on your blog and upload a video file using the Stream Video Player button on the task bar.
2) Go back into the post edit window and you will see a large chunk of html code such as this:
[stream flv=https://yoursite.com/main/wp-content/uploads/Mobile/oct29dragon.flv embed=false share=false width=500 height=300 dock=true controlbar=over bandwidth=high autostart=false /]
Email yourself this code (or simply access the post from WordPress for droid and copy the code)
4) Convert your video file on your android using the MediaConverter App. It uploads to the cloud, coverts, then downloads the file back to your phone. It works beautifully.
5) Upload the .flv video to a location on your wordpress site by accessing your site by FTP (using ES File Explorer). This is where we will point the video player code. (EX:
6) Now create a new post, paste in the code you obtained from step 2 above (which you saved in a text file or emailed to yourself) and make sure that stream flv= points to where the file is saved on your site.
7) Publish the post and you should be able to see the video playback. The post itself has no media. It is simply a line of code that runs the Stream Video Player and points it to the location where you saved the actual flv file.
This doesn’t allow mp4 playback on your site but it does allow you to upload video to your site from your phone.
Enjoy.