Fix issue #6 #10

Merged
Barbagus merged 2 commits from 6-ffmpeg-error into stable 2022-12-13 04:40:41 +00:00
Collaborator

Here is a working solution. It does what was sugested here, i.e. handle fragmented download of audio and video channels "ourselves" before feeding them to FFMPEG.

Here is a working solution. It does what was sugested [here](https://git.afpy.org/fcode/delarte/issues/6#issuecomment-241), i.e. handle fragmented download of audio and video channels "ourselves" before feeding them to FFMPEG.
Barbagus added 2 commits 2022-12-12 07:04:09 +00:00
be4363a339 Fix issue #6 on FFMPEG header error
Handle the audio and video channel downloading to temporary files prior
to calling ffmpeg.

Although it might not be necessary, the download is made by "chunks" as
it would be by a client/player.

Downloading progress feedback is printed to the terminal.
Barbagus merged commit 9f79687088 into stable 2022-12-13 04:40:41 +00:00
Barbagus deleted branch 6-ffmpeg-error 2022-12-13 04:40:41 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fcode/delarte#10
No description provided.