You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am using jmuxer to play h264 stream. I don't need to store frames' history. That is, I only need to play current frame of the stream. And in the h264 stream I am playing, only the first frame is the key frame. All the other frames are p frames.
After playing a min, the video play stops because of QuotaExceededError. So, I called SourceBuffer.remove() function to remove the buffered data.
But the video does never play after calling the remove function. So, my questions are:
What is the best solution to play only the current frame of h264 stream using jmuxer?
When and how should I call the SourceBuffer.remove function?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I am using jmuxer to play h264 stream. I don't need to store frames' history. That is, I only need to play current frame of the stream. And in the h264 stream I am playing, only the first frame is the key frame. All the other frames are p frames.
After playing a min, the video play stops because of QuotaExceededError. So, I called SourceBuffer.remove() function to remove the buffered data.
But the video does never play after calling the remove function. So, my questions are:
Thank you.
The text was updated successfully, but these errors were encountered: