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
shibboleth has joined #ffmpeg
shibboleth has quit [Ping timeout: 244 seconds]
System_Error has quit [Ping timeout: 244 seconds]
iive has quit [Quit: They came for me...]
_whitelogger has joined #ffmpeg
System_Error has joined #ffmpeg
realies9 has quit [Quit: Ping timeout (120 seconds)]
realies9 has joined #ffmpeg
iconoclasthero has quit [Ping timeout: 248 seconds]
chair1 has joined #ffmpeg
maxim_d33 has quit [Ping timeout: 260 seconds]
cantelope has quit [Quit: Connection closed for inactivity]
maxim_d33 has joined #ffmpeg
iconoclasthero has joined #ffmpeg
Fiji has joined #ffmpeg
Muimi has joined #ffmpeg
relue has quit [Ping timeout: 252 seconds]
relue has joined #ffmpeg
lusciouslover has quit [Quit: \]
emmanuelux has quit [Read error: Connection reset by peer]
lusciouslover has joined #ffmpeg
ShadowJK has quit [Ping timeout: 252 seconds]
Fiji has quit [Ping timeout: 252 seconds]
chair93 has joined #ffmpeg
chair1 has quit [Ping timeout: 272 seconds]
chair93 is now known as chair1
relue has quit [Read error: Connection reset by peer]
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
System_Error has quit [Remote host closed the connection]
Richardcavell_ has joined #ffmpeg
System_Error has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
dxh has joined #ffmpeg
lavaball has joined #ffmpeg
MisterMinister has quit [Ping timeout: 248 seconds]
coldfeet has joined #ffmpeg
_whitelogger has joined #ffmpeg
user_oreloznog has joined #ffmpeg
usagi_mimi has joined #ffmpeg
dxh has quit [Ping timeout: 276 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
blb has quit [Ping timeout: 260 seconds]
blb has joined #ffmpeg
Richardcavell_ has quit [Ping timeout: 268 seconds]
YuGiOhJCJ has joined #ffmpeg
chair1 has quit [Quit: Client closed]
SuicideShow has quit [Ping timeout: 260 seconds]
SuicideShow has joined #ffmpeg
Richardcavell_ has joined #ffmpeg
K900 has quit [Remote host closed the connection]
K900 has joined #ffmpeg
rsx has joined #ffmpeg
coldfeet has quit [Quit: Lost terminal]
Everything has joined #ffmpeg
Sketch has quit [Remote host closed the connection]
Sketch has joined #ffmpeg
Everything has quit [Ping timeout: 260 seconds]
Everything has joined #ffmpeg
Shine_ has joined #ffmpeg
tux97 has joined #ffmpeg
kepstin has quit [Remote host closed the connection]
kepstin has joined #ffmpeg
Shuriko has quit [Ping timeout: 276 seconds]
Everything has quit [Quit: leaving]
stolen has joined #ffmpeg
bsFFFFFF has joined #ffmpeg
tokyovigilante has quit [Remote host closed the connection]
palasso has joined #ffmpeg
palasso has quit [Quit: I am not a quitter!]
tokyovigilante has joined #ffmpeg
YUiNA_ is now known as YUiNA
user_oreloznog_ has joined #ffmpeg
user_oreloznog has quit [Ping timeout: 272 seconds]
rsx has quit [Quit: rsx]
System_Error has quit [Ping timeout: 244 seconds]
Fiji has joined #ffmpeg
System_Error has joined #ffmpeg
Fiji has quit [Remote host closed the connection]
Fiji has joined #ffmpeg
tux97 has quit [Read error: Connection reset by peer]
tux97 has joined #ffmpeg
JanC has quit [Read error: Connection reset by peer]
JanC has joined #ffmpeg
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
user23 has joined #ffmpeg
user23 has quit [Excess Flood]
user23 has joined #ffmpeg
stolen has quit [Quit: Connection closed for inactivity]
coldfeet has joined #ffmpeg
cantelope has joined #ffmpeg
coldfeet has quit [Quit: Lost terminal]
MisterMinister has joined #ffmpeg
JanC has quit [Read error: Connection reset by peer]
JanC has joined #ffmpeg
lolok has quit [Quit: lolok]
carinobra has joined #ffmpeg
chair1 has joined #ffmpeg
lolok has joined #ffmpeg
<carinobra>
Hello! I'm trying to pipe out (stdout) a HLS stream from the web using: ffmpeg -fflags +igndts +genpts -i URL -c copy -f mpegs pipe:1. The issue is that when the stream changes the program (example go to ads), this is made by having a different video stream. When the ads are over, the initial video stream returns. This causes black screen in the
<carinobra>
output. I'd like ffmpeg to pass everything out without raising any issue. Is that possible?
<APic>
carinobra: You could probably patch it
<APic>
What do You exactly want anyhow?
<APic>
Keep the Black Screen instead of returning to the Main Stream?
<APic>
/g 22
<carinobra>
The black screen is showing now. I want to go to the ads video screen and then go back to the program
<APic>
Fail, sorry
<APic>
π
<APic>
You want to go from the Black Screen to the Ads Screen?
<carinobra>
**ads video strem and then go back to the program
<carinobra>
Yes
<APic>
Can You please use a Regular Expression instead of **? ;=P
<carinobra>
hahaha sorry
<APic>
Please paste a full Example playing Your HLS Stream from the Webs
microchip_ has quit [Quit: There is no spoon!]
microchip_ has joined #ffmpeg
<carinobra>
This is a Pluto TV stream. The program video stream ID is 0. The ads video stream ID is 21. When the program pauses and go to the ads, the m3u8 I'm loading receives the Video ID 21 and Video ID 0 stops (black screen). After the ads are over, Video ID 21 ends and Video ID 0 is back
* APic
has no Mac and no Pluto, sorry ;=P
JustBleedFan has quit [Quit: Connection closed for inactivity]
<carinobra>
Sure
<APic>
carinobra: So You actually want to see the Ads?
<carinobra>
Issue: the stream has multiple video streams that appear one after the other. Typically, when the program ands (video stream 0), the channel logo animation / ads enter (video stream 21) for 30 seconds and then the program is back (video stream 0). The screen gets black during the video stream 21 and gets back when video stream 0 comes back from the
<carinobra>
source.
<carinobra>
What I would like to accomplish: pass everything that comes from the input stream to stdout, regardless of format, streams available, etc. If I open the input URL from the browser, it will load everything correctly (program, channel animation ads, etc.).
<carinobra>
ffmpeg logs, right after the program ends: