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
@DanielnetoDotCom Danny, I'm doing some tests to upload the Audio Track to an HLS video.
After uploading the MP3 and naming it. The upload goes into an infinite loop.
I found the following issues in the log:
1- File size (inconsistency detected)
The system detects a difference in the size of the local and remote file YPTStorage::checkIfFileSizeIsTheSame source and destination are NOT the same 168388581!==2918686905 (160.59MB!==2.72GB)
2- Problems deleting a folder
The system was unable to delete a specific folder rrmdir: could not delete folder path/to/my/streamer/site/videos/video_230430005420_v9dcd/audio_tracks
@DanielnetoDotCom Danny, I'm doing some tests to upload the Audio Track to an HLS video.
After uploading the MP3 and naming it. The upload goes into an infinite loop.
I found the following issues in the log:
1- File size (inconsistency detected)
The system detects a difference in the size of the local and remote file
YPTStorage::checkIfFileSizeIsTheSame source and destination are NOT the same 168388581!==2918686905 (160.59MB!==2.72GB)
2- Problems deleting a folder
The system was unable to delete a specific folder
rrmdir: could not delete folder path/to/my/streamer/site/videos/video_230430005420_v9dcd/audio_tracks
The text was updated successfully, but these errors were encountered: