Got FFplayout working, but can't seem to get my ffmpeg argument quite right..

I have ffmpeg compiled good and can play out the Decklink SDI 4k board fine, 
using this file and line:
https://www.dropbox.com/s/ujyna1dx3bhs7p4/720ts_6DK01H_tru720og.ts?dl=0

ffmpeg -i /home/matt/VideoTests/720ts_6DK01H_tru720og.ts -pix_fmt yuv420p -f 
decklink -vcodec v210 "DeckLink SDI 4K"

The same file is streaming fine out ffplayout rtmp and can be viewed in VLC 
with:
rtmp://192.168.1.xx/live/stream

In ffplayout there are 2 fields I need to get right, ffmpeg_param and 
stream_output..
====================
Currently trying:

ffmpeg_param:

-c:v mpeg2video -g 1 -b:v 58982.4k -maxrate 9000k -bufsize 18000k -pix_fmt 
yuv420p -c:a s302m -strict -2 -ar 48000 -ac 2 -f mpegts

stream_output:

-flags +global_header -f flv rtmp://localhost/live/stream -pix_fmt yuv420p 
-vcodec v210 -f decklink "DeckLink SDI 4K"

===================
The defaults are:

ffmpeg_param:
-c:v libx264 -crf 23 -x264-params keyint=50:min-keyint=25:scenecut=-1 -maxrate 
1300k -bufsize 2600k -preset medium -profile:v Main -level 3.1 -c:a aac -ar 
44100 -b:a 128k

stream_output:
-flags +global_header -f flv rtmp://localhost/live/stream

If you have not tried ffplayout, it is pretty awesome..
https://ffplayout.github.io/
https://github.com/ffplayout/ffplayout-installer

Apologies in advance, I know it's not a 100% ffmpeg question but hoping maybe 
someone will have some ideas..  Thanks!!





________________________________
From: Matt C
Sent: Thursday, January 6, 2022 7:52 PM
To: [email protected] <[email protected]>
Subject: Anyone using FFplayout?

I have it installed from the Docker set up but cannot get anything to play from 
the playlist/ gui.  Is there any sort or forum or anything on setting it up?  
Not much info on the Git page.  Thanks!
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to