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 supports streaming in this way where I can connect it to a socket like I can with vlc.

btw, the vlc error involves messages like these:

[00007fb3a4001130] ts demux error: libdvbpsi error (PSI decoder): TS discontinuity (received 10, expected 9) for PID 112

Thanks,
Alex

Hi Alex,

I could ot stand all the bugs in vlc so I switched to SMPlayer.
I stream music all the time.

Here is my keeper on SMPlayer:

-T


How to install SMPlayer and to get it to work:


Enable RPM Fusion:
https://ostechnix.com/how-to-enable-rpm-fusion-repository-in-fedora-rhel/

Free and non-free all at once:
# dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

Free
# dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm

Non-free
# dnf install https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm



Codec support (for VLC and smplayer):
   Note: make sure you have RPM Fusion insalled.  See above

https://ostechnix.com/how-to-install-multimedia-codecs-in-fedora-linux/
# dnf install gstreamer1-plugins-{bad-\*,good-\*,base} gstreamer1-plugin-openh264 gstreamer1-libav --exclude=gstreamer1-plugins-bad-free-devel

# dnf install gstreamer1-plugins-{bad-*,good-*,base} gstreamer1-plugin-openh264 gstreamer1-libav --exclude=gstreamer1-plugins-bad-free-devel

   # dnf install lame* --exclude=lame-devel

   # dnf group upgrade --with-optional Multimedia

   If problem ocure:
      # dnf group upgrade --with-optional --allowerasing Multimedia
      # dnf group upgrade --with-optional --skip-broken Multimedia

# dnf install gstreamer1-plugins-{bad-\*,good-\*,base} gstreamer1-plugin-openh264 gstreamer1-libav --exclude=gstreamer1-plugins-bad-free-devel

   # dnf install lame\* --exclude=lame-devel

   # dnf group upgrade --with-optional Multimedia



Install SMPlayer:
   # dnf install smplayer


--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to