Re: vlc alternative?

2023-11-27 Thread Roger Heflin
ps ax | grep -E 'tty2|pts/21' and see what is starting it on those terminals. On Mon, Nov 27, 2023 at 7:19 PM Alex wrote: > > Hi, > > On Mon, Nov 27, 2023 at 5:14 PM ToddAndMargo via users > wrote: >> >> On 11/27/23 09:29, Alex wrote: >> > Hi, >> > I'm using vlc with my hdhomerun TV tuner, but

Re: vlc alternative?

2023-11-27 Thread Alex
Hi, On Mon, Nov 27, 2023 at 5:14 PM ToddAndMargo via users < users@lists.fedoraproject.org> wrote: > On 11/27/23 09:29, Alex wrote: > > Hi, > > I'm using vlc with my hdhomerun TV tuner, but vlc has a problem that > > hasn't been fixed for a really long time. Does anyone have a > > recommendation

Re: vlc alternative?

2023-11-27 Thread ToddAndMargo via users
On 11/27/23 09:29, Alex wrote: Hi, I'm using vlc with my hdhomerun TV tuner, but vlc has a problem that hasn't been fixed for a really long time. Does anyone have a recommendation for a similar app I can use for streaming? I'm really only otherwise familiar with mplayer, but I don't think it

Re: vlc alternative?

2023-11-27 Thread Roger Heflin
ffplay is command line and seems to be able play streams. I think mplayer works for streams but the format of the connection stream may be odd. And if you are using an hdhomerun you could just wire it up to mythtv and let it record the stream(s) and then you watch it a few seconds behind via myth

Re: vlc alternative?

2023-11-27 Thread Ranjan Maitra via users
Alex, I am not sure it does whatever you want, but for streaming youtube and similar videos online, I find mpv to be quite sufficient and good for my needs. HTH! Best wishes, Ranjan On Mon Nov27'23 06:46:04PM, Mario Marietto wrote: > From: Mario Marietto > Date: Mon, 27 Nov 2023 18:46:04 +010

Re: conflict with ffmpeg

2023-11-27 Thread Ralf Corsépius
Am 27.11.23 um 17:17 schrieb Michael Hennebry: On Fri, 24 Nov 2023, Tom Horsley wrote: This is fedora putting their own lame bits of ffmpeg in fedora. This works for me: dnf swap ffmpeg-free ffmpeg --allowerasing that swaps out the lame fedora stuff and gets everything from rpmfusion. Thank

Re: vlc alternative?

2023-11-27 Thread Mario Marietto
obs studio ? On Mon, Nov 27, 2023 at 6:31 PM Alex wrote: > Hi, > I'm using vlc with my hdhomerun TV tuner, but vlc has a problem that > hasn't been fixed for a really long time. Does anyone have a recommendation > for a similar app I can use for streaming? > > I'm really only otherwise familiar

vlc alternative?

2023-11-27 Thread Alex
Hi, I'm using vlc with my hdhomerun TV tuner, but vlc has a problem that hasn't been fixed for a really long time. Does anyone have a recommendation for a similar app I can use for streaming? I'm really only otherwise familiar with mplayer, but I don't think it supports streaming in this way where

Apple camera formats heic and hevc

2023-11-27 Thread Robert McBroom via users
Apple new formats for photos and videos are giving me trouble just transferring files from the phone. Keep getting invalid format in transfer even though the functions on the phone are fine. Anyone else having problems? Any editors? Gimp seems to overlap parts of the live photo to a ragged fixe

Re: firefox keeps freezing on me

2023-11-27 Thread Michael Hennebry
On Sat, 25 Nov 2023, Roger Heflin wrote: Hardware issues do not typically leave the machine up (except for intel/amd throttling down when getting hot, but even that will crash if it gets bad enough).install kernel-tools and run turbostat it will show the cpu freqs and cpu temps. My CPU is

Re: conflict with ffmpeg

2023-11-27 Thread Michael Hennebry
On Fri, 24 Nov 2023, Tom Horsley wrote: This is fedora putting their own lame bits of ffmpeg in fedora. This works for me: dnf swap ffmpeg-free ffmpeg --allowerasing that swaps out the lame fedora stuff and gets everything from rpmfusion. Thanks. I have ffmpeg now. Any idea what lame bits?