samirkumardas / jmuxer

jMuxer - a simple javascript mp4 muxer that works in both browser and node environment.
Other
559 stars 114 forks source link

Local file .H264 file is not playing for the full time #146

Open ruthsam244 opened 4 months ago

ruthsam244 commented 4 months ago

I am uploading the h264 file from my local computer. The video plays well but does not play for the full time. Like i had 59.55mins data but the files play for like 30 sec or 2mins 30sec. Iam using the source code of the live demo of the repository. Can you please help me with this?

This is my script file :-

<script type="text/javascript" src="./dist/jmuxer.js"></script>
ruthsam244 commented 4 months ago

@samirkumardas Kindly help me with this!

samirkumardas commented 4 months ago

When you play the file in this player https://samirkumardas.github.io/jmuxer/h264_player.html do you get the same result?

ruthsam244 commented 4 months ago

@samirkumardas, Yes Absolutely! The functionality also works the same way, but the only thing is Iam getting lesser chunks of data say 9000000, then the chunks of the data if i upload demo.h264.

ruthsam244 commented 4 months ago

@samirkumardas any thoughts on this? How to resolve it?