WWBN / AVideo

Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP
https://avideo.tube/AVideo_OpenSource
Other
1.86k stars 966 forks source link

AVideo Storage BUG MP4 X MP3 #8970

Open gbrn opened 2 months ago

gbrn commented 2 months ago

@DanielnetoDotCom When I transfer a video. It is loaded correctly into Storage. image

But instead of accessing this file, the streamer opens the MP3 file with only the audio from the video. Keeping the image static.

Before transferring the MP4 file from the local server to Storage:

image

After transferring the MP4 file to Storage... the MP3 file remains only on the local server. image

DanielnetoDotCom commented 2 months ago

first make site this is correct https://github.com/WWBN/AVideo/issues/8968

gbrn commented 2 months ago

@DanielnetoDotCom The initial subject of this issue was addressed in this #8968 . But I still see that there is a problem: If I send a file that only has the MP4 video file to external storage, it is transferred and continues to show the file size in the stream list. But if the video has MP4 and MP3 files. The MP3 file is not transferred, it remains in the local stream and only shows the size of the local MP3 file. Losing the reference of the size of the Mp4 file, not being able to know through the Stream list, what size of the file is occupied in the external Storage. Check out the image below: 1- Video with only MP4 file. 2- Video with Mp4 and MP3 file.

image

DanielnetoDotCom commented 2 months ago

Is the issue only because the MP3 file is not going to the storage? the storage was designed only for the videos, not for audio.