i’m trying to learn the process of putting frames and audio together and send it over network and livestream it other side. the idea i had was to convert the frames and audio that i get from OS to an mp4 and send it through network and i have no idea how the client will play it.
i wanna know what the right way here. i was analysing and decoding a mp4 file to see how i can create one of them and stream it realtime and i was in the middle on parsing a mp4 file that i just ask myself am i even going the right way or not and now i’m here. i don’t wanna use lots of libraries to do it. i’m doing it as a research i wanna know what is going on low-level. i don’t care about the player i don’t wanna how that works, what should i do with these frames and audio to be able to play them with a normal player other side.
i just start things very simple
thanks in advance