Motorola Droid Forum Logo
Motorola Droid Forum Logo - Right

Playing h.264 videos

This is a discussion on Playing h.264 videos within the Droid General Discussions forums, part of the Droid Discussions category; Originally Posted by stanwelks I tried viewing h.264 videos through the browser on a site and it didn't work. How can I do this? Thanks. ...


Droid General Discussions General Motorola Droid Discussions / General Verizon Droid Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 01-17-2010, 04:07 PM   #11
DVD Catalyst Dev
 
dvdcatalyst's Avatar
 
Premium Member
Member #7213
Join Date: Nov 2009
Posts: 783
Phone: DynaTAC 8000X
Originally Posted by stanwelks View Post
I tried viewing h.264 videos through the browser on a site and it didn't work. How can I do this?

Thanks.
.mp4 works.

Just visit one of the links in this thread using the browser on your Droid.

Droid-Optimized Movie Trailers

854x480, h264 video @ 1500kbps, 160kbps audio

embedded video probably will not work, since this requires a video plugin for the browser, but direct links do work (if the file is properly formatted) and will open up the video player app on the Droid.
__________________
www.tools4movies.com
dvdcatalyst is online now   Reply With Quote
Old 01-17-2010, 04:15 PM   #12
Droid
 
Sarreq Teryx's Avatar
 
Member #22477
Join Date: Jan 2010
Posts: 62
Phone: Moto Droid w/ v2.0.1
try getting mp4box and re-muxing the movs to mp4

beside that, I'd really like to see mkv support in android, it's open source, I don't see why not
Sarreq Teryx is offline   Reply With Quote
Old 01-17-2010, 04:20 PM   #13
Master Droid
 
LrdElderon's Avatar
 
Member #26076
Join Date: Jan 2010
Posts: 489
Phone: Motorola Droid - Verizon
Originally Posted by Sarreq Teryx View Post
try getting mp4box and re-muxing the movs to mp4

beside that, I'd really like to see mkv support in android, it's open source, I don't see why not
There are a lot of things that are open source and should be part of or at least installable into android for instance .flac support or heck not even open source, we should be able to add pretty much any codec we want, but we can't because google has it all locked down so all we can play is what it says on the outside of the box.

Apps like VLC which can play almost everything will not be feasible as far as I know until google opens up the media portion of android more. I hear this may be a possibility in the future.

Perhaps I'm wrong but I was reading a forum for a high end codec company and they were saying the hold up for codec support for other formats is google.
LrdElderon is offline   Reply With Quote
Old 02-19-2010, 09:55 AM   #14
Droid Newbie
 
peaceoutside.org's Avatar
 
Member #39021
Join Date: Feb 2010
Posts: 3
Phone: Motorola Droid - Verizon
I'm looking for this answer in many places. Hopefully you guys can help.

I want a droid user to navigate to a web page.

On this web page, there will be a video or list of videos.

When the user clicks one of the videos it will start streaming in the droid media player.

So far I've tried the HTML5 video tag which is supposed to work but doesn't and just a standard anchor tag that works, but does not stream the video.
peaceoutside.org is offline   Reply With Quote
Old 02-19-2010, 10:15 AM   #15
DVD Catalyst Dev
 
dvdcatalyst's Avatar
 
Premium Member
Member #7213
Join Date: Nov 2009
Posts: 783
Phone: DynaTAC 8000X
Originally Posted by peaceoutside.org View Post
I'm looking for this answer in many places. Hopefully you guys can help.

I want a droid user to navigate to a web page.

On this web page, there will be a video or list of videos.

When the user clicks one of the videos it will start streaming in the droid media player.

So far I've tried the HTML5 video tag which is supposed to work but doesn't and just a standard anchor tag that works, but does not stream the video.
like in my "trailer" thread?
Droid-Optimized Movie Trailers

it's the file itself that enables this functionality. It's called fast-start

QuickTime 7: Preparing movies for Internet delivery
__________________
www.tools4movies.com
dvdcatalyst is online now   Reply With Quote
Old 02-19-2010, 01:00 PM   #16
Droid Newbie
 
peaceoutside.org's Avatar
 
Member #39021
Join Date: Feb 2010
Posts: 3
Phone: Motorola Droid - Verizon
Originally Posted by dvdcatalyst View Post

it's the file itself that enables this functionality. It's called fast-start

QuickTime 7: Preparing movies for Internet delivery
Awesome, that is exactly what I needed.

If I am fortunate, maybe I can get the right settings and configuration to make this work the way I want on all H.264-enabled mobile devices.
peaceoutside.org is offline   Reply With Quote
Old 02-19-2010, 01:08 PM   #17
DVD Catalyst Dev
 
dvdcatalyst's Avatar
 
Premium Member
Member #7213
Join Date: Nov 2009
Posts: 783
Phone: DynaTAC 8000X
Originally Posted by peaceoutside.org View Post
If I am fortunate, maybe I can get the right settings and configuration to make this work the way I want on all H.264-enabled mobile devices.
The streaming server app I am working on is based on the same principle. Initially I started it for the iPhone, but then found out it worked on other devices as well.
Unfortunately, with the latest iPhone update, it no longer works this way on the iPhone/iPod Touch. Now if you access a properly created MP4 through the web, it just loads it as a txt file, filling the browser with an ascii representation of the video

if you want it to work on Droid, BB and Windows Mobile 6+ devices, make sure you use the lowest resolution of the bunch. Blackberry Curve uses 320x240 as a max for video, which plays fine on all others, however, using something higher than that will result in some devices not capable of playback.
If you are running your own server for hosting the files, you could look into "darwin streaming server" which can stream the files at different resolutions, however, it has a limitation on how many it can serve at once.
__________________
www.tools4movies.com
dvdcatalyst is online now   Reply With Quote
Old 02-19-2010, 01:21 PM   #18
Junior Droid
 
Stacman's Avatar
 
Member #33679
Join Date: Feb 2010
Location: San Diego, CA
Posts: 25
Phone: Droid
Obviously, no one has done any research (not really everyone), so stop at VideoHelp.com - Forum, Guides, Tools and hardware lists and read all about any kind of video you want.

You don't play an H.264 file. That is the codec used for encoding it. You have to convert the file to a format supported by the phone. The .mp4 extension is the most common for phones, and there are dozens of small utilities that'll convert the files from/to whatever format you want. Try MediaCoder. It's free and does a very nice job. Then just load it on your SD card and play it. The .avi extensions won't work because they use the H.263 codec.
Stacman is offline   Reply With Quote
Old 02-19-2010, 01:36 PM   #19
Junior Droid
 
Stacman's Avatar
 
Member #33679
Join Date: Feb 2010
Location: San Diego, CA
Posts: 25
Phone: Droid
Here's another link with instructions Encoding Videos for Your Motorola Droid | Adubvideo
Stacman is offline   Reply With Quote
Old 02-19-2010, 01:39 PM   #20
Droid Newbie
 
peaceoutside.org's Avatar
 
Member #39021
Join Date: Feb 2010
Posts: 3
Phone: Motorola Droid - Verizon
I attached my settings I'm using to export video from QuickTime Pro.

Using these settings, it still doesn't work for me. Am I missing something?

I noticed your files in the trailer thread were all .mp4, but I didn't see any option to export as .mp4.

Renaming the exported .mov did not fix the issue.
Attached Images
File Type: png 1.png (15.9 KB, 4 views)
File Type: png 2.png (13.2 KB, 2 views)
File Type: png 3.png (42.3 KB, 2 views)
peaceoutside.org is offline   Reply With Quote
Reply



Lower Navigation
Go Back   Droid Forum - Verizon Droid & the Motorola Droid Forum > Droid Discussions > Droid General Discussions

Divider
Droid Accessories Store


Visitors found this page by searching for these keywords:

droid h.264

,

droid h264

,
h.264 on droid
,
mov file not playing audio droid x
,
droid 2 h.264
,
droid plays h.264
,
droid x h264
,
playing h264 on droid
,
H264 how to play back onremote view
,
play .mov in gallery droid
,
h.264 droid
,
droid play h.264
,
droid x h.264 browser playback
,
h.264 droid 2
,
droid mp4 or h.264
,
trouble playing h.264 on droid
,
droid x no audio on h.264 videos
,
can droid play h.264 quicktimes?
,
Droid X H.264 not work
,
droid and h264
,
h 264 droid
,
h264 VIDEO BROWSER
,
droid browser quicktime codec

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Any worthy of playing RPGs? Varking Droid Games 11 11-27-2009 08:33 AM
No Clue...playing to fast? bjshaffr Droid General Discussions 2 11-21-2009 02:57 PM
A program for playing Sounds during a call? Ellectronico Droid Applications 1 11-13-2009 11:31 PM
playing avi on droid iraparks Droid Audio / Video 2 11-07-2009 12:02 AM
Just got done playing with the droid! xkwwwx Droid General Discussions 14 11-05-2009 04:47 PM