Guest paulsmith Posted November 2, 2009 Report Posted November 2, 2009 Hi, Im looking to setup video streaming from a machine in my wireless LAN to the HTC Hero using apache webserver and darwin streaming server I'm asking for any recommended ffmpeg settings. The videos are usually UK Freeview or Freesat recordings on a MythTV box. I've setup apache and Darwin streaming server ok and have a bit of luck with things nearly working properly. The problems I'm getting are stuttery playback and/or audio and video out of sync. Current slightly successful ffmpeg settings are: ffmpeg -v 0 -i INPUT -acodec libfaac -ab 96k -ac 1 -s 480x320 -vcodec libx264 -vpre hq -vpre ipod320 -b 400K -bt 400K -metadata "title=TITLE" -threads 0 -f ipod OUTPUT ffmpeg and x264 are recent bulds from svn. Any advice appreciated.
Guest paulsmith Posted November 2, 2009 Report Posted November 2, 2009 p.s. I'm using MP4Box to hint my video files after ffmpeg - no problems there. Im guessing that part is working otherwise the hero refuses to play anything.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now