You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
I am trying to use FFMPEG to stream a live video instead of using iOS AVPlayer. I have FFMPEG installed and I know that the I need to use FFmpegKit.execute() to run any ffmpeg commands. The command I want to use is ffplay , but this does not work. Any suggestions on how to present and stream a .m3u8 file with ffmpeg?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to use FFMPEG to stream a live video instead of using iOS AVPlayer. I have FFMPEG installed and I know that the I need to use FFmpegKit.execute() to run any ffmpeg commands. The command I want to use is ffplay , but this does not work. Any suggestions on how to present and stream a .m3u8 file with ffmpeg?
Beta Was this translation helpful? Give feedback.
All reactions