ChanServ changed the topic of #ffmpeg to: Welcome to the FFmpeg USER support channel | Development channel: #ffmpeg-devel | Bug reports: https://ffmpeg.org/bugreports.html | Wiki: https://trac.ffmpeg.org/ | This channel is publically logged | FFmpeg 7.1.1 is released
chair38 has joined #ffmpeg
moxie has quit [Quit: WeeChat 4.7.0]
kasper93 has joined #ffmpeg
chair1 has quit [Ping timeout: 250 seconds]
chair38 is now known as chair1
kasper93 has quit [Ping timeout: 258 seconds]
catsoften has quit [Ping timeout: 245 seconds]
chris-p has quit [Server closed connection]
chris-p has joined #ffmpeg
catsoften has joined #ffmpeg
w1kl4s has quit [Server closed connection]
w1kl4s has joined #ffmpeg
five618480339176 has quit [Ping timeout: 248 seconds]
moxie has joined #ffmpeg
j45_ has joined #ffmpeg
j45 has quit [Ping timeout: 256 seconds]
YUiNA has quit [Remote host closed the connection]
j45_ is now known as j45
j45 has joined #ffmpeg
j45 has quit [Changing host]
YUiNA has joined #ffmpeg
YUiNA_ has joined #ffmpeg
moxie has quit [Client Quit]
YUiNA has quit [Ping timeout: 256 seconds]
vincejv has quit [Quit: Bye bye! Leaving for now...]
moxie has joined #ffmpeg
moxie has quit [Client Quit]
chair63 has joined #ffmpeg
moxie has joined #ffmpeg
chair1 has quit [Ping timeout: 250 seconds]
chair63 is now known as chair1
qubuepe24 has quit [Remote host closed the connection]
iive has quit [Quit: They came for me...]
chair14 has joined #ffmpeg
fengdaolong has joined #ffmpeg
chair1 has quit [Quit: Client closed]
chair14 is now known as chair1
fgarcia has quit [Read error: Connection reset by peer]
fgarcia has joined #ffmpeg
YUiNA has joined #ffmpeg
damian101_ has quit [Ping timeout: 258 seconds]
YUiNA_ has quit [Ping timeout: 256 seconds]
fgarcia has quit [Read error: Connection reset by peer]
chair55 has joined #ffmpeg
fgarcia has joined #ffmpeg
chair1 has quit [Ping timeout: 250 seconds]
fgarcia has quit [Read error: Connection reset by peer]
chair55 is now known as chair1
fgarcia has joined #ffmpeg
fgarcia has quit [Read error: Connection reset by peer]
fgarcia has joined #ffmpeg
fgarcia has quit [Read error: Connection reset by peer]
fgarcia has quit [Read error: Connection reset by peer]
fgarcia has joined #ffmpeg
_JM55 has quit [Quit: Leaving]
fgarcia has quit [Ping timeout: 256 seconds]
fgarcia has joined #ffmpeg
fgarcia has quit [Read error: Connection reset by peer]
fgarcia has joined #ffmpeg
fengdaolong has quit [Read error: Connection reset by peer]
Kimapr has quit [Remote host closed the connection]
Kimapr has joined #ffmpeg
Mozies has quit [Remote host closed the connection]
Mozies has joined #ffmpeg
theracermaster2 has joined #ffmpeg
_whitelogger has joined #ffmpeg
chair97 has joined #ffmpeg
chair79 has joined #ffmpeg
chair1 has quit [Ping timeout: 250 seconds]
chair97 has quit [Ping timeout: 250 seconds]
chair79 is now known as chair1
lusciouslover has quit [Remote host closed the connection]
lusciouslover has joined #ffmpeg
lusciouslover has quit [Remote host closed the connection]
fengdaolong has joined #ffmpeg
lusciouslover has joined #ffmpeg
MOOOO has joined #ffmpeg
ChiefMooMoo has quit [Ping timeout: 248 seconds]
lusciouslover has quit [Remote host closed the connection]
lusciouslover has joined #ffmpeg
jmcantrell_ has quit [Ping timeout: 256 seconds]
zsw has quit [Server closed connection]
defa has joined #ffmpeg
zsw has joined #ffmpeg
microchip_ has quit [Remote host closed the connection]
microchip_ has joined #ffmpeg
microchip_ has quit [Client Quit]
microchip_ has joined #ffmpeg
Shine_ has joined #ffmpeg
gebra has quit [Quit: No Ping reply in 180 seconds.]
DoctorD90 has quit [Remote host closed the connection]
DocD90 has joined #ffmpeg
DocD90 is now known as DoctorD90
xx has joined #ffmpeg
coldfeet has quit [Quit: Lost terminal]
Guest65 has joined #ffmpeg
Guest65 has quit [Client Quit]
damian101_ has joined #ffmpeg
chair1 has quit [Quit: Client closed]
gebra has joined #ffmpeg
gebra has joined #ffmpeg
gebra has quit [Changing host]
damian101 has quit [Ping timeout: 258 seconds]
Haven0320-2 has quit [Ping timeout: 256 seconds]
damian101__ has joined #ffmpeg
damian101_ has quit [Ping timeout: 256 seconds]
damian101_ has joined #ffmpeg
damian101__ has quit [Ping timeout: 258 seconds]
rsx has joined #ffmpeg
lavaball has joined #ffmpeg
rsx has quit [Quit: rsx]
Forza has quit [Ping timeout: 256 seconds]
Forza has joined #ffmpeg
SuicideShow has quit [Ping timeout: 256 seconds]
SuicideShow has joined #ffmpeg
Sketch has quit [Remote host closed the connection]
Sketch has joined #ffmpeg
f0x_30336912710 has quit [Read error: Connection reset by peer]
f0x_30336912710 has joined #ffmpeg
coldfeet has joined #ffmpeg
scat117 has quit [Ping timeout: 256 seconds]
justaguy has quit [Server closed connection]
justaguy has joined #ffmpeg
fengdaolong has quit [Ping timeout: 258 seconds]
minimal has joined #ffmpeg
realies9346 is now known as realies
Shuriko has quit [Ping timeout: 256 seconds]
Shine_ has quit [Read error: Connection reset by peer]
lavaball has quit [Remote host closed the connection]
vincejv has quit [Ping timeout: 258 seconds]
vincejv has joined #ffmpeg
realies has quit [Quit: ~]
realies has joined #ffmpeg
Haven0320 has joined #ffmpeg
jasom has quit [Server closed connection]
jasom has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
lavaball has joined #ffmpeg
microchip_ has quit [Remote host closed the connection]
Miyu has joined #ffmpeg
microchip_ has joined #ffmpeg
hackkitten has quit [Ping timeout: 245 seconds]
tranzistor has joined #ffmpeg
<tranzistor>
Hello! I'm generating audio by concating mp3 segments with -c copy and then I serve the resulting mp3 via HTTP from a CGI script that runs ffmpeg. I'd like to be able to extract only a specific segment of the output stream specifying bytes, not seconds. Is it possible to seek in the output stream by specifying "start byte" and "end byte"? Currently
<tranzistor>
I'm doing tail and head after ffmpeg call, but this is inefficient, as ffmpeg still generates ~1 hour of output, but it's discarded just so that I can generate 30 seconds of used audio (around 3MB), as is requested by the browser with a Range header.
<ePirat>
I dont think thats possible with ffmpeg cli
<ePirat>
even with directly using ffmpeg APIs I cant think of an easy way to make this work as you still need to write the whole file to know the amount of bytes…
Kei_N_ has joined #ffmpeg
Kei_N has quit [Ping timeout: 256 seconds]
murb has quit [Server closed connection]
murb has joined #ffmpeg
<BtbN>
tranzistor: luckily for you, mp3 is a super primitive format.
<BtbN>
You don't need ffmpeg to concat mp3. "cat 1.mp3 2.mp3 > full.mp3" is perfectly valid
Shine_ has joined #ffmpeg
<BtbN>
so your CGI script can do just that, which should make byte-offsets trivial
vincejv has quit [Quit: Bye bye! Leaving for now...]
vincejv has joined #ffmpeg
Exa has quit [Quit: see ya!]
Exa has joined #ffmpeg
Exa has quit [Quit: see ya!]
Exa has joined #ffmpeg
travisghansen has joined #ffmpeg
<travisghansen>
I’m looking for some docs/examples of the new webrtc/whip functionality but having a hard time finding. Does that exist and where might I find it?
<travisghansen>
Thank you kindly, I didn’t open -all :(
<travisghansen>
Kinda ignorant with whip/whep, from what I can tell this allows ffmpeg to output to a webrtc endpoint, any chance there are plans to support whep/server for webrtc? ie: I would like to setup the input to be webrtc and then provide a url folks can open on their phone/computer to start sending media to ffmpeg
catsoften has quit [Ping timeout: 258 seconds]
bleb has quit [Ping timeout: 258 seconds]
foonix has quit [Ping timeout: 258 seconds]
kasper93 has quit [Ping timeout: 258 seconds]
JanC has quit [Ping timeout: 258 seconds]
Trel has quit [Ping timeout: 258 seconds]
Norkle has quit [Ping timeout: 258 seconds]
jkqxz has quit [Ping timeout: 258 seconds]
tronexte has quit [Ping timeout: 258 seconds]
dcomp35 has quit [Read error: Connection reset by peer]
Kei_N_ has quit [Ping timeout: 258 seconds]
luva8 has quit [Ping timeout: 258 seconds]
chainik15 has quit [Ping timeout: 258 seconds]
CoreX has quit [Ping timeout: 258 seconds]
microchip_ has quit [*.net *.split]
jasom has quit [*.net *.split]
MOOOO has quit [*.net *.split]
Forza has quit [*.net *.split]
Kimapr has quit [*.net *.split]
chris-p has quit [*.net *.split]
relue has quit [*.net *.split]
Rena has quit [*.net *.split]
treefrob has quit [*.net *.split]
chowbok has quit [*.net *.split]
wodim has quit [*.net *.split]
rodeo has quit [*.net *.split]
dallemon has quit [*.net *.split]
KombuchaKip has quit [*.net *.split]
acryo_ has quit [*.net *.split]
UltraFuzzy has quit [*.net *.split]
MillerBOSS has quit [*.net *.split]
lavaball has quit [*.net *.split]
f0x_30336912710 has quit [*.net *.split]
SuicideShow has quit [*.net *.split]
damian101_ has quit [*.net *.split]
defa has quit [*.net *.split]
fgarcia has quit [*.net *.split]
maxim_d33 has quit [*.net *.split]
llinguini has quit [*.net *.split]
odrling has quit [*.net *.split]
DauntlessOne4985 has quit [*.net *.split]
etra has quit [*.net *.split]
hbehe has quit [*.net *.split]
frankplow has quit [*.net *.split]
kmikita has quit [*.net *.split]
rdz has quit [*.net *.split]
TD-Linux has quit [*.net *.split]
Lypheo has quit [*.net *.split]
Perflosopher0387 has quit [*.net *.split]
peac has quit [*.net *.split]
bpmedley has quit [*.net *.split]
signalhunter has quit [*.net *.split]
FH_thecat has quit [*.net *.split]
Kobaz has quit [*.net *.split]
nitroxis has quit [*.net *.split]
vincejv has quit [*.net *.split]
GingerGeek has quit [*.net *.split]
fossdd has quit [*.net *.split]
thaewrapt has quit [*.net *.split]
another| has quit [*.net *.split]
klaxa has quit [*.net *.split]
losth1ghway has quit [*.net *.split]
oribellow has quit [*.net *.split]
koolazer has quit [*.net *.split]
wacko has quit [*.net *.split]
mphan has quit [*.net *.split]
Ram-Z has quit [*.net *.split]
pulec has quit [*.net *.split]
Faely has quit [*.net *.split]
anticw has quit [*.net *.split]
JustBleedFan has quit [*.net *.split]
ggherdov has quit [*.net *.split]
lexano has quit [*.net *.split]
Some_Person has quit [*.net *.split]
astlep5504018066 has quit [*.net *.split]
AMM has quit [*.net *.split]
gachikuku_ has quit [*.net *.split]
LFSveteran has quit [*.net *.split]
haasn has quit [*.net *.split]
veritgo235 has quit [*.net *.split]
kilobyte_ch has quit [*.net *.split]
mindfreeze has quit [*.net *.split]
chico has quit [*.net *.split]
srikanth has quit [*.net *.split]
occivink has quit [*.net *.split]
bigfoot547 has quit [*.net *.split]
xx has quit [*.net *.split]
Mozies has quit [*.net *.split]
chiselfuse has quit [*.net *.split]
System_Error has quit [*.net *.split]
de-facto has quit [*.net *.split]
Exa has quit [*.net *.split]
Haven0320 has quit [*.net *.split]
realies has quit [*.net *.split]
Sketch has quit [*.net *.split]
kode54 has quit [*.net *.split]
ndufresne has quit [*.net *.split]
lockywolf has quit [*.net *.split]
acovrig601247 has quit [*.net *.split]
BtbN has quit [*.net *.split]
furq has quit [*.net *.split]
chymera has quit [*.net *.split]
auri has quit [*.net *.split]
martylake has quit [*.net *.split]
Jiggy has quit [*.net *.split]
meator has quit [*.net *.split]
Flat has quit [*.net *.split]
xvaclav has quit [*.net *.split]
kingdomofheaven has quit [*.net *.split]
woky has quit [*.net *.split]
litheum has quit [*.net *.split]
w1kl4s has quit [*.net *.split]
HarshK23 has quit [*.net *.split]
Sakura`Kinomoto has quit [*.net *.split]
psykose has quit [*.net *.split]
meklu has quit [*.net *.split]
boxrick has quit [*.net *.split]
SohamK has quit [*.net *.split]
lullerhaus has quit [*.net *.split]
Corroddity has quit [*.net *.split]
bibble has quit [*.net *.split]
charles05 has quit [*.net *.split]
lemourin has quit [*.net *.split]
jesse-s has quit [*.net *.split]
phr3ak has quit [*.net *.split]
desmond-netint has quit [*.net *.split]
javabean has quit [*.net *.split]
Arsen has quit [*.net *.split]
jkhsjdhjs has quit [*.net *.split]
Thulinma has quit [*.net *.split]
pal has quit [*.net *.split]
simpl_e has quit [*.net *.split]
Jhonny2x4 has quit [*.net *.split]
sam113101 has quit [*.net *.split]
michaelni has quit [*.net *.split]
Vesryn has quit [*.net *.split]
travisghansen has quit [*.net *.split]
nrg has quit [*.net *.split]
murb has quit [*.net *.split]
DoctorD90 has quit [*.net *.split]
Traneptora has quit [*.net *.split]
burie has quit [*.net *.split]
OctopusET has quit [*.net *.split]
tykling has quit [*.net *.split]
s55 has quit [*.net *.split]
pelotron has quit [*.net *.split]
pastelowl has quit [*.net *.split]
smashgrab has quit [*.net *.split]
acidbunny has quit [*.net *.split]
l4yer has quit [*.net *.split]
sun has quit [*.net *.split]
beastd has quit [*.net *.split]
Moon_Rabbit has quit [*.net *.split]
rodrigo-morales has quit [*.net *.split]
energizer has quit [*.net *.split]
kron has quit [*.net *.split]
Blacker47 has quit [*.net *.split]
ZLima12 has quit [*.net *.split]
mishehu has quit [*.net *.split]
^Neo_ has quit [*.net *.split]
Hobbyboy has quit [*.net *.split]
Teraii has quit [*.net *.split]
cheapie has quit [*.net *.split]
Buliarous has quit [*.net *.split]
tyzoid_ has quit [*.net *.split]
BUSY has quit [*.net *.split]
Ekho has quit [*.net *.split]
catcream has quit [*.net *.split]
xerox has quit [*.net *.split]
ravioli has quit [*.net *.split]
LimeOn has quit [*.net *.split]
triscal has quit [*.net *.split]
kuba-orlik03975 has quit [*.net *.split]
void09 has quit [*.net *.split]
garfvl has quit [*.net *.split]
Shine_ has quit [*.net *.split]
zsw has quit [*.net *.split]
theracermaster2 has quit [*.net *.split]
rvalue has quit [*.net *.split]
APic has quit [*.net *.split]
sjs has quit [*.net *.split]
drv has quit [*.net *.split]
Keshl has quit [*.net *.split]
Vonter has quit [*.net *.split]
cryptic has quit [*.net *.split]
user24037 has quit [*.net *.split]
Fenrir has quit [*.net *.split]
Hassan01 has quit [*.net *.split]
marcj has quit [*.net *.split]
delthas has quit [*.net *.split]
ocrete1 has quit [*.net *.split]
blb has quit [*.net *.split]
rizino has quit [*.net *.split]
EmleyMoor has quit [*.net *.split]
englishm has quit [*.net *.split]
NaviTheFairy has quit [*.net *.split]
sdc has quit [*.net *.split]
za3k has quit [*.net *.split]
phantomics has quit [*.net *.split]
derjanni has quit [*.net *.split]
linsux has quit [*.net *.split]
Arokh has quit [*.net *.split]
monkeystu has quit [*.net *.split]
brocellous has quit [*.net *.split]
tranzistor has quit [*.net *.split]
nmz has quit [*.net *.split]
ossifrage has quit [*.net *.split]
telgareith has quit [*.net *.split]
avid has quit [*.net *.split]
gothicserpent has quit [*.net *.split]
RetroPunk has quit [*.net *.split]
vulpine has quit [*.net *.split]
jb3 has quit [*.net *.split]
iconoclasthero has quit [*.net *.split]
genius3000 has quit [*.net *.split]
Polochon_street has quit [*.net *.split]
adema has quit [*.net *.split]
znf has quit [*.net *.split]
jkkm has quit [*.net *.split]
mtoy has quit [*.net *.split]
gebra has quit [*.net *.split]
lusciouslover has quit [*.net *.split]
flotwig has quit [*.net *.split]
j45 has quit [*.net *.split]
ishan has quit [*.net *.split]
unlord has quit [*.net *.split]
turlando_ has quit [*.net *.split]
GTAXL has quit [*.net *.split]
moviuro has quit [*.net *.split]
snoriman has quit [*.net *.split]
Mister_Magister has quit [*.net *.split]
intrac has quit [*.net *.split]
jtgd has quit [*.net *.split]
mven9713 has quit [*.net *.split]
llyyr has quit [*.net *.split]
dostoyevsky2 has quit [*.net *.split]
kepstin has quit [*.net *.split]
markh has quit [*.net *.split]
mort has quit [*.net *.split]
Offspring has quit [*.net *.split]
hjckr has quit [*.net *.split]
Icedream has quit [*.net *.split]
dv_ has quit [*.net *.split]
natto- has quit [*.net *.split]
snek has quit [*.net *.split]
sunyibo_ has quit [*.net *.split]
troyt has quit [*.net *.split]
jprjr has quit [*.net *.split]
bcheng has quit [*.net *.split]
tokyovigilante has quit [*.net *.split]
pa has quit [*.net *.split]
KyleSiefring has quit [*.net *.split]
wyatt8740 has quit [*.net *.split]
bryanodonoghue has quit [*.net *.split]
squeaktoy has quit [*.net *.split]
drew has quit [*.net *.split]
stonerl has quit [*.net *.split]
kylophone has quit [*.net *.split]
buhman has quit [*.net *.split]
pzich has quit [*.net *.split]
graphitemaster has quit [*.net *.split]
Liver_K has quit [*.net *.split]
nickster has quit [*.net *.split]
abdo has quit [*.net *.split]
sopparus has quit [*.net *.split]
Son_Goku has quit [*.net *.split]
grib has quit [*.net *.split]
duckworld has quit [*.net *.split]
elvis_a_presley has quit [*.net *.split]
averne has quit [*.net *.split]
zichy has quit [*.net *.split]
paulk has quit [*.net *.split]
gordonfish has quit [*.net *.split]
paramourn has quit [*.net *.split]
kizano has quit [*.net *.split]
Yalda has quit [*.net *.split]
aaabbb has quit [*.net *.split]
nurupo has quit [*.net *.split]
noelle has quit [*.net *.split]
vvvv has quit [*.net *.split]
ndh has quit [*.net *.split]
cherries has quit [*.net *.split]
bertieb has quit [*.net *.split]
buzel has quit [*.net *.split]
PanamaCity3003 has quit [*.net *.split]
_rubik has quit [*.net *.split]
mvt has quit [*.net *.split]
MightyBOB has quit [*.net *.split]
The_Blode has quit [*.net *.split]
Naleksuh has quit [*.net *.split]
jab416171 has quit [*.net *.split]
ninjin has quit [*.net *.split]
Fischmiep has quit [*.net *.split]
atrius has quit [*.net *.split]
ShadowJK has quit [*.net *.split]
Starz0r has quit [*.net *.split]
bencoh has quit [*.net *.split]
DPA has quit [*.net *.split]
kipfel has quit [*.net *.split]
hackkitten has quit [*.net *.split]
minimal has quit [*.net *.split]
probie has quit [*.net *.split]
tmatth has quit [*.net *.split]
strudl has quit [*.net *.split]
water has quit [*.net *.split]
Ingvix has quit [*.net *.split]
prg has quit [*.net *.split]
termos has quit [*.net *.split]
redeeman has quit [*.net *.split]
galad has quit [*.net *.split]
kwizart has quit [*.net *.split]
[R]x has quit [*.net *.split]
arch1t3cht1 has quit [*.net *.split]
irwiss has quit [*.net *.split]
Lynne has quit [*.net *.split]
foamy has quit [*.net *.split]
ja_02 has quit [*.net *.split]
teknix has quit [*.net *.split]
beneth has quit [*.net *.split]
meinside has quit [*.net *.split]
BSaboia has quit [*.net *.split]
welder has quit [*.net *.split]
stockholm has quit [*.net *.split]
MetaNova has quit [*.net *.split]
mrelcee has quit [*.net *.split]
Asterisk has quit [*.net *.split]
hbbs has quit [*.net *.split]
Dagger has quit [*.net *.split]
sihloo has quit [*.net *.split]
ocrete has quit [*.net *.split]
monkeybusiness has quit [*.net *.split]
ParkerR has quit [*.net *.split]
kyber has quit [*.net *.split]
samhza has quit [*.net *.split]
feuerrot has quit [*.net *.split]
rossome has quit [*.net *.split]
down200 has quit [*.net *.split]
upekkha has quit [*.net *.split]
ursa-major has quit [*.net *.split]
ttkap has quit [*.net *.split]
faxmodem has quit [*.net *.split]
tsujp has quit [*.net *.split]
itok has quit [*.net *.split]
ePirat has quit [*.net *.split]
function1 has quit [*.net *.split]
robobub has quit [*.net *.split]
MH42069 has quit [*.net *.split]
pikapika_lunar has quit [*.net *.split]
ferreum has quit [*.net *.split]
vampirefrog has quit [*.net *.split]
luser1 has quit [*.net *.split]
dza has quit [*.net *.split]
leo60228 has quit [*.net *.split]
olspookishmagus has quit [*.net *.split]
DarkG has quit [*.net *.split]
jluthra has quit [*.net *.split]
Fanfwe has quit [*.net *.split]
Epakai has quit [*.net *.split]
clever has quit [*.net *.split]
rcombs has quit [*.net *.split]
tyzoid has quit [*.net *.split]
vlt has quit [*.net *.split]
krjst has quit [*.net *.split]
poorboy has quit [*.net *.split]
techietrash has quit [*.net *.split]
nyaomi has quit [*.net *.split]
tempora has quit [*.net *.split]
pocketprotector has quit [*.net *.split]
K900 has quit [*.net *.split]
Fusl has quit [*.net *.split]
bkolden has quit [*.net *.split]
dlb76 has quit [*.net *.split]
colona has quit [*.net *.split]
sentriz has quit [*.net *.split]
tomaw has quit [*.net *.split]
zeromind has quit [*.net *.split]
deetwelve has quit [*.net *.split]
CounterPillow has quit [*.net *.split]
Coinflipper has quit [*.net *.split]
Disavowed has quit [*.net *.split]
JEEB has quit [*.net *.split]
csavinovich_ has quit [*.net *.split]
ta71 has quit [*.net *.split]
mid-kid has quit [*.net *.split]
arkanoid has quit [*.net *.split]
CheckMyBrain has quit [*.net *.split]
yawkat has quit [*.net *.split]
tel3 has quit [*.net *.split]
futurelugia has quit [*.net *.split]
c_14 has quit [*.net *.split]
antto has quit [*.net *.split]
Xe has quit [*.net *.split]
nobiz has quit [*.net *.split]
jess has quit [*.net *.split]
ChanServ has quit [*.net *.split]
Norkle_ has joined #ffmpeg
Kei_N has joined #ffmpeg
tronexte_ has joined #ffmpeg
jkqxz_ has joined #ffmpeg
bleb has joined #ffmpeg
foon1x has joined #ffmpeg
catsoften has joined #ffmpeg
Exa has joined #ffmpeg
chainik15 has joined #ffmpeg
luva8 has joined #ffmpeg
kasper93 has joined #ffmpeg
travisghansen has joined #ffmpeg
vincejv has joined #ffmpeg
Shine_ has joined #ffmpeg
Blacker47 has joined #ffmpeg
nrg has joined #ffmpeg
murb has joined #ffmpeg
tranzistor has joined #ffmpeg
microchip_ has joined #ffmpeg
hackkitten has joined #ffmpeg
lavaball has joined #ffmpeg
jasom has joined #ffmpeg
Haven0320 has joined #ffmpeg
realies has joined #ffmpeg
f0x_30336912710 has joined #ffmpeg
Sketch has joined #ffmpeg
SuicideShow has joined #ffmpeg
Forza has joined #ffmpeg
damian101_ has joined #ffmpeg
gebra has joined #ffmpeg
xx has joined #ffmpeg
DoctorD90 has joined #ffmpeg
lusciouslover has joined #ffmpeg
defa has joined #ffmpeg
zsw has joined #ffmpeg
MOOOO has joined #ffmpeg
theracermaster2 has joined #ffmpeg
Mozies has joined #ffmpeg
Kimapr has joined #ffmpeg
maxim_d33 has joined #ffmpeg
fgarcia has joined #ffmpeg
flotwig has joined #ffmpeg
j45 has joined #ffmpeg
w1kl4s has joined #ffmpeg
fossdd has joined #ffmpeg
chris-p has joined #ffmpeg
Traneptora has joined #ffmpeg
odrling has joined #ffmpeg
burie has joined #ffmpeg
chiselfuse has joined #ffmpeg
rvalue has joined #ffmpeg
OctopusET has joined #ffmpeg
relue has joined #ffmpeg
averne has joined #ffmpeg
thaewrapt has joined #ffmpeg
tykling has joined #ffmpeg
s55 has joined #ffmpeg
Rena has joined #ffmpeg
mishehu has joined #ffmpeg
APic has joined #ffmpeg
DauntlessOne4985 has joined #ffmpeg
System_Error has joined #ffmpeg
treefrob has joined #ffmpeg
etra has joined #ffmpeg
losth1ghway has joined #ffmpeg
HarshK23 has joined #ffmpeg
sjs has joined #ffmpeg
hbehe has joined #ffmpeg
ishan has joined #ffmpeg
frankplow has joined #ffmpeg
Sakura`Kinomoto has joined #ffmpeg
kmikita has joined #ffmpeg
unlord has joined #ffmpeg
drv has joined #ffmpeg
TD-Linux has joined #ffmpeg
rdz has joined #ffmpeg
Keshl has joined #ffmpeg
Lypheo has joined #ffmpeg
Vonter has joined #ffmpeg
chowbok has joined #ffmpeg
pelotron has joined #ffmpeg
cryptic has joined #ffmpeg
pastelowl has joined #ffmpeg
smashgrab has joined #ffmpeg
user24037 has joined #ffmpeg
Perflosopher0387 has joined #ffmpeg
rodeo has joined #ffmpeg
wodim has joined #ffmpeg
another| has joined #ffmpeg
psykose has joined #ffmpeg
acidbunny has joined #ffmpeg
turlando_ has joined #ffmpeg
l4yer has joined #ffmpeg
peac has joined #ffmpeg
bpmedley has joined #ffmpeg
GTAXL has joined #ffmpeg
zichy has joined #ffmpeg
paulk has joined #ffmpeg
moviuro has joined #ffmpeg
Fenrir has joined #ffmpeg
signalhunter has joined #ffmpeg
dallemon has joined #ffmpeg
Hassan01 has joined #ffmpeg
sun has joined #ffmpeg
llinguini has joined #ffmpeg
boxrick has joined #ffmpeg
FH_thecat has joined #ffmpeg
SohamK has joined #ffmpeg
KombuchaKip has joined #ffmpeg
meklu has joined #ffmpeg
beastd has joined #ffmpeg
snoriman has joined #ffmpeg
Mister_Magister has joined #ffmpeg
acryo_ has joined #ffmpeg
oribellow has joined #ffmpeg
gordonfish has joined #ffmpeg
Moon_Rabbit has joined #ffmpeg
rodrigo-morales has joined #ffmpeg
intrac has joined #ffmpeg
jtgd has joined #ffmpeg
UltraFuzzy has joined #ffmpeg
MillerBOSS has joined #ffmpeg
energizer has joined #ffmpeg
Kobaz has joined #ffmpeg
mven9713 has joined #ffmpeg
koolazer has joined #ffmpeg
nitroxis has joined #ffmpeg
wacko has joined #ffmpeg
^Neo_ has joined #ffmpeg
ZLima12 has joined #ffmpeg
Hobbyboy has joined #ffmpeg
GingerGeek has joined #ffmpeg
mphan has joined #ffmpeg
Teraii has joined #ffmpeg
ttkap has joined #ffmpeg
faxmodem has joined #ffmpeg
llyyr has joined #ffmpeg
dostoyevsky2 has joined #ffmpeg
Ram-Z has joined #ffmpeg
marcj has joined #ffmpeg
kode54 has joined #ffmpeg
ndufresne has joined #ffmpeg
kepstin has joined #ffmpeg
lullerhaus has joined #ffmpeg
mtoy has joined #ffmpeg
delthas has joined #ffmpeg
Corroddity has joined #ffmpeg
chico has joined #ffmpeg
paramourn has joined #ffmpeg
ocrete1 has joined #ffmpeg
pulec has joined #ffmpeg
Faely has joined #ffmpeg
anticw has joined #ffmpeg
JustBleedFan has joined #ffmpeg
blb has joined #ffmpeg
bibble has joined #ffmpeg
ggherdov has joined #ffmpeg
EmleyMoor has joined #ffmpeg
rizino has joined #ffmpeg
charles05 has joined #ffmpeg
lockywolf has joined #ffmpeg
lexano has joined #ffmpeg
cheapie has joined #ffmpeg
Buliarous has joined #ffmpeg
K900 has joined #ffmpeg
tyzoid_ has joined #ffmpeg
elvis_a_presley has joined #ffmpeg
Flat has joined #ffmpeg
englishm has joined #ffmpeg
BUSY has joined #ffmpeg
NaviTheFairy has joined #ffmpeg
markh has joined #ffmpeg
Ekho has joined #ffmpeg
BtbN has joined #ffmpeg
acovrig601247 has joined #ffmpeg
Some_Person has joined #ffmpeg
tsujp has joined #ffmpeg
probie has joined #ffmpeg
itok has joined #ffmpeg
kron has joined #ffmpeg
lemourin has joined #ffmpeg
astlep5504018066 has joined #ffmpeg
AMM has joined #ffmpeg
de-facto has joined #ffmpeg
catcream has joined #ffmpeg
gachikuku_ has joined #ffmpeg
mort has joined #ffmpeg
kizano has joined #ffmpeg
sdc has joined #ffmpeg
furq has joined #ffmpeg
xerox has joined #ffmpeg
LFSveteran has joined #ffmpeg
ravioli has joined #ffmpeg
jesse-s has joined #ffmpeg
za3k has joined #ffmpeg
haasn has joined #ffmpeg
veritgo235 has joined #ffmpeg
kilobyte_ch has joined #ffmpeg
mindfreeze has joined #ffmpeg
LimeOn has joined #ffmpeg
triscal has joined #ffmpeg
kuba-orlik03975 has joined #ffmpeg
srikanth has joined #ffmpeg
linsux has joined #ffmpeg
void09 has joined #ffmpeg
phantomics has joined #ffmpeg
garfvl has joined #ffmpeg
occivink has joined #ffmpeg
phr3ak has joined #ffmpeg
bigfoot547 has joined #ffmpeg
Dagger has joined #ffmpeg
derjanni has joined #ffmpeg
aaabbb has joined #ffmpeg
BSaboia has joined #ffmpeg
Offspring has joined #ffmpeg
Fusl has joined #ffmpeg
desmond-netint has joined #ffmpeg
Arokh has joined #ffmpeg
sihloo has joined #ffmpeg
tmatth has joined #ffmpeg
welder has joined #ffmpeg
monkeystu has joined #ffmpeg
ePirat has joined #ffmpeg
javabean has joined #ffmpeg
brocellous has joined #ffmpeg
hjckr has joined #ffmpeg
nmz has joined #ffmpeg
arkanoid has joined #ffmpeg
Arsen has joined #ffmpeg
CheckMyBrain has joined #ffmpeg
telgareith has joined #ffmpeg
chymera has joined #ffmpeg
ossifrage has joined #ffmpeg
Icedream has joined #ffmpeg
avid has joined #ffmpeg
function1 has joined #ffmpeg
dv_ has joined #ffmpeg
robobub has joined #ffmpeg
gothicserpent has joined #ffmpeg
yawkat has joined #ffmpeg
MH42069 has joined #ffmpeg
xvaclav has joined #ffmpeg
natto- has joined #ffmpeg
tel3 has joined #ffmpeg
ocrete has joined #ffmpeg
RetroPunk has joined #ffmpeg
futurelugia has joined #ffmpeg
auri has joined #ffmpeg
strudl has joined #ffmpeg
c_14 has joined #ffmpeg
bkolden has joined #ffmpeg
martylake has joined #ffmpeg
Jiggy has joined #ffmpeg
vulpine has joined #ffmpeg
monkeybusiness has joined #ffmpeg
klaxa has joined #ffmpeg
clever has joined #ffmpeg
pikapika_lunar has joined #ffmpeg
dlb76 has joined #ffmpeg
sunyibo_ has joined #ffmpeg
meator has joined #ffmpeg
ParkerR has joined #ffmpeg
snek has joined #ffmpeg
kingdomofheaven has joined #ffmpeg
woky has joined #ffmpeg
jkhsjdhjs has joined #ffmpeg
litheum has joined #ffmpeg
Thulinma has joined #ffmpeg
pal has joined #ffmpeg
water has joined #ffmpeg
noelle has joined #ffmpeg
Ingvix has joined #ffmpeg
simpl_e has joined #ffmpeg
nurupo has joined #ffmpeg
vvvv has joined #ffmpeg
ndh has joined #ffmpeg
kyber has joined #ffmpeg
iconoclasthero has joined #ffmpeg
samhza has joined #ffmpeg
cherries has joined #ffmpeg
prg has joined #ffmpeg
jb3 has joined #ffmpeg
termos has joined #ffmpeg
ferreum has joined #ffmpeg
bertieb has joined #ffmpeg
genius3000 has joined #ffmpeg
redeeman has joined #ffmpeg
buzel has joined #ffmpeg
Jhonny2x4 has joined #ffmpeg
galad has joined #ffmpeg
sam113101 has joined #ffmpeg
Polochon_street has joined #ffmpeg
vampirefrog has joined #ffmpeg
adema has joined #ffmpeg
feuerrot has joined #ffmpeg
znf has joined #ffmpeg
michaelni has joined #ffmpeg
jkkm has joined #ffmpeg
PanamaCity3003 has joined #ffmpeg
kwizart has joined #ffmpeg
rossome has joined #ffmpeg
_rubik has joined #ffmpeg
Vesryn has joined #ffmpeg
mvt has joined #ffmpeg
antto has joined #ffmpeg
[R]x has joined #ffmpeg
troyt has joined #ffmpeg
luser1 has joined #ffmpeg
Xe has joined #ffmpeg
MightyBOB has joined #ffmpeg
upekkha has joined #ffmpeg
stockholm has joined #ffmpeg
nobiz has joined #ffmpeg
MetaNova has joined #ffmpeg
The_Blode has joined #ffmpeg
Naleksuh has joined #ffmpeg
jprjr has joined #ffmpeg
hbbs has joined #ffmpeg
Asterisk has joined #ffmpeg
mrelcee has joined #ffmpeg
sentriz has joined #ffmpeg
tomaw has joined #ffmpeg
jab416171 has joined #ffmpeg
dza has joined #ffmpeg
bcheng has joined #ffmpeg
down200 has joined #ffmpeg
tokyovigilante has joined #ffmpeg
leo60228 has joined #ffmpeg
ninjin has joined #ffmpeg
ursa-major has joined #ffmpeg
Fischmiep has joined #ffmpeg
pa has joined #ffmpeg
atrius has joined #ffmpeg
KyleSiefring has joined #ffmpeg
bryanodonoghue has joined #ffmpeg
ShadowJK has joined #ffmpeg
wyatt8740 has joined #ffmpeg
squeaktoy has joined #ffmpeg
olspookishmagus has joined #ffmpeg
drew has joined #ffmpeg
arch1t3cht1 has joined #ffmpeg
DarkG has joined #ffmpeg
Starz0r has joined #ffmpeg
stonerl has joined #ffmpeg
irwiss has joined #ffmpeg
Yalda has joined #ffmpeg
Lynne has joined #ffmpeg
kylophone has joined #ffmpeg
bencoh has joined #ffmpeg
foamy has joined #ffmpeg
buhman has joined #ffmpeg
DPA has joined #ffmpeg
pzich has joined #ffmpeg
ja_02 has joined #ffmpeg
graphitemaster has joined #ffmpeg
Liver_K has joined #ffmpeg
nickster has joined #ffmpeg
abdo has joined #ffmpeg
sopparus has joined #ffmpeg
teknix has joined #ffmpeg
Son_Goku has joined #ffmpeg
beneth has joined #ffmpeg
grib has joined #ffmpeg
duckworld has joined #ffmpeg
kipfel has joined #ffmpeg
jluthra has joined #ffmpeg
meinside has joined #ffmpeg
ChanServ has joined #ffmpeg
mid-kid has joined #ffmpeg
poorboy has joined #ffmpeg
nyaomi has joined #ffmpeg
techietrash has joined #ffmpeg
tempora has joined #ffmpeg
pocketprotector has joined #ffmpeg
jess has joined #ffmpeg
ta71 has joined #ffmpeg
krjst has joined #ffmpeg
JEEB has joined #ffmpeg
csavinovich_ has joined #ffmpeg
Disavowed has joined #ffmpeg
Coinflipper has joined #ffmpeg
CounterPillow has joined #ffmpeg
rcombs has joined #ffmpeg
vlt has joined #ffmpeg
tyzoid has joined #ffmpeg
deetwelve has joined #ffmpeg
Epakai has joined #ffmpeg
Fanfwe has joined #ffmpeg
zeromind has joined #ffmpeg
colona has joined #ffmpeg
sm1999 has quit [Max SendQ exceeded]
sm1999 has joined #ffmpeg
<travisghansen>
So if I want ffmpeg to publish to a distributer (likely over srt lets say), and I have mediamtx in the toolset, and I want to lowest possible latency what would the recommendation be? Publish to mediamtx over webrtc and have ffmpeg ingest from mediamtx over X? and then output to broadcaster over srt?
Exa has quit [Quit: see ya!]
Exa has joined #ffmpeg
<travisghansen>
For *reasons* I do not want/cannot have the media device push directly to broadcaster
JanC has joined #ffmpeg
Trel has joined #ffmpeg
Everything has joined #ffmpeg
_JM55 has joined #ffmpeg
turlando_ has quit []
nobiz has quit [Server closed connection]
nobiz has joined #ffmpeg
microlappy has joined #ffmpeg
microlappy has quit [Remote host closed the connection]
gdjbrassik has joined #ffmpeg
_JM55 has quit [Quit: Leaving]
minimal has joined #ffmpeg
Xe has quit [Server closed connection]
Xe has joined #ffmpeg
futurelugia has quit [Remote host closed the connection]
futurelugia has joined #ffmpeg
desmond-netint has quit [Quit: rcirc on GNU Emacs 26.3]
Kimapr has quit [Remote host closed the connection]
Shine_ has quit [Read error: Connection reset by peer]
CoreX has joined #ffmpeg
CoreX has quit [Excess Flood]
CoreX has joined #ffmpeg
feee has joined #ffmpeg
defa has quit [Ping timeout: 256 seconds]
Guest20 has joined #ffmpeg
catsoften has quit [Ping timeout: 256 seconds]
<Guest20>
hey, heard ffmpeg implemented WHIP, I downloaded the latest windows build of ffmpeg from gyan.dev and I didn't have access to the whip muxer, anyone know how I can get a windows build with whip enabled/installed?