Re: need help on playing m3u8 file with mplayer

2021-05-13 Thread Dan Ritter
Long Wind wrote: > m3u8 file include a line below > #EXT-X-KEY:METHOD=AES-128,URI="https://ts-qsg.qinbuyan666.com/20210511/Ql6iBJVB/1100kb/hls/key.key; > > i want to change it to local file: > #EXT-X-KEY:METHOD=AES-128,URI="file:///home/zhou/key.key" > i

need help on playing m3u8 file with mplayer

2021-05-13 Thread Long Wind
m3u8 file include a line below #EXT-X-KEY:METHOD=AES-128,URI="https://ts-qsg.qinbuyan666.com/20210511/Ql6iBJVB/1100kb/hls/key.key; i want to change it to local file: #EXT-X-KEY:METHOD=AES-128,URI="file:///home/zhou/key.key" it doesn't work, mplayer complains: [hls,appleht

mplayer

2020-06-23 Thread steef
good morning to you all! yesterday as it seems now after some research I asked you about a hichup of mplayer. This seems to be a systematic fault within a couple of builds over the years and is allways repaired after some time. Sorry to have bothered you with this, reg., steef groningen

mplayer trouble?

2020-06-22 Thread steef
hi list, have some funny trouble with mplayer. i can see the usual interface when i do smlayer on the commandline, but than, after years of proper functioning, smplayer refuses from one second to the other to play a song or whatever with the message 'an unknown fault. in etc/mplayer i read

Re: mplayer can't play big file by mencoder

2020-04-29 Thread Long Wind
i don't have free disk space for new partition4G limit isn't big problem for me actually small files are preferred for video editingi've deleted the big file On Wednesday, April 29, 2020, 1:09:38 PM GMT+8, Charles Curley wrote: On Tue, 28 Apr 2020 21:50:44 + (UTC) Long Wind

Re: mplayer can't play big file by mencoder

2020-04-28 Thread Charles Curley
On Tue, 28 Apr 2020 21:50:44 + (UTC) Long Wind wrote: > but i don't have energy to learn new toolsand mencoder work fine most > of time4G limit can be avoided by using several files (instead of > single file) to record Or record to a partition that isn't VFAT. If you have to use a USB

Re: mplayer can't play big file by mencoder

2020-04-28 Thread Nicolas George
Nemeth Gyorgy (12020-04-28): > The problem is not mplayer nor mencoder but the vfat. Though the vfat > can store max 4GB file but the seek parameter on vfat is a signed > integer instead of an unsigned so the seek is not possible on larger > than 2GB files. You are clearly confu

Re: mplayer can't play big file by mencoder

2020-04-28 Thread Nemeth Gyorgy
, then there is your problem. A single file can't be > bigger than 4G on a vfat file system. Probably it got truncated > when copying. > > Thank Microsoft for that :-/ > > Cheers > > -- t The problem is not mplayer nor mencoder but the vfat. Though the vfat can store

Re: mplayer can't play big file by mencoder

2020-04-27 Thread tomas
On Mon, Apr 27, 2020 at 06:58:19PM +, Long Wind wrote: > zhou@debian:~$ ls /mnt/play/output/output192.avi -l > -rwxr-xr-x 1 zhou root 4294967295 Apr 26 17:59 /mnt/play/output/output192.avi > > it's vfat, it's on same disk as debian, i think disk is ok If it's vfat, then there is your

Re: mplayer can't play big file by mencoder

2020-04-27 Thread tomas
On Mon, Apr 27, 2020 at 05:55:03PM +0200, Nemeth Gyorgy wrote: > 2020. 04. 26. 21:52 keltezéssel, Long Wind írta: > > i use stretch's mencoder to record a/v > > and use mplayer to play them, it works well > > > > yesterday i r

Re: mplayer can't play big file by mencoder

2020-04-27 Thread Nemeth Gyorgy
2020. 04. 26. 21:52 keltezéssel, Long Wind írta: > i use stretch's mencoder to record a/v > and use mplayer to play them, it works well > > yesterday i record a big file, about 4GB > mplayer fails to play it, > any idea or player that might help? Thanks! > > below is error

Re: Music players that save (different) volume settings for each song (was: Re: mplayer with -loop 0 but w/o volume reset?

2020-03-05 Thread David Wright
On Tue 03 Mar 2020 at 07:22:49 (-0500), rhkra...@gmail.com wrote: > On Tuesday, March 03, 2020 05:57:27 AM Curt wrote: > > On 2020-03-02, David Wright wrote: > > > $ mplayer -volume 50 -fs -loop 0 -softvol Youtube/Come\ Live\ With\ > > > Me-_bVNd_sRlMk.mkv >

Re: Music players that save (different) volume settings for each song (was: Re: mplayer with -loop 0 but w/o volume reset?

2020-03-03 Thread Jonas Smedegaard
Quoting rhkra...@gmail.com (2020-03-03 13:22:49) > (I'm not the OP.) I wonder if there are any music players that can > save a (play)list along with a selected volume for each song on the > playlist? (Or use a database of songs with volume setting, and then > access the database as the

Music players that save (different) volume settings for each song (was: Re: mplayer with -loop 0 but w/o volume reset?

2020-03-03 Thread rhkramer
would like. Something that allowed you to set a volume for each song (and maybe even store a list of volume changes for songs that had large changes in volume) would be nice.) On Tuesday, March 03, 2020 05:57:27 AM Curt wrote: > On 2020-03-02, David Wright wrote: > > $ mplayer -volume 50 -

Re: mplayer with -loop 0 but w/o volume reset?

2020-03-03 Thread Curt
On 2020-03-02, David Wright wrote: > > $ mplayer -volume 50 -fs -loop 0 -softvol Youtube/Come\ Live\ With\ > Me-_bVNd_sRlMk.mkv > > which sets the volume at 50%, and changed it with / and * whilst > playing. The volume resets to 50% with each loop. > That's what I woul

Re: mplayer with -loop 0 but w/o volume reset?

2020-03-02 Thread Nicolas George
David Wright (12020-03-02): > which sets the volume at 50%, and changed it with / and * whilst > playing. The volume resets to 50% with each loop. The reinit of the audio chain and the reset of the volume is hardcoded in the source code, and there is no option similar to -fixed-vo to disable it.

Re: mplayer with -loop 0 but w/o volume reset?

2020-03-02 Thread David Wright
On Mon 02 Mar 2020 at 09:01:56 (-), Curt wrote: > On 2020-03-02, Emanuel Berg wrote: > > Can I use mplayer with -loop 0 _but_ with the > > volume not resetting when the file ends and > > begins again? > > It would seem a flabbergasting thing that a soft with a

Re: mplayer with -loop 0 but w/o volume reset?

2020-03-02 Thread Curt
On 2020-03-02, Emanuel Berg wrote: > Can I use mplayer with -loop 0 _but_ with the > volume not resetting when the file ends and > begins again? > It would seem a flabbergasting thing that a soft with a thousand flags wouldn't have one or two to set the volume. What have you

Re: mplayer with -loop 0 but w/o volume reset?

2020-03-01 Thread David Wright
On Mon 02 Mar 2020 at 02:15:51 (+0100), Emanuel Berg wrote: > > Can I use mplayer with -loop 0 _but_ with the > > volume not resetting when the file ends and > > begins again? > > mpv with --loop-playlist does this if one cares > to change media player. Yes,

Re: mplayer with -loop 0 but w/o volume reset?

2020-03-01 Thread Emanuel Berg
> Can I use mplayer with -loop 0 _but_ with the > volume not resetting when the file ends and > begins again? mpv with --loop-playlist does this if one cares to change media player. -- underground experts united http://user.it.uu.se/~embe8573 https://dataswamp.org/~incal

mplayer with -loop 0 but w/o volume reset?

2020-03-01 Thread Emanuel Berg
Can I use mplayer with -loop 0 _but_ with the volume not resetting when the file ends and begins again? I'm on Debian Buster if that matters, with $ uname -a Linux 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux and mplayer version 2:1.3.0-8+b4 (according

Re: mplayer won't play m4a

2019-09-03 Thread Rodolfo Medina
"Thomas Schmitt" writes: > i wrote: >> > All this riddling just because of silent rejection of oversized mail. > > Rodolfo Medina wrote: >> Yes... :-( > > At least it was served with interesting red herrings. Interesting, yes... > Now you only need to find a way to publish your attachment.

Re: mplayer won't play m4a

2019-09-03 Thread Thomas Schmitt
Hi, i wrote: > > All this riddling just because of silent rejection of oversized mail. Rodolfo Medina wrote: > Yes... :-( At least it was served with interesting red herrings. Now you only need to find a way to publish your attachment. Have a nice day :) Thomas

Re: mplayer won't play m4a

2019-09-03 Thread Kenneth Parker
Hello Rodolfo, Forgive me, if this was already answered. On Sat, Aug 24, 2019, 9:26 AM Rodolfo Medina wrote: > Hi all... > > >From mplayer.user mailing list I got no answer... > > $ playfile fantasia_a_due-prova_13_agosto.m4a I use the terminal "play" command, which is part of the sox

Re: mplayer won't play m4a

2019-09-03 Thread Rodolfo Medina
"Thomas Schmitt" writes: > Hi, > > Rodolfo Medina wrote: >> I can see all my recent messages through gmane.news server in >> linux.debian.user group... > > Here i see none of you between > > from : Andrei POPESCU > date : Mon, 26 Aug 2019

Re: mplayer won't play m4a

2019-09-03 Thread Thomas Schmitt
Hi, Rodolfo Medina wrote: > I can see all my recent messages through gmane.news server in > linux.debian.user group... Here i see none of you between from : Andrei POPESCU date : Mon, 26 Aug 2019 21:10:02 +0200 subject: Re: mplayer won't play m4a and from : Rodolfo

Re: mplayer won't play m4a

2019-09-03 Thread Rodolfo Medina
Andrei POPESCU writes: > On Sb, 24 aug 19, 13:26:00, Rodolfo Medina wrote: >> >> What missing, what should I install...? If my two-minutes-ago full-upgrade >> ok, >> I should be running Stable: Debian 10. > > Instead of guessing you could show the output of 'apt policy' ;) > > The output of

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread Rodolfo Medina
"Thomas Schmitt" writes: > Hi, > > Curt wrote: >> I guess I wasn't precise enough. news.gmane.org is the news server. >> gmane.linux.debian.user is this newsgroup. I am here. > > So what you post to gmane.linux.debian.user ends up on debian-user > mailing list too ? Of course, that's the way I

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread Thomas Schmitt
Hi, Curt wrote: > I guess I wasn't precise enough. news.gmane.org is the news server. > gmane.linux.debian.user is this newsgroup. I am here. So what you post to gmane.linux.debian.user ends up on debian-user mailing list too ? (I can distinguish a typical server name from a typical group name,

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread Rodolfo Medina
"Thomas Schmitt" writes: > Curt wrote: >> I post to the group via news.gmane.org with a NNTP client. > > Can you see gmane.linux.debian.user there ? > > If yes: Are there recent messages from Rodolfo Medina ? > E.g. this one: > > From: Rodolfo Medina

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread Curt
newsgroup. I am here. > If yes: Are there recent messages from Rodolfo Medina ? > E.g. this one: Yes, there are recent messages from that old troublemaker, Rodolfo Medina. ;-) > From: Rodolfo Medina > Subject: Re: mplayer won't play m4a > Date: Mon, 02 Sep 2019 13:15:24 + &g

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread The Wanderer
On 2019-09-03 at 07:28, The Wanderer wrote: > On 2019-09-03 at 07:15, Thomas Schmitt wrote: >> Regrettably the newsgroup archive version is still not reachable for me >> http://permalink.gmane.org/gmane.linux.debian.user/558396 >> It would really be interesting to see whether Rodolfo's failed

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread Thomas Schmitt
Hi, Curt wrote: > I post to the group via news.gmane.org with a NNTP client. Can you see gmane.linux.debian.user there ? If yes: Are there recent messages from Rodolfo Medina ? E.g. this one: From: Rodolfo Medina Subject: Re: mplayer won't play m4a Date: Mon, 02 Sep 2019 13:15:24 +0

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread Thomas Schmitt
Hi, i wrote: > > Due to no interest in the original topic, i only have the file '90' > > but not a direct mailing list copy of the mail. The Wanderer wrote: > If you'd like, I could send one as an attachment, much as Rodolfo did Not needed. Your report about lack of newsgroup headers matches

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread Curt
On 2019-09-03, Thomas Schmitt wrote: > > --- > And a curious question towards Curt : > Your mails have the same > Old-Return-Path: > as in the message copy which Rodolfo gave me as the one to which he tries > to reply and

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread The Wanderer
On 2019-09-03 at 07:15, Thomas Schmitt wrote: > Hi, > >> I actually have two copies of that message: the one originally >> received by me, and the one later provided by Rodolfo as an >> attachment (with the filename '90'), which latter is the one he's >> been trying to reply to. > > Due to no

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread Thomas Schmitt
Hi, > I actually have two copies of that message: the one originally received > by me, and the one later provided by Rodolfo as an attachment (with the > filename '90'), which latter is the one he's been trying to reply to. Due to no interest in the original topic, i only have the file '90' but

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread The Wanderer
s are > the trigger. Those which i have in my mailbox show no USENET headers. > > --- > So a request to The Wanderer: > > You wrote that you have a copy of > https://lists.debian.org/debian-user/2019/08/ms

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread Thomas Schmitt
. --- So a request to The Wanderer: You wrote that you have a copy of https://lists.debian.org/debian-user/2019/08/msg01294.html Subject: Re: mplayer won't play m4a From: Andrei POPESCU Date: Mon, 26 Aug 2019 22:05:05 +0300 Message-id: <20190826190

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread Thomas Schmitt
Hi, i wrote: > > One header is missing: To: ... Rodolfo Medina wrote: > So what would your theory be...? That Gnus tried to send the message to Newsgroup gmane.linux.debian.user ? That the Debian mailing list server does not accept messages without To:, Cc:, or Bcc: to a debian-list ? I had a

Re: test, Was: mplayer won't play m4a

2019-09-03 Thread Rodolfo Medina
"Thomas Schmitt" writes: > I have a new theory. > > One header is missing: > > To: ... Right... Whereas all my previous messages on this list do have that header... So what would your theory be...? Thanks, Rodolfo

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread Thomas Schmitt
Hi, The Wanderer wrote: > >> Here's an attempt to reply to the message which Rodolfo Medina has > >> reported having trouble replying to. Has anyone else tried to reply > >> to this message, prior to this? I wrote > > I did, creating the sub-thread &

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread Rodolfo Medina
; Here's an attempt to reply to the message which Rodolfo Medina has >> reported having trouble replying to. Has anyone else tried to reply to >> this message, prior to this? > > I did, creating the sub-thread "Re: test, Was: mplayer won't play m4a". > Same as with your at

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread The Wanderer
did, creating the sub-thread "Re: test, Was: mplayer won't play > m4a". Same as with your attempt: no problems. And Rodolfo can reply > to our follow-up mails in the thread. But that doesn't seem to have been a reply to that same message. It shows up on my end as a reply to Rodolfo'

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread Thomas Schmitt
Hi, so the In-Reply-To theory took a blow. I'm out of ideas. Have a nice day :) Thomas

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread Thomas Schmitt
Hi, i make a test with a synthetic In-Reply-To: header like Rodolfo's. A test mail to myself went through. So it is not everywhere bad. Now i am really curious ... Have a nice day :) Thomas

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread Thomas Schmitt
ving trouble replying to. Has anyone else tried to reply to > this message, prior to this? I did, creating the sub-thread "Re: test, Was: mplayer won't play m4a". Same as with your attempt: no problems. And Rodolfo can reply to our follow-up mails in the thread. It is not yet p

Re: mplayer won't play m4a

2019-09-02 Thread Rodolfo Medina
The Wanderer writes: > On 2019-08-26 at 15:05, Andrei POPESCU wrote: > >> On Sb, 24 aug 19, 13:26:00, Rodolfo Medina wrote: >> >>> What missing, what should I install...? If my two-minutes-ago full-upgrade >>> ok, >>> I should be running Stable: Debian 10. >> >> Instead of guessing you could

Re: mplayer won't play m4a

2019-09-02 Thread The Wanderer
On 2019-08-26 at 15:05, Andrei POPESCU wrote: > On Sb, 24 aug 19, 13:26:00, Rodolfo Medina wrote: > >> What missing, what should I install...? If my two-minutes-ago full-upgrade >> ok, >> I should be running Stable: Debian 10. > > Instead of guessing you could show the output of 'apt policy'

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread The Wanderer
On 2019-09-02 at 11:33, Thomas Schmitt wrote: > Hi, > > i wrote: >>> I don't have the mail by Andrei POPESCU in my mailbox, > > The Wanderer wrote: >> I do. It has: > In-Reply-To: <87h8664rvb.fsf@lenovo> >> If you want the full message, I can probably pass it along as an >> attachment. >

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread Rodolfo Medina
The Wanderer writes: > On 2019-09-02 at 11:21, Rodolfo Medina wrote: > >> "Thomas Schmitt" writes: >> >>> Hi, >>> >>> Rodolfo Medina wrote: ...And I'm replying now to the above message from Thomas... >>> >>> This one has no In-Reply-To header. >>> >>> I don't have the mail by Andrei

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread Thomas Schmitt
Hi, i wrote: > > I don't have the mail by Andrei POPESCU in my mailbox, The Wanderer wrote: > I do. It has: > >>> In-Reply-To: <87h8664rvb.fsf@lenovo> Well, it is not about the In-Reply-To: header itself. Most of our mails here have one, with just a message id string in <>-brackets. But

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread The Wanderer
On 2019-09-02 at 11:21, Rodolfo Medina wrote: > "Thomas Schmitt" writes: > >> Hi, >> >> Rodolfo Medina wrote: >>> ...And I'm replying now to the above message from Thomas... >> >> This one has no In-Reply-To header. >> >> I don't have the mail by Andrei POPESCU in my mailbox, to which you >>

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread Rodolfo Medina
"Thomas Schmitt" writes: > Hi, > > Rodolfo Medina wrote: >> ...And I'm replying now to the above message from Thomas... > > This one has no In-Reply-To header. > > I don't have the mail by Andrei POPESCU in my mailbox, to which you > tried to reply with that header line. >

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread The Wanderer
On 2019-09-02 at 11:14, Thomas Schmitt wrote: > Hi, > > Rodolfo Medina wrote: >> ...And I'm replying now to the above message from Thomas... > > This one has no In-Reply-To header. > > I don't have the mail by Andrei POPESCU in my mailbox, to which you > tried to reply with that header line. >

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread Thomas Schmitt
Hi, Rodolfo Medina wrote: > ...And I'm replying now to the above message from Thomas... This one has no In-Reply-To header. I don't have the mail by Andrei POPESCU in my mailbox, to which you tried to reply with that header line. https://lists.debian.org/debian-user/2019/08/msg01294.html A

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread Rodolfo Medina
"Thomas Schmitt" writes: > Hi, > > this is a test whether i can reply to the thread "mplayer won't play m4a". > It looks like Rodolfo Medina, the thread starter cannot. > > See > https://lists.debian.org/debian-user/2019/09/msg00053.html > &g

Re: test, Was: mplayer won't play m4a

2019-09-02 Thread Thomas Schmitt
Hi, this is a test whether i can reply to the thread "mplayer won't play m4a". It looks like Rodolfo Medina, the thread starter cannot. See https://lists.debian.org/debian-user/2019/09/msg00053.html In my recent mail to that thread i announced to reply to Message-Id: 87h8664rvb.

Re: mplayer won't play m4a

2019-08-26 Thread Andrei POPESCU
On Sb, 24 aug 19, 13:26:00, Rodolfo Medina wrote: > > What missing, what should I install...? If my two-minutes-ago full-upgrade > ok, > I should be running Stable: Debian 10. Instead of guessing you could show the output of 'apt policy' ;) The output of this command might also help to find

Re: mplayer won't play m4a

2019-08-24 Thread rhkramer
On Saturday, August 24, 2019 09:36:51 AM Rodolfo Medina wrote: > Rodolfo Medina writes: > > Hi all... > > > >>From mplayer.user mailing list I got no answer... > >> > > $ playfile fantasia_a_due-prova_13_agosto.m4a > > MPlayer 1.3.0 (Debian)

Re: mplayer won't play m4a

2019-08-24 Thread Georgi Naplatanov
On 8/24/19 4:36 PM, Rodolfo Medina wrote: > Rodolfo Medina writes: > >> Hi all... >> >> >From mplayer.user mailing list I got no answer... >> >> $ playfile fantasia_a_due-prova_13_agosto.m4a Hi Rodolfo, I didn't find "playfile" file in Debian 10 packages. It seems that M4A is an audio format.

Re: mplayer won't play m4a

2019-08-24 Thread Rodolfo Medina
Rodolfo Medina writes: > Hi all... > >>From mplayer.user mailing list I got no answer... > > $ playfile fantasia_a_due-prova_13_agosto.m4a > MPlayer 1.3.0 (Debian), built with gcc-8 (C) 2000-2016 MPlayer Team > do_connect: could not connect to socket > connect: No such

mplayer won't play m4a

2019-08-24 Thread Rodolfo Medina
Hi all... >From mplayer.user mailing list I got no answer... $ playfile fantasia_a_due-prova_13_agosto.m4a MPlayer 1.3.0 (Debian), built with gcc-8 (C) 2000-2016 MPlayer Team do_connect: could not connect to socket connect: No such file or directory Failed to open LIRC support.

Re: (solved) Re: is it possible to install previous mplayer

2018-10-05 Thread Li Wei
i've just installed jessie, its main hasn't mencoder so i install wheezy's mencoder, it has no problem

Re: (solved) Re: is it possible to install previous mplayer

2018-10-02 Thread Michael Lange
le? > or maybe, in case some codec is missing from Stretch's default mplayer, the multimedia version might be worth a try. Regards Michael .-.. .. ...- . .-.. --- -. --. .- -. -.. .--. .-. --- ... .--. . .-. Schshschshchsch. -- The Gorn, "Arena", stardate 3046.2

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread deloptes
Brian wrote: > More to the point is that I have installed mplayer from wheezy on > unstable after following my own excellent advice. Took all of five > minutes. So why not jessie --> wheezy is the question in my mind? I am just curious - that is all - and it brings fruits - it is lon

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread Brian
a previous message: > Thank Brian! > i've made such attempt a few years ago. Notice that Li Wei didn't say that he had followed the advice given. He was relying on memory and did not test. Never a good thing. Wheezy's mplayer will install on unstable. Conclusion? -- Brian.

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread Teemu Likonen
Teemu Likonen [2018-10-01 21:56:53+03] wrote: > Li Wei [2018-10-02 02:40:39+08] wrote: >> mencoder of jessie doesn't have some feature I need >> I can't use option vcodec=mpeg4 >> both wheezy and stretch have such option. > > Obviously I don't know all your needs but how about this? > >

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread deloptes
Li Wei wrote: > mencoder of jessie doesn't have some feature I need > I can't use option vcodec=mpeg4 > both wheezy and stretch have such option. why not try backport from stretch if available?

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread Teemu Likonen
4" is actually the default value for "-lavcopts vcodec". I'm talking of mplayer package version 2:1.3.0-6 in Debian 9. -- /// Teemu Likonen - .-.. <https://keybase.io/tlikonen> // // PGP: 4E10 55DC 84E9 DFF6 13D7 8557 719D 69D3 2453 9450 /// signature.asc Description: PGP signature

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread Brian
On Mon 01 Oct 2018 at 20:08:26 +0200, deloptes wrote: > Li Wei wrote: > > > Thank Brian! > > i've made such attempt a few years ago. > > it isn't successful. there may be some conflict with other package > > sure there will be, why would you need mplayer for wh

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread Li Wei
On 10/2/18, deloptes wrote: > > sure there will be, why would you need mplayer for wheezy? > mencoder of jessie doesn't have some feature I need I can't use option vcodec=mpeg4 both wheezy and stretch have such option.

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread deloptes
Li Wei wrote: > Thank Brian! > i've made such attempt a few years ago. > it isn't successful. there may be some conflict with other package sure there will be, why would you need mplayer for wheezy?

(solved) Re: is it possible to install previous mplayer

2018-10-01 Thread Li Wei
On 10/1/18, Brian wrote: > You could try. > > 1. Comment out all entries in /etc/apt/sources.list and add a single >entry for a wheezy archive. > > 2. Purge mplayer if it is on the system. > > 3. apt update > > 4. apt install mplayer > > 5. Retur

Re: is it possible to install previous mplayer

2018-10-01 Thread Brian
On Mon 01 Oct 2018 at 13:08:10 +0800, Li Wei wrote: > i've installed jessie > instead of installing jessie's mplayer, can i install wheezy's mplayer? You could try. 1. Comment out all entries in /etc/apt/sources.list and add a single entry for a wheezy archive. 2. Purge m

is it possible to install previous mplayer

2018-09-30 Thread Li Wei
i've installed jessie instead of installing jessie's mplayer, can i install wheezy's mplayer?

bash: récupérer le contrôle clavier de mplayer dans un pipe

2018-03-26 Thread Jérémy PREGO
bonjour, j'aimerai savoir si il est possible de récupérer mplayer en avant plan alors qu'il est dans un pipe. actuellement, je passe par les tubes nommés: mkfifo /tmp/montube ffmpeg -i "http://domain.tld/files/master.m3u8; . -f mpegts -y /tmp/montube& mplayer /tmp/montube. e

(solved) Re: can't install mplayer of stretch

2018-03-04 Thread Long Wind
msg of "apt-get install mplayer"is it possible to fix it? Thanks! Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distri

Re: can't install mplayer of stretch

2018-03-04 Thread deloptes
h 4, 2018 4:55 PM, Long Wind <longwi...@yahoo.com> >> wrote: >> >> >> the cause might be i use installation CD 9.3.0but not apt source is >> newest (ftp.utexas.edu) >> below is error msg of "apt-get install mplayer"is it possible to fix it? &g

Re: can't install mplayer of stretch

2018-03-04 Thread Mark Fletcher
i...@yahoo.com> wrote: > > > the cause might be i use installation CD 9.3.0but not apt source is newest > (ftp.utexas.edu) > below is error msg of "apt-get install mplayer"is it possible to fix it? > Thanks! > > Reading package lists... > Building dependency

Re: can't install mplayer of stretch

2018-03-04 Thread Long Wind
is newest (ftp.utexas.edu) below is error msg of "apt-get install mplayer"is it possible to fix it? Thanks! Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation

Remote Commands to mplayer Seem to Trigger Multiple Responses.

2018-02-16 Thread Martin McCormick
system as a terminal in to another via ssh. I will tell that system to start mplayer and play a file and it does mostly just fine but if I, for example, use the { or } to halve or double playback speed, I also see the following message: [AO_ALSA] Unable to find simple control 'Master',0

Re: mplayer changed behaviour in stretch

2017-12-21 Thread Charlie Gibbs
On 19/12/17 09:45 AM, Greg Wooledge wrote: On Tue, Dec 19, 2017 at 09:36:11AM -0800, Charlie Gibbs wrote: > Follow-up: I've just come across MP3 files in my collection for which the new mplayer _does_ display the tags. Maybe it's just becoming more picky - which isn't really a Good Th

Re: mplayer changed behaviour in stretch

2017-12-19 Thread Greg Wooledge
On Tue, Dec 19, 2017 at 09:36:11AM -0800, Charlie Gibbs wrote: > Follow-up: I've just come across MP3 files in my collection for which the > new mplayer _does_ display the tags. Maybe it's just becoming more picky - > which isn't really a Good Thing. Postel's Law says, "Be conserva

Re: mplayer changed behaviour in stretch

2017-12-19 Thread Charlie Gibbs
On 19/12/17 09:15 AM, Charlie Gibbs wrote: On 19/12/17 12:12 AM, to...@tuxteam.de wrote: On Mon, Dec 18, 2017 at 01:48:13PM -0800, Charlie Gibbs wrote: I'm a heavy user of mplayer from the command line - it's a wonderful utility that does what I want [...] There are config files

Re: mplayer changed behaviour in stretch

2017-12-19 Thread Charlie Gibbs
On 19/12/17 12:12 AM, to...@tuxteam.de wrote: On Mon, Dec 18, 2017 at 01:48:13PM -0800, Charlie Gibbs wrote: I'm a heavy user of mplayer from the command line - it's a wonderful utility that does what I want [...] There are config files for mplayer; the Debian mplayer puts them in /etc

Re: mplayer changed behaviour in stretch

2017-12-19 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Dec 18, 2017 at 01:48:13PM -0800, Charlie Gibbs wrote: > I'm a heavy user of mplayer from the command line - it's a wonderful > utility that does what I want [...] There are config files for mplayer; the Debian mplayer puts them i

Re: mplayer changed behaviour in stretch

2017-12-19 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Dec 18, 2017 at 06:54:32PM -0500, Marc Auslander wrote: > In stretch mplayer may be linked to mpv - the current prefered > multi-media player in debian. The mplayer2 package does this. Note that mplayer2 is just a dummy package p

Re: mplayer changed behaviour in stretch

2017-12-18 Thread Marc Auslander
In stretch mplayer may be linked to mpv - the current prefered multi-media player in debian. The mplayer2 package does this. Look at /usr/bin/mplayer and see if its a symlink. There is an mplayer package as well - I don't know if its the old mplayer.

mplayer changed behaviour in stretch

2017-12-18 Thread Charlie Gibbs
I'm a heavy user of mplayer from the command line - it's a wonderful utility that does what I want and lets me instantly move around in a video or MP3 file. However, after upgrading one of my machines from Jessie to Stretch, I've noticed a couple of changes in its behaviour that I'd really

Re: WinTV, xawtv, mplayer

2017-08-25 Thread John Conover
Sorry, the command is "v4lctl volume mute off". John John Conover writes: > > In a system that was upgraded, (new install,) from Debian 7 to 8 with > a WinTV model 109, (external 1/8" audio connector on the WinTV card to > Line In of the PC.): > > x

WinTV, xawtv, mplayer

2017-08-25 Thread John Conover
In a system that was upgraded, (new install,) from Debian 7 to 8 with a WinTV model 109, (external 1/8" audio connector on the WinTV card to Line In of the PC.): xawtv works fine. mplayer works fine. after mplayer, xawtv is muted, (NOT via alsa/pulseaudio, the external

mplayer is waiting for FUTEX_CLOCK_REALTIME

2017-08-19 Thread romph
Hello, I've performed dist-upgrade to stable yesterday. The mplayer needed a lot of time to start. I recorded the strace output and found, that mplayer is waiting for futex with argument: FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME as you can see below at the last line of trace. Has anybody

Re: need help on running mplayer to watch tv

2017-08-01 Thread deloptes
Nicolas George wrote: > You realize that 75% of the options are useless for the specific task at > hand, right? You can add this boilerplate to your own commands, but when > giving public advice, better trim them. > If they were useless I wouldn't use them > Also, Long Wind had the video

(solved)Re: need help on running mplayer to watch tv

2017-08-01 Thread Long Wind
I have installed smplayer, it's not very helpful. where is gmplayer? I can use mixer to get TV sound, but can't use mplayer to adjust sound volume but my final goal is not get tv sound work in mplayer (i can use xawtv) my goal is to use mencoder to record tv programs i will try mencorder, maybe

Re: need help on running mplayer to watch tv

2017-08-01 Thread John Conover
deloptes writes: > Long Wind wrote: > > > i can watch tv with xawtv > > now i want to use mplayer > > > > mplayer -tv driver=v4l2:width=640:height=480:input=1 -vo xv tv:// > > mplayer tv://3 -tv device=/dev/video-tv (for video coming in on channel 3 of

Re: need help on running mplayer to watch tv

2017-08-01 Thread Nicolas George
Le quartidi 14 thermidor, an CCXXV, deloptes a écrit : > As most of tv now is digital, I used following to watch tv from a dvb stick > > mplayer -ontop -framedrop -nocache -stop-xscreensaver -input > conf=~/.mplayer/input.conf -tv > driver=v4l2:outfmt=yv12:width=720:height=576:

Re: need help on running mplayer to watch tv

2017-08-01 Thread deloptes
Long Wind wrote: > i can watch tv with xawtv > now i want to use mplayer > > mplayer -tv driver=v4l2:width=640:height=480:input=1 -vo xv tv:// > > command above is right, but there's no sound > tv sound is connected to linein of sound card > which options should i add

Re: need help on running mplayer to watch tv

2017-08-01 Thread Wilko Fokken
On Tue, Aug 01, 2017 at 04:52:48AM +0800, Long Wind wrote: > i can watch tv with xawtv > now i want to use mplayer > > mplayer -tv driver=v4l2:width=640:height=480:input=1 -vo xv tv:// > > command above is right, but there's no sound > tv sound is connected to linein

Re: need help on running mplayer to watch tv

2017-08-01 Thread Dan Ritter
On Tue, Aug 01, 2017 at 04:52:48AM +0800, Long Wind wrote: > i can watch tv with xawtv > now i want to use mplayer > > mplayer -tv driver=v4l2:width=640:height=480:input=1 -vo xv tv:// > > command above is right, but there's no sound > tv sound is connected to linein

  1   2   3   4   5   6   7   8   9   10   >