[Bug 73271] Re: flv audio lag

2015-06-16 Thread pressurehold
One way is to convert FLV to a more compatible video format like MP4,
AVI, MOV, WMV, MPG etc.

Her is a step by step guide  on how to do that at
http://www.idealshare.net/video-converter/convert-flv-to-mp4-on-mac-
windows.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/73271

Title:
  flv audio lag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mplayer/+bug/73271/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 73271] Re: flv audio lag

2009-06-07 Thread Reinhard Tartler
Michał Gołębiowski mz.go...@gmail.com writes:

 I uninstalled Pulse Audio in my Hardy completely. But the problem wasn't
 gone until I installed mplayer  smplayer from ppa repositories.

ah, interesting. What ppa did you use?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 73271] Re: flv audio lag

2009-06-07 Thread Michał Gołębiowski
@Reinhard Tartler
These two:
https://launchpad.net/~rvm/+archive/mplayer
https://launchpad.net/~rvm/+archive/smplayer

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2009-06-07 Thread Launchpad Bug Tracker
This bug was fixed in the package mplayer -
2:1.0~rc3+svn20090426-1ubuntu1

---
mplayer (2:1.0~rc3+svn20090426-1ubuntu1) karmic; urgency=low

  * Switch to debian packaging for the mplayer package
  * New upstream release, LP: #336697, #260918, #246675, #243453, #74282
  * Fixes security issues: CVE-2008-5616, LP: #308939
  * many flv fixes LP: #73271, #347021
  * Build and install mencoder
  * Bump epoch

mplayer (1.0~rc3+svn20090426-1) unstable; urgency=low

  [ fabrice ]
  * Introduce the mplayer-nogui package, that does not depend on GTK+

  [ Reinhard Tartler ]
  * new upstream svn version based on the 1.0rc3 branch
  * various cleanups and refactoring in debian/rules
  * no longer remove mencoder.c: It does hardly contain any dangerous
or patented code. Instead:
  * strip libavcodec similar to how its done in the ffmpeg package. This
brings the patent policy of the mplayer and ffmpeg package in debian
finally in sync. c.f. the comments and the discussion in #522373.
  * install upstream's version of binary_codecs.sh

mplayer (1.0~rc3+svn20090405-1) unstable; urgency=low

  * New upstream version. Track the 1.0rc3 release branch for now.
  * remove 50_r28803_segfault_print_int.patch, merged upstream.
  * no longer remove the TOOLS subdirectory from the upstream source.
  * make get-orig-source rule actually work.
  * disable musepack support. Closes: #476384
  * completely delegate handling of /etc/mplayer/mplayer.conf to
dpkg. This change removes also all debconf templates and reduces
package complexity.
  * move .gbp.conf to debian/gbp.conf
  * cleanups in debian/rules: prefer external debhelper helper files
  * enhance upstream Makefile to install gmplayer manpages
 - implement as quilt patch, submitted upstream
 - debian/rules: make use of the added rules
  * use dh_prep instead of dh_clean -k
  * bump Standards-Version to 3.8.1

mplayer (1.0~rc2+svn20090303-7) unstable; urgency=low

  * various cleanups in  debian/rules.
  * as a side effect, DEB_BUILD_OPTIONS set to noopt no longer works. It
really needs to be implemented in ./configure instead of weird hackery
in debian/rules. patches welcome.
  * run 'make distclean' only of config.mak exists.
  * remove debian/control.mplayer* variants.
  * don't --enable-debug on mipsen. This hopfully fixes the FTBFS on mipsen.

mplayer (1.0~rc2+svn20090303-6) unstable; urgency=low

  [ A Mennucc1 ]

  * use ./configure flags to dynamically link FFmpeg,
delete patch  30link-system-ffmpeg.patch

  [ Reinhard Tartler ]

  * cleanup debian/rules: use --enable-debug on all architectures but mips.
in order to fix a FTBFS. This results in making the -dbg package on mips
useless. If you are interested in having a usable mplayer-dbg package on
mips, please try enabling that switch in debian/rules and send us your
buildlog!
  * run 'make distclean' only of config.mak exists
  * cleanup debian/rules: remove unnecessary clean statements

mplayer (1.0~rc2+svn20090303-5) unstable; urgency=low

  * debian/control : move docbook-xml,docbook-xsl,xsltproc from
Build-Depends-Indep to Build-Depends, since they are needed to run
configure

mplayer (1.0~rc2+svn20090303-4) unstable; urgency=low

  * try another fix for bug 520113
  * disable specific patch for powerpc, that was reducing optimization to -O
to avoid gcc bug 475153

mplayer (1.0~rc2+svn20090303-3) unstable; urgency=low

  * try a fix for bug 520113

mplayer (1.0~rc2+svn20090303-2) unstable; urgency=low

  * always build documentation. Fixes FTBFS.

mplayer (1.0~rc2+svn20090303-1) unstable; urgency=low

  * new upstream snapshot (Closes: #517774)
  * this version has dvdnav:// support (Closes: #430211)
  * rebuild against new ffmpeg in unstable,
(Closes: #518670, #516933, #492229, #505048, #512892, #496709)
  * converted package to use git Closes: #508483
  * completly reworked the way the .orig.tar.gz is created, please see
debian/README.upstream-upgrade and debian/get-orig-source.sh for details
  * large refactoring of debian/control and debian/rules
  * dropped many unnecessary versioned build dependencies
  * bumped debhelper compatibility level 4-7
  * replace patch system from dpatch to quilt
  * dropped the following patches, merged upstream:
- 10configure-alpha.dpatch
- 12configure-vidix-alpha.dpatch
- 24mplayer.desktop.dpatch
- 25kFreeBDS.dpatch
- 25mplayer-desktop.dpatch
- 30vorbis-block-alloc.dpatch
- 40rtsp_demux.dpatch
- 51xsai.dpatch
- CVE-2008-0073--rtsp_fix.diff
- CVE-2008-0629--stream_cddb.c.diff
- CVE-2008-0630.diff
- SA33136_demux_vqf.c.diff
- demux.patch
- demux_audio_fix_20080129.diff
- demux_mov_fix_20080129.diff
- oCERT-2008-013--realfix.diff
- theora_length_fix_svn27354.diff
- to-ffmpeg-free-0.svn20080206.diff
  * reworked the way the control file for the 

[Bug 73271] Re: flv audio lag

2009-06-06 Thread Reinhard Tartler
what output plugins are you guys using? can you assure that the delay is
not caused by some audio daemon like pulseaudio?


** Changed in: mplayer (Ubuntu)
   Status: Confirmed = Incomplete

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2009-06-06 Thread Michał Gołębiowski
I uninstalled Pulse Audio in my Hardy completely. But the problem wasn't
gone until I installed mplayer  smplayer from ppa repositories.

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2009-06-06 Thread Michał Gołębiowski
I uninstalled Pulse Audio in my Hardy completely. But the problem wasn't
gone until I installed mplayer  smplayer from ppa repositories.

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2009-02-07 Thread Daedalus
I have the same issue with mplayer-nogui  2:1.0~rc2-0ubuntu13.1 and
kernel 2.6.28-3.

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2008-11-07 Thread Michał Gołębiowski
And I had it problem in Hardy, and still have in Intrepid. No difference.
Totem and VLC works fine.

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2008-11-06 Thread cochisebt
I also have the same problem, since I upgraded to Intrepid. With Hardy,
I didn't had this issue.

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2008-10-12 Thread llpamies
I still have this problem in 8.10 beta ... (up to date now)

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2008-10-10 Thread Michał Gołębiowski
I tried -fps 33 option, but it fixed only one of my flv files.

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2008-10-10 Thread Daniel T Chen
** Changed in: mplayer (Ubuntu)
   Status: Incomplete = Confirmed

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2008-09-17 Thread Daniel T Chen
Is this symptom still reproducible in 8.10 alpha?

** Changed in: mplayer (Ubuntu)
   Status: New = Incomplete

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2007-12-28 Thread bgruber
i still have this problem in gutsy.

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2007-12-28 Thread bgruber
still have this problem in gutsy which for some reason i made a comment
for w/out changing the status.

** Changed in: mplayer (Ubuntu)
   Status: Invalid = New

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2007-09-21 Thread Launchpad Janitor
[Expired for mplayer (Ubuntu) because there has been no activity for 60
days.]

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2007-07-11 Thread Robert Persson
I don't experience this bug. I'm using version 2:1.0~rc1-0ubuntu9.1

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2007-05-13 Thread Kaliy
Yes, bug is still there

-- 
flv audio lag
https://bugs.launchpad.net/bugs/73271
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2007-03-10 Thread Christian Bjälevik
Is this still an issue with the version in feisty?

** Changed in: mplayer (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
flv audio lag
https://launchpad.net/bugs/73271

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2007-02-06 Thread Christian Bjälevik
Please retry with the latest mplayer in feisty (2:1.0~rc1-0ubuntu3).

** Changed in: mplayer (Ubuntu)
   Importance: Undecided = Medium

-- 
flv audio lag
https://launchpad.net/bugs/73271

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73271] Re: flv audio lag

2006-12-06 Thread Igor Zubarev
Confirm for Edgy.

-- 
flv audio lag
https://launchpad.net/bugs/73271

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs