samirkumardas / jmuxer

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

feed problem #148

Open marvin-dec opened 1 month ago

marvin-dec commented 1 month ago

i want to feed last video pack,then stop the video. what i can do ? i try to use endOfStream ,but it'e not work .please help and thanks a lot! @samirkumardas

ruthsam244 commented 1 month ago

Can you expand on your problem?

marvin-dec commented 1 month ago

I use ws to accept video streams and add playback videos via the feed method. But I ran into a problem, after I passed in the last packet, the video stream was still loading and did not end playing.How to correct feed data?trigger sourceended

ruthsam244 commented 1 month ago

Do you mind sharing code? The whole index.html !!