P2PSP / Virtual-Room

A virtual room where friends share videos among them in real time directly over the web browser, with synchronized playback and a video chat at the same time.
GNU General Public License v3.0
34 stars 25 forks source link

Video and audio codecs #15

Open josmangarsal opened 7 years ago

josmangarsal commented 7 years ago

I cannot listen the audio of the my video test. I think could be due to the codecs, so two things to check:

  1. Check the codecs on the files (mimeCodec couldn't be static for all videos).
  2. If the codec is not supported show a message and allow to choose a new file.
cristobalmedinalopez commented 7 years ago

Could be an issue generated in the fragmentation process?

jainamritanshu commented 7 years ago

Exactly as I mentioned before MP4Box actually splits the video and audio into 2 separate tracks, I would have to manually add the audio track and keep it in sync, I may need to add another media source, do you have any other suggestions?