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. ...

+ Reply to Thread
Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 24

Thread: Playing h.264 videos

  1. Supporting Vendor
    dvdcatalyst's Avatar
    Member #
    7213
    Join Date
    Nov 2009
    Posts
    1,133
    Liked
    6 times
    Phone
    Droid X
    Premium Member
    #11
    Quote 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.
    Watch your movies and TV shows on your Galaxy Nexus, Droid X, HTC Rezound & more



    www.tools4movies.com
  2. Droid
    Sarreq Teryx's Avatar
    Member #
    22477
    Join Date
    Jan 2010
    Posts
    62
    Phone
    Moto Droid w/ v2.0.1
    #12
    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
  3. Master Droid
    LrdElderon's Avatar
    Member #
    26076
    Join Date
    Jan 2010
    Posts
    489
    Phone
    Motorola Droid - Verizon
    #13
    Quote 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.
  4. Droid Newbie
    peaceoutside.org's Avatar
    Member #
    39021
    Join Date
    Feb 2010
    Posts
    3
    Phone
    Motorola Droid - Verizon
    #14
    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.
  5. Supporting Vendor
    dvdcatalyst's Avatar
    Member #
    7213
    Join Date
    Nov 2009
    Posts
    1,133
    Liked
    6 times
    Phone
    Droid X
    Premium Member
    #15
    Quote 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
    Watch your movies and TV shows on your Galaxy Nexus, Droid X, HTC Rezound & more



    www.tools4movies.com
  6. Droid Newbie
    peaceoutside.org's Avatar
    Member #
    39021
    Join Date
    Feb 2010
    Posts
    3
    Phone
    Motorola Droid - Verizon
    #16
    Quote 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.
  7. Supporting Vendor
    dvdcatalyst's Avatar
    Member #
    7213
    Join Date
    Nov 2009
    Posts
    1,133
    Liked
    6 times
    Phone
    Droid X
    Premium Member
    #17
    Quote 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.
    Watch your movies and TV shows on your Galaxy Nexus, Droid X, HTC Rezound & more



    www.tools4movies.com
  8. Junior Droid
    Stacman's Avatar
    Member #
    33679
    Join Date
    Feb 2010
    Location
    San Diego, CA
    Posts
    25
    Phone
    Droid
    #18
    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.
  9. Junior Droid
    Stacman's Avatar
    Member #
    33679
    Join Date
    Feb 2010
    Location
    San Diego, CA
    Posts
    25
    Phone
    Droid
    #19
    Here's another link with instructions Encoding Videos for Your Motorola Droid | Adubvideo
  10. Droid Newbie
    peaceoutside.org's Avatar
    Member #
    39021
    Join Date
    Feb 2010
    Posts
    3
    Phone
    Motorola Droid - Verizon
    #20
    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

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Any worthy of playing RPGs?
    By Varking in forum Droid Games
    Replies: 11
    Last Post: 11-27-2009, 09:33 AM
  2. No Clue...playing to fast?
    By bjshaffr in forum Droid General Discussions
    Replies: 2
    Last Post: 11-21-2009, 03:57 PM
  3. A program for playing Sounds during a call?
    By Ellectronico in forum Droid Applications
    Replies: 1
    Last Post: 11-14-2009, 12:31 AM
  4. playing avi on droid
    By iraparks in forum Droid Audio / Video
    Replies: 2
    Last Post: 11-07-2009, 01:02 AM
  5. Just got done playing with the droid!
    By xkwwwx in forum Droid General Discussions
    Replies: 14
    Last Post: 11-05-2009, 05:47 PM

Search tags for this page

android h264 player
,
droid by h
,

droid h.264

,

droid h264

,

droid x h.264

,
h 264 on android
,

h.264 android

,
h.264 android download
,
h.264 android player
,

h.264 droid

,

h.264 for android

,

h.264 on android

,

h.264 on droid

,
h.264 on droid x
,
h.264 player android
,
h264 droid
,
h264 droid x
,
h264 on droid
,
h264 player for android
,
motorola droid h.264
Click on a term to search our site for related topics.