#FFPlay

pafurijazpafurijaz
2025-06-09

No way! The best tool to play streaming for me it is -i ..index-v1-a1.m3u8, and others often freezes.

2025-06-05

This is Major FFMPEG has merged WHIP Muxer for sub second latency streaming!!!

WHIP is the acronym for WebRTC-HTTP Ingestion Protocol. It is a low-latency live-streaming specification building off WebRTC.

Read more about it here

phoronix.com/news/FFmpeg-Lands

#OpenSource #FFMPEG #WHIP #WebRTC #FFPlay #streaming #latency #low #programming #POSIX #Linux

The image shows a screenshot of a news article on a mobile device. The article is titled "WHIP Muxer Merged To FFmpeg For Sub-Second Latency Streaming," written by Michael Larabel in Multimedia on June 4, 2025, at 08:00 AM EDT, with 6 comments. The article discusses the merging of a big project into FFmpeg to provide a WHIP muxer for sub-second latency streaming. It explains that WHIP stands for the WebRTC-HTTP Ingestion Protocol, a low-latency live-streaming specification building off WebRTC, which uses HTTP for exchanging initial information and capabilities and STUN binding to establish a UDP session. Encryption is supported, and due to WebRTC, mandatory with WHIP, and audio/video frames are split into RTP packets. The WebRTC-HTTP Ingestion Protocol is an IETF standard for ushering low-latency communication over WebRTC to help with streaming/broadcasting uses. The screenshot also includes a code commit interface for FFmpeg, showing "Commit 167e343" with 7 people committing 7 hours ago. The device's status bar shows the time as 22:08, the date as the 31st, and a battery level of 91%.

 Ovis2-8B

🌱 Energy used: 0.320 Wh
2024-09-15

В feh можно сразу на вход давать URL (как и для ffplay).
А я то вокруг какие-то костыли городил...

Fabio Manganiellofabio@manganiello.social
2024-08-14

Anyone knows of something like #ffplay, but with support for external commands to control playback?

Maintaining four different local media integrations in #Platypush (vlc, mpv, mplayer and omxplayer) is tiring, and each of those players comes with its own overhead, caveats and API quirks.

I’d be much easier if I could just pipe any stream to ffplay - and call it a day, and have a way to easily pass play/pause/stop/volume etc. commands to ffplay - over stdin, over socket, over signals, anything works.

Platypush could then be “its own” media player solely based on ffmpeg. Anything would be piped to ffplay over stdin.

Unfortunately, I can’t find a single way to programmatically control ffplay during playback that works - outside of hacks with keystroke emulation that are unlikely to work in Wayland anyway.

And so far I’ve been very tempted from meddling with GStreamer unless really required - first because it’d be a Linux-only solution, and second because it depends on the dbus+GLib and carries a whole lot of dependencies with it, while ffplay needs basically only the ffmpeg package.

Anyone who knows how to get this to work, or even a simple stand-alone command line player or media framework that can be externally controlled and uses as a base, feel free to share!

Fabio Manganiellofabio@manganiello.social
2024-05-11

Is anyone aware of ways to control #ffplay programmatically in any form, without having to focus the window and having to emulate keyboard/mouse bindings in it?

ffplay is amazing, light, fast, and it’s a player that comes with any #ffmpeg installation.

#Platypush supports media players such as VLC, mpv, mplayer, omxplayer and gstreamer, but they all come with their bags of issues - the VLC libraries seem to break too often on Wayland, mpv has too many API breaking changes across versions and controlling it only works if the version of the library and the player are carefully aligned, mplayer is an unmaintained dumpster fire with a messy control API, working with gstreamer in Python requires the user to install the whole fat GLib luggage and MBs of plugins, and omxplayer is basically dead.

ffplay would be my favourite pick for a portable and lightweight default media player. But the fact that it apparently can’t be controlled in non-interactive ways really puzzles me.

Ross of Ottawaottaross
2024-02-28

Put in some time on the front to work around the missing audio tool.

I have succeeded, in spite of confusing documentation. Have used VLC with the VLC-over-telnet integration to send audio to the local port, and so am hearing my cherished audio snippets that tell me what is going on.

It was a fortuitous push to get me to learn the YAML scripting environment which should serve me well for future features.

Ross of Ottawaottaross
2024-02-26

Oh hey, some updates are out this morning.

Hopefully there was attention paid to the missing and components that have silenced my setup's various informative audio chimes.

Ross of Ottawaottaross
2024-02-19

The core update that killed the related functions, particularly is still not fixed. Glad to see others complaining too, and a bug report posted on github.

Hope it gets addressed soon, I'm missing the audio feedback functions.

github.com/home-assistant/core

Ross of Ottawaottaross
2024-02-16

Hmmm, my announcement automations have broken since the update I ran a couple of days ago. Seems like the application is no longer being found.

Has that been nixed?

vintage screwlisp accountscrewtape@mastodon.sdf.org
2024-02-05
2023-12-24

The TRUE Linux user way to watch Twitch streams.

An IRC client (HexChat) open alongside ffplay, being used to watch a twitch stream while interacting with the chat.
2023-02-10

@oatmeal I've never actually tried #Chrome for a number of reasons, most related to the #Google #spyware & #monopoly business.

So I can mostly compare its media features with proper dedicated media players.

I've started it in default state from #Debian repository install and it under performs compared to #mpv, #ffplay (which is kinda the same backend though soo...) and #vlc.

2023-02-07

We can watch YouTube videos with FFplay/FFmpeg directly but Im using Netsurf that does the conversation job automaticaly

peertube.su/videos/watch/d5c12

@isaaac Avec #ffplay, l'image est #mystique :)

FFmpeg stands for " Fast Forward MPEG."

MPEG stands for "Motion Picture Experts Group."

FFmpeg is designed for processing video and audio files on the command line. It is widely used for transcoding, basic editing like trimming and concatenation, video scaling and video post-production effects and standards compliance (SMPTE, ITU).

Included with FFmpeg is also FFplay and FFprobe.

FFplay is a simple media player.

FFprobe is a tool to display media information.

#ffmpeg #ffplay #ffprobe

Exception.Net.Uaexception@social.net.ua
2021-09-16
2021-08-24

i've finished the integration of #ffplay in #godotengine yesterday: C to C++ is really tricky, i kept the "goto" statements even if it's not good practice in c++. Result is really cool: the code is really efficient at managing the decompression and the display simultaneously!
And thanks to the #HAP codec that uses RGB and RGBA color spaces, the conversion of frames to textures is as fast as it can without hardware acceleration.
gitlab.com/polymorphcool/godot
#gamedev #dev #gpl #video
@polymorphcool

FiXato (fallback)FiXato
2020-06-07

@s0 in the meantime, perhaps using for media files and streams is an option, as it seems to support an 18-band equaliser through ?
github.com/mpv-player/mpv/issu

2020-03-18

Liebes Internet, ich habe ein lustiges Problem: Ich habe mit #ffmpeg ein Video geschnitten, das danach nochmal reencoded.

#ffplay spielt das Video genau so ab, wie es geschnitten wurde.
#mpv und #vlc fangen bei 00:00:02 an, und damit ist das audio halt kaputt.

reencoden mit '-vsync drop' fixt das, aber dann ist das Video im fast-forward-modus. Audio passt aber.

Was genau muss ich an Optionen mitgeben, damit Audio und Video in Sync sind, aber trotzdem neue timestamps geschrieben werden?

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst