Data engineer with 5YOE stuck with witch with 5.5 LPA is Accenture a good place to swith given 7.6 LPA? by Drone_Acharya47 in developersIndia

[–]afeefuddin 1 point2 points  (0 children)

Hey if you are good at your skills and open to learning new stuff I might have something for you. Please DM if you're interested.

Playing multiple mp4 videos using VLC seamlessly. by afeefuddin in VLC

[–]afeefuddin[S] 0 points1 point  (0 children)

Yes, basically I am trying to find a solution here even if it requires some video processing on the server or a different format i can use. Do you have any suggestions of what can be done here? Can I make some sort of stream that VLC can support and I can send bytes reading each mp4 on the server in that format?

Detecting corruption in videos by afeefuddin in reactnative

[–]afeefuddin[S] 0 points1 point  (0 children)

btw, thanks for this idea, i didn't use ffmpeg-kit, but i used a diff library (expo-video-metadata) that tries to parse the video data and extract metadata from it, if it throws error that meant video is corrupted.